Home
last modified time | relevance | path

Searched refs:Opt_gid (Results 1 – 22 of 22) sorted by relevance

/linux/fs/proc/
H A Droot.c38 Opt_gid, enumerator
45 fsparam_u32("gid", Opt_gid),
180 case Opt_gid: in proc_parse_param()
232 if (ctx->mask & (1 << Opt_gid)) in proc_apply_options()
/linux/fs/tracefs/
H A Dinode.c291 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/fs/autofs/
H A Dinode.c117 Opt_gid, enumerator
131 fsparam_gid ("gid", Opt_gid),
209 case Opt_gid: in autofs_parse_param()
/linux/arch/s390/hypfs/
H A Dinode.c194 enum { Opt_uid, Opt_gid, }; enumerator
197 fsparam_u32("gid", Opt_gid),
221 case Opt_gid: in hypfs_parse_param()
/linux/fs/debugfs/
H A Dinode.c90 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/fs/adfs/
H A Dsuper.c119 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/fs/efivarfs/
H A Dsuper.c311 Opt_uid, Opt_gid, enumerator
316 fsparam_gid("gid", Opt_gid),
335 case Opt_gid: in efivarfs_parse_param()
/linux/fs/devpts/
H A Dinode.c87 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/fs/omfs/
H A Dinode.c397 Opt_uid, Opt_gid, Opt_umask, Opt_dmask, Opt_fmask, enumerator
402 fsparam_gid ("gid", Opt_gid),
428 case Opt_gid: in omfs_parse_param()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c567 Opt_uid, Opt_gid, Opt_mode, Opt_debug, enumerator
571 fsparam_u32 ("gid", Opt_gid),
616 case Opt_gid: in spufs_parse_param()
/linux/fs/hpfs/
H A Dsuper.c278 Opt_help, Opt_uid, Opt_gid, Opt_umask, Opt_case, enumerator
319 fsparam_gid ("gid", Opt_gid),
385 case Opt_gid: in hpfs_parse_param()
/linux/fs/exfat/
H A Dsuper.c220 Opt_gid, enumerator
249 fsparam_gid("gid", Opt_gid),
287 case Opt_gid: in exfat_parse_param()
/linux/fs/befs/
H A Dlinuxvfs.c674 Opt_uid, Opt_gid, Opt_charset, Opt_debug, enumerator
679 fsparam_gid ("gid", Opt_gid),
705 case Opt_gid: in befs_parse_param()
/linux/fs/jfs/
H A Dsuper.c209 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/fs/smb/client/
H A Dfs_context.h160 Opt_gid, enumerator
H A Dfs_context.c145 fsparam_gid("gid", Opt_gid),
1368 case Opt_gid: in smb3_fs_context_parse_param()
/linux/fs/hugetlbfs/
H A Dinode.c69 Opt_gid, enumerator
79 fsparam_gid ("gid", Opt_gid),
1320 case Opt_gid: in hugetlbfs_parse_param()
/linux/fs/isofs/
H A Dinode.c292 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/fs/fat/
H A Dinode.c1041 Opt_check, Opt_uid, Opt_gid, Opt_umask, Opt_dmask, Opt_fmask, enumerator
1097 fsparam_gid ("gid", Opt_gid),
1214 case Opt_gid: in fat_parse_param()
/linux/fs/udf/
H A Dsuper.c487 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/drivers/usb/gadget/function/
H A Df_fs.c1964 Opt_gid, enumerator
1973 fsparam_u32 ("gid", Opt_gid),
2007 case Opt_gid: in ffs_fs_parse_param()
/linux/mm/
H A Dshmem.c4483 Opt_gid,
4515 fsparam_gid ("gid", Opt_gid),
4638 case Opt_gid: in shmem_parse_one()
4487 Opt_gid, global() enumerator