| /linux-6.15/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()
|
| /linux-6.15/fs/tracefs/ |
| H A D | inode.c | 291 Opt_gid, enumerator 296 fsparam_gid ("gid", Opt_gid), 316 case Opt_gid: in tracefs_parse_param() 355 if (!remount || fsi->opts & BIT(Opt_gid)) in tracefs_apply_options() 358 if (remount && (fsi->opts & BIT(Opt_uid) || fsi->opts & BIT(Opt_gid))) { in tracefs_apply_options() 361 update_gid = fsi->opts & BIT(Opt_gid); in tracefs_apply_options()
|
| /linux-6.15/fs/autofs/ |
| H A D | inode.c | 117 Opt_gid, enumerator 131 fsparam_gid ("gid", Opt_gid), 209 case Opt_gid: in autofs_parse_param()
|
| /linux-6.15/fs/adfs/ |
| H A D | super.c | 119 enum {Opt_uid, Opt_gid, Opt_ownmask, Opt_othmask, Opt_ftsuffix}; enumerator 123 fsparam_gid ("gid", Opt_gid), 144 case Opt_gid: in adfs_parse_param()
|
| /linux-6.15/arch/s390/hypfs/ |
| H A D | inode.c | 211 enum { Opt_uid, Opt_gid, }; enumerator 214 fsparam_u32("gid", Opt_gid), 238 case Opt_gid: in hypfs_parse_param()
|
| /linux-6.15/fs/debugfs/ |
| H A D | inode.c | 90 Opt_gid, enumerator 96 fsparam_gid ("gid", Opt_gid), 125 case Opt_gid: in debugfs_parse_param() 166 if (!remount || fsi->opts & BIT(Opt_gid)) in _debugfs_apply_options()
|
| /linux-6.15/fs/devpts/ |
| H A D | inode.c | 87 Opt_uid, Opt_gid, Opt_mode, Opt_ptmxmode, Opt_newinstance, Opt_max, enumerator 92 fsparam_gid ("gid", Opt_gid), 237 case Opt_gid: in devpts_parse_param()
|
| /linux-6.15/fs/efivarfs/ |
| H A D | super.c | 302 Opt_uid, Opt_gid, enumerator 307 fsparam_gid("gid", Opt_gid), 326 case Opt_gid: in efivarfs_parse_param()
|
| /linux-6.15/fs/omfs/ |
| H A D | inode.c | 388 Opt_uid, Opt_gid, Opt_umask, Opt_dmask, Opt_fmask, Opt_err enumerator 393 {Opt_gid, "gid=%u"}, 423 case Opt_gid: in parse_options()
|
| /linux-6.15/fs/hpfs/ |
| H A D | super.c | 277 Opt_help, Opt_uid, Opt_gid, Opt_umask, Opt_case, enumerator 318 fsparam_gid ("gid", Opt_gid), 384 case Opt_gid: in hpfs_parse_param()
|
| /linux-6.15/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 623 Opt_uid, Opt_gid, Opt_mode, Opt_debug, enumerator 627 fsparam_u32 ("gid", Opt_gid), 672 case Opt_gid: in spufs_parse_param()
|
| /linux-6.15/fs/exfat/ |
| H A D | super.c | 230 Opt_gid, enumerator 259 fsparam_gid("gid", Opt_gid), 297 case Opt_gid: in exfat_parse_param()
|
| /linux-6.15/fs/befs/ |
| H A D | linuxvfs.c | 674 Opt_uid, Opt_gid, Opt_charset, Opt_debug, enumerator 679 fsparam_gid ("gid", Opt_gid), 705 case Opt_gid: in befs_parse_param()
|
| /linux-6.15/fs/jfs/ |
| H A D | super.c | 209 Opt_usrquota, Opt_grpquota, Opt_uid, Opt_gid, Opt_umask, enumerator 231 fsparam_gid ("gid", Opt_gid), 324 case Opt_gid: in jfs_parse_param()
|
| /linux-6.15/fs/smb/client/ |
| H A D | fs_context.h | 160 Opt_gid, enumerator
|
| H A D | fs_context.c | 145 fsparam_gid("gid", Opt_gid), 1281 case Opt_gid: in smb3_fs_context_parse_param()
|
| /linux-6.15/fs/isofs/ |
| H A D | inode.c | 292 Opt_block, Opt_check, Opt_cruft, Opt_gid, Opt_ignore, Opt_iocharset, enumerator 330 fsparam_gid ("gid", Opt_gid), 413 case Opt_gid: in isofs_parse_param()
|
| /linux-6.15/fs/hugetlbfs/ |
| H A D | inode.c | 69 Opt_gid, enumerator 79 fsparam_gid ("gid", Opt_gid), 1316 case Opt_gid: in hugetlbfs_parse_param()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | super.c | 246 Opt_gid, enumerator 268 fsparam_gid("gid", Opt_gid), 329 case Opt_gid: in ntfs_fs_parse_param()
|
| /linux-6.15/fs/fat/ |
| H A D | inode.c | 1038 Opt_check, Opt_uid, Opt_gid, Opt_umask, Opt_dmask, Opt_fmask, enumerator 1094 fsparam_gid ("gid", Opt_gid), 1211 case Opt_gid: in fat_parse_param()
|
| /linux-6.15/fs/udf/ |
| H A D | super.c | 487 Opt_gid, Opt_uid, Opt_umask, Opt_session, Opt_lastblock, enumerator 501 fsparam_string ("gid", Opt_gid), 560 case Opt_gid: in udf_parse_param()
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 1953 Opt_gid, enumerator 1962 fsparam_u32 ("gid", Opt_gid), 1996 case Opt_gid: in ffs_fs_parse_param()
|
| /linux-6.15/mm/ |
| H A D | shmem.c | 4478 Opt_gid, enumerator 4510 fsparam_gid ("gid", Opt_gid), 4633 case Opt_gid: in shmem_parse_one()
|