Searched defs:shmem_inode_info (Results 1 – 1 of 1) sorted by relevance
20 struct shmem_inode_info { struct21 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 */30 struct simple_xattrs xattrs; /* list of xattrs */32 struct timespec64 i_crtime; /* file creation time */35 struct dquot __rcu *i_dquot[MAXQUOTAS];[all …]