Searched refs:Opt_gid (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/tracefs/ |
| H A D | inode.c | 268 Opt_gid, enumerator 273 fsparam_gid ("gid", Opt_gid), 293 case Opt_gid: in tracefs_parse_param() 333 if (!remount || fsi->opts & BIT(Opt_gid)) in tracefs_apply_options() 336 if (remount && (fsi->opts & BIT(Opt_uid) || fsi->opts & BIT(Opt_gid))) { in tracefs_apply_options() 339 update_gid = fsi->opts & BIT(Opt_gid); in tracefs_apply_options()
|
| /linux/arch/s390/hypfs/ |
| H A D | inode.c | 194 enum { Opt_uid, Opt_gid, }; enumerator 197 fsparam_u32("gid", Opt_gid), 221 case Opt_gid: in hypfs_parse_param()
|
| /linux/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/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/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 567 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/smb/client/ |
| H A D | fs_context.h | 160 Opt_gid, enumerator
|
| /linux/fs/ntfs3/ |
| H A D | super.c | 256 Opt_gid, enumerator 284 fsparam_gid("gid", Opt_gid), 349 case Opt_gid: in ntfs_fs_parse_param()
|
| /linux/fs/udf/ |
| H A D | super.c | 489 Opt_gid, Opt_uid, Opt_umask, Opt_session, Opt_lastblock, enumerator 503 fsparam_string ("gid", Opt_gid), 562 case Opt_gid: in udf_parse_param()
|