Lines Matching defs:shmem_sb_info
57 struct shmem_sb_info { struct
62 raw_spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ argument
63 umode_t mode; /* Mount mode for root directory */
64 unsigned char huge; /* Whether to try for hugepages */
65 kuid_t uid; /* Mount uid for root directory */
66 kgid_t gid; /* Mount gid for root directory */
67 bool full_inums; /* If i_ino should be uint or ino_t */
68 bool noswap; /* ignores VM reclaim / swap requests */
69 ino_t next_ino; /* The next per-sb inode number to use */
70 ino_t __percpu *ino_batch; /* The next per-cpu inode number to use */
71 struct mempolicy *mpol; /* default memory policy for mappings */
72 spinlock_t shrinklist_lock; /* Protects shrinklist */
73 struct list_head shrinklist; /* List of shinkable inodes */
74 unsigned long shrinklist_len; /* Length of shrinklist */
75 struct shmem_quota_limits qlimits; /* Default quota limits */