Searched defs:shmem_inode_info (Results 1 – 1 of 1) sorted by relevance
22 struct shmem_inode_info { struct23 spinlock_t lock;24 unsigned int seals; /* shmem seals */25 unsigned long flags;28 union {35 struct timespec64 i_crtime; /* file creation time */37 struct simple_xattrs xattrs; /* list of xattrs */38 pgoff_t fallocend; /* highest fallocate endindex */39 unsigned int fsflags; /* for FS_IOC_[SG]ETFLAGS */42 struct dquot __rcu *i_dquot[MAXQUOTAS];[all …]
Completed in 5 milliseconds