Home
last modified time | relevance | path

Searched defs:shmem_inode_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/include/linux/
Dshmem_fs.h20 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 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 …]