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;26 unsigned long alloced; /* data pages alloced to file */27 unsigned long swapped; /* subtotal assigned to swap */28 union {35 struct timespec64 i_crtime; /* file creation time */36 struct shared_policy policy; /* NUMA memory alloc policy */37 struct simple_xattrs xattrs; /* list of xattrs */[all …]