Lines Matching defs:shmem_inode_info
15 struct shmem_inode_info { struct
16 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 */
22 struct list_head shrinklist; /* shrinkable hpage inodes */
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 */
26 atomic_t stop_eviction; /* hold when working on inode */
27 struct timespec64 i_crtime; /* file creation time */
28 unsigned int fsflags; /* flags for FS_IOC_[SG]ETFLAGS */
29 struct inode vfs_inode;