Home
last modified time | relevance | path

Searched refs:full_inums (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dshmem_fs.h83 bool full_inums; /* If i_ino should be uint or ino_t */ member
/linux/mm/
H A Dshmem.c120 bool full_inums; member
365 if (unlikely(!sbinfo->full_inums && in shmem_reserve_inode()
4668 ctx->full_inums = false; in shmem_parse_one()
4676 ctx->full_inums = true; in shmem_parse_one()
4829 if ((ctx->seen & SHMEM_SEEN_INUMS) && !ctx->full_inums && in shmem_reconfigure()
4865 sbinfo->full_inums = ctx->full_inums; in shmem_reconfigure()
4926 * | full_inums=true | show | show | in shmem_show_options()
4927 * | full_inums=false | show | hide | in shmem_show_options()
4931 if (IS_ENABLED(CONFIG_TMPFS_INODE64) || sbinfo->full_inums) in shmem_show_options()
[all...]