Searched refs:fs_gid (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | super.c | 158 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in exfat_show_options() 160 from_kgid_munged(&init_user_ns, opts->fs_gid)); in exfat_show_options() 273 opts->fs_gid = make_kgid(current_user_ns(), result.uint_32); in exfat_parse_param() 360 inode->i_gid = sbi->options.fs_gid; in exfat_read_root() 758 sbi->options.fs_gid = current_gid(); in exfat_init_fs_context()
|
H A D | exfat_fs.h | 200 kgid_t fs_gid; member
|
H A D | file.c | 315 !gid_eq(attr->ia_gid, sbi->options.fs_gid)) || in exfat_setattr()
|
H A D | inode.c | 570 inode->i_gid = sbi->options.fs_gid; in exfat_fill_inode()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | super.c | 144 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in exfat_show_options() 146 from_kgid_munged(&init_user_ns, opts->fs_gid)); in exfat_show_options() 267 opts->fs_gid = make_kgid(current_user_ns(), result.uint_32); in exfat_parse_param() 360 inode->i_gid = sbi->options.fs_gid; in exfat_read_root() 755 sbi->options.fs_gid = current_gid(); in exfat_init_fs_context()
|
H A D | file.c | 276 !gid_eq(attr->ia_gid, sbi->options.fs_gid)) || in exfat_setattr()
|
H A D | exfat_fs.h | 223 kgid_t fs_gid; member
|
H A D | inode.c | 546 inode->i_gid = sbi->options.fs_gid; in exfat_fill_inode()
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | inode.c | 522 inode->i_gid = sbi->options.fs_gid; in fat_fill_inode() 948 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in fat_show_options() 950 from_kgid_munged(&init_user_ns, opts->fs_gid)); in fat_show_options() 1137 opts->fs_gid = current_gid(); in parse_options() 1220 opts->fs_gid = make_kgid(current_user_ns(), option); in parse_options() 1221 if (!gid_valid(opts->fs_gid)) in parse_options() 1389 inode->i_gid = sbi->options.fs_gid; in fat_read_root()
|
H A D | fat.h | 29 kgid_t fs_gid; member
|
H A D | file.c | 511 (!gid_eq(attr->ia_gid, sbi->options.fs_gid))) || in fat_setattr()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | inode.c | 519 inode->i_gid = sbi->options.fs_gid; in fat_fill_inode() 948 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in fat_show_options() 950 from_kgid_munged(&init_user_ns, opts->fs_gid)); in fat_show_options() 1137 opts->fs_gid = current_gid(); in parse_options() 1220 opts->fs_gid = make_kgid(current_user_ns(), option); in parse_options() 1221 if (!gid_valid(opts->fs_gid)) in parse_options() 1389 inode->i_gid = sbi->options.fs_gid; in fat_read_root()
|
H A D | file.c | 525 sbi->options.fs_gid))) || in fat_setattr()
|
H A D | fat.h | 29 kgid_t fs_gid; member
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | super.c | 328 opts->fs_gid = make_kgid(current_user_ns(), result.uint_32); in ntfs_fs_parse_param() 329 if (!gid_valid(opts->fs_gid)) in ntfs_fs_parse_param() 682 seq_printf(m, ",gid=%u", from_kgid_munged(user_ns, opts->fs_gid)); in ntfs_show_options() 1744 opts->fs_gid = current_gid(); in ntfs_init_fs_context()
|
H A D | ntfs_fs.h | 95 kgid_t fs_gid; member
|
H A D | inode.c | 52 inode->i_gid = sbi->options->fs_gid; in ntfs_read_mft()
|
/kernel/liteos_a/fs/fat/os_adapt/ |
H A D | fatfs.c | 470 vp->gid = fs->fs_gid; in fatfs_create_obj() 562 vp->gid = fs->fs_gid; in fatfs_lookup() 1164 fs->fs_gid = mnt->vnodeBeCovered->gid; in fatfs_mount() 1203 vp->gid = fs->fs_gid; in fatfs_mount() 1436 sp->st_gid = fs->fs_gid; in fatfs_stat()
|
Completed in 27 milliseconds