Searched defs:shmem_inode_info (Results 1 – 1 of 1) sorted by relevance
14 struct shmem_inode_info { struct15 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