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 pgoff_t fallocend; /* highest fallocate endindex */
27 struct list_head shrinklist; /* shrinkable hpage inodes */
28 struct list_head swaplist; /* chain of maybes on swap */
29 struct shared_policy policy; /* NUMA memory alloc policy */
30 struct simple_xattrs xattrs; /* list of xattrs */
31 atomic_t stop_eviction; /* hold when working on inode */
32 struct timespec64 i_crtime; /* file creation time */
33 unsigned int fsflags; /* flags for FS_IOC_[SG]ETFLAGS */
35 struct dquot *i_dquot[MAXQUOTAS];
37 struct offset_ctx dir_offsets; /* stable entry offsets */
38 struct inode vfs_inode;