Searched defs:shmem_inode_info (Results 1 – 1 of 1) sorted by relevance
15 struct shmem_inode_info { struct16 spinlock_t lock;17 unsigned int seals; /* shmem seals */18 unsigned long flags;19 unsigned long alloced; /* data pages alloced to file */20 unsigned long swapped; /* subtotal assigned to swap */21 pgoff_t fallocend; /* highest fallocate endindex */23 struct list_head swaplist; /* chain of maybes on swap */24 struct shared_policy policy; /* NUMA memory alloc policy */25 struct simple_xattrs xattrs; /* list of xattrs */[all …]
Completed in 5 milliseconds