/kernel/linux/linux-5.10/fs/proc/ |
H A D | root.c | 41 Opt_gid, enumerator 47 fsparam_u32("gid", Opt_gid), 126 case Opt_gid: in proc_parse_param() 154 if (ctx->mask & (1 << Opt_gid)) in proc_apply_options()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | root.c | 38 Opt_gid, enumerator 44 fsparam_u32("gid", Opt_gid), 123 case Opt_gid: in proc_parse_param() 151 if (ctx->mask & (1 << Opt_gid)) in proc_apply_options()
|
/kernel/linux/linux-5.10/fs/autofs/ |
H A D | inode.c | 112 enum {Opt_err, Opt_fd, Opt_uid, Opt_gid, Opt_pgrp, Opt_minproto, Opt_maxproto, enumerator 119 {Opt_gid, "gid=%u"}, 174 case Opt_gid: in parse_options()
|
/kernel/linux/linux-6.6/fs/autofs/ |
H A D | inode.c | 113 enum {Opt_err, Opt_fd, Opt_uid, Opt_gid, Opt_pgrp, Opt_minproto, Opt_maxproto, enumerator 120 {Opt_gid, "gid=%u"}, 175 case Opt_gid: in parse_options()
|
/kernel/linux/linux-5.10/fs/tracefs/ |
H A D | inode.c | 148 Opt_gid, enumerator 155 {Opt_gid, "gid=%u"}, 261 case Opt_gid: in tracefs_parse_options() 305 if (!remount || opts->opts & BIT(Opt_gid)) { in tracefs_apply_options()
|
/kernel/linux/linux-6.6/fs/debugfs/ |
H A D | inode.c | 90 Opt_gid, enumerator 97 {Opt_gid, "gid=%u"}, 132 case Opt_gid: in debugfs_parse_options() 176 if (!remount || opts->opts & BIT(Opt_gid)) in _debugfs_apply_options()
|
/kernel/linux/linux-6.6/fs/tracefs/ |
H A D | inode.c | 244 Opt_gid, enumerator 251 {Opt_gid, "gid=%u"}, 286 case Opt_gid: in tracefs_parse_options() 332 if (!remount || opts->opts & BIT(Opt_gid)) in tracefs_apply_options()
|
/kernel/linux/linux-5.10/arch/s390/hypfs/ |
H A D | inode.c | 210 enum { Opt_uid, Opt_gid, }; enumerator 213 fsparam_u32("gid", Opt_gid), 237 case Opt_gid: in hypfs_parse_param()
|
/kernel/linux/linux-6.6/arch/s390/hypfs/ |
H A D | inode.c | 210 enum { Opt_uid, Opt_gid, }; enumerator 213 fsparam_u32("gid", Opt_gid), 237 case Opt_gid: in hypfs_parse_param()
|
/kernel/linux/linux-5.10/fs/devpts/ |
H A D | inode.c | 105 Opt_uid, Opt_gid, Opt_mode, Opt_ptmxmode, Opt_newinstance, Opt_max, enumerator 111 {Opt_gid, "gid=%u"}, 286 case Opt_gid: in parse_mount_options()
|
/kernel/linux/linux-5.10/fs/adfs/ |
H A D | super.c | 118 enum {Opt_uid, Opt_gid, Opt_ownmask, Opt_othmask, Opt_ftsuffix, Opt_err}; enumerator 122 {Opt_gid, "gid=%u"}, 153 case Opt_gid: in parse_options()
|
/kernel/linux/linux-6.6/fs/adfs/ |
H A D | super.c | 118 enum {Opt_uid, Opt_gid, Opt_ownmask, Opt_othmask, Opt_ftsuffix, Opt_err}; enumerator 122 {Opt_gid, "gid=%u"}, 153 case Opt_gid: in parse_options()
|
/kernel/linux/linux-6.6/fs/devpts/ |
H A D | inode.c | 87 Opt_uid, Opt_gid, Opt_mode, Opt_ptmxmode, Opt_newinstance, Opt_max, enumerator 93 {Opt_gid, "gid=%u"}, 268 case Opt_gid: in parse_mount_options()
|
/kernel/linux/linux-5.10/fs/debugfs/ |
H A D | inode.c | 88 Opt_gid, enumerator 95 {Opt_gid, "gid=%u"}, 129 case Opt_gid: in debugfs_parse_options()
|
/kernel/linux/linux-5.10/fs/omfs/ |
H A D | inode.c | 391 Opt_uid, Opt_gid, Opt_umask, Opt_dmask, Opt_fmask, Opt_err enumerator 396 {Opt_gid, "gid=%u"}, 426 case Opt_gid: in parse_options()
|
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | super.c | 282 Opt_help, Opt_uid, Opt_gid, Opt_umask, Opt_case_lower, Opt_case_asis, enumerator 293 {Opt_gid, "gid=%u"}, 342 case Opt_gid: in parse_opts()
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | super.c | 282 Opt_help, Opt_uid, Opt_gid, Opt_umask, Opt_case_lower, Opt_case_asis, enumerator 293 {Opt_gid, "gid=%u"}, 342 case Opt_gid: in parse_opts()
|
/kernel/linux/linux-6.6/fs/omfs/ |
H A D | inode.c | 390 Opt_uid, Opt_gid, Opt_umask, Opt_dmask, Opt_fmask, Opt_err enumerator 395 {Opt_gid, "gid=%u"}, 425 case Opt_gid: in parse_options()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | fs_context.h | 116 Opt_gid, enumerator
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 583 Opt_uid, Opt_gid, Opt_mode, Opt_debug, enumerator 587 fsparam_u32 ("gid", Opt_gid), 632 case Opt_gid: in spufs_parse_param()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 579 Opt_uid, Opt_gid, Opt_mode, Opt_debug, enumerator 583 fsparam_u32 ("gid", Opt_gid), 628 case Opt_gid: in spufs_parse_param()
|
/kernel/linux/linux-5.10/fs/befs/ |
H A D | linuxvfs.c | 681 Opt_uid, Opt_gid, Opt_charset, Opt_debug, Opt_err, enumerator 686 {Opt_gid, "gid=%d"}, 734 case Opt_gid: in parse_options()
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | super.c | 211 Opt_gid, enumerator 237 fsparam_u32("gid", Opt_gid), 272 case Opt_gid: in exfat_parse_param()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | super.c | 209 Opt_usrquota, Opt_grpquota, Opt_uid, Opt_gid, Opt_umask, enumerator 225 {Opt_gid, "gid=%u"}, 347 case Opt_gid: in parse_options()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | super.c | 209 Opt_usrquota, Opt_grpquota, Opt_uid, Opt_gid, Opt_umask, enumerator 225 {Opt_gid, "gid=%u"}, 346 case Opt_gid: in parse_options()
|