Lines Matching defs:shmem_inode_info
20 struct shmem_inode_info { struct
21 spinlock_t lock;
22 unsigned int seals; /* shmem seals */
23 unsigned long flags;
24 unsigned long alloced; /* data pages alloced to file */
25 unsigned long swapped; /* subtotal assigned to swap */
26 union {
33 struct timespec64 i_crtime; /* file creation time */
34 struct shared_policy policy; /* NUMA memory alloc policy */
35 struct simple_xattrs xattrs; /* list of xattrs */
36 pgoff_t fallocend; /* highest fallocate endindex */
37 unsigned int fsflags; /* for FS_IOC_[SG]ETFLAGS */
38 atomic_t stop_eviction; /* hold when working on inode */
40 struct dquot __rcu *i_dquot[MAXQUOTAS];
42 struct inode vfs_inode;