Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dshmem_fs.h30 struct shmem_sb_info { struct
35 raw_spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ argument
36 umode_t mode; /* Mount mode for root directory */
37 unsigned char huge; /* Whether to try for hugepages */
38 kuid_t uid; /* Mount uid for root directory */
39 kgid_t gid; /* Mount gid for root directory */
40 bool full_inums; /* If i_ino should be uint or ino_t */
41 ino_t next_ino; /* The next per-sb inode number to use */
42 ino_t __percpu *ino_batch; /* The next per-cpu inode number to use */
43 struct mempolicy *mpol; /* default memory policy for mappings */
[all …]