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 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 */[all …]