Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dshmem_fs.h14 struct shmem_inode_info { struct
15 spinlock_t lock;
16 unsigned int seals; /* shmem seals */
17 unsigned long flags;
18 unsigned long alloced; /* data pages alloced to file */
19 unsigned long swapped; /* subtotal assigned to swap */
43 static inline struct shmem_inode_info *SHMEM_I(struct inode *inode) in SHMEM_I() argument