Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dshmem_fs.h15 struct shmem_inode_info { struct
16 spinlock_t lock;
17 unsigned int seals; /* shmem seals */
18 unsigned long flags;
19 unsigned long alloced; /* data pages alloced to file */
20 unsigned long swapped; /* subtotal assigned to swap */
21 pgoff_t fallocend; /* highest fallocate endindex */
23 struct list_head swaplist; /* chain of maybes on swap */
25 struct simple_xattrs xattrs; /* list of xattrs */
27 struct timespec64 i_crtime; /* file creation time */
[all …]

Completed in 3 milliseconds