| /linux/fs/tracefs/ |
| H A D | inode.c | 267 Opt_uid, enumerator 275 fsparam_uid ("uid", Opt_uid), 290 case Opt_uid: in tracefs_parse_param() 330 if (!remount || fsi->opts & BIT(Opt_uid)) in tracefs_apply_options() 336 if (remount && (fsi->opts & BIT(Opt_uid) || fsi->opts & BIT(Opt_gid))) { in tracefs_apply_options() 338 update_uid = fsi->opts & BIT(Opt_uid); in tracefs_apply_options()
|
| /linux/arch/s390/hypfs/ |
| H A D | inode.c | 194 enum { Opt_uid, Opt_gid, }; enumerator 198 fsparam_u32("uid", Opt_uid), 215 case Opt_uid: in hypfs_parse_param()
|
| /linux/fs/debugfs/ |
| H A D | inode.c | 89 Opt_uid, enumerator 98 fsparam_uid ("uid", Opt_uid), 122 case Opt_uid: in debugfs_parse_param() 163 if (!remount || fsi->opts & BIT(Opt_uid)) in _debugfs_apply_options()
|
| /linux/fs/adfs/ |
| H A D | super.c | 119 enum {Opt_uid, Opt_gid, Opt_ownmask, Opt_othmask, Opt_ftsuffix}; enumerator 122 fsparam_uid ("uid", Opt_uid), 141 case Opt_uid: in adfs_parse_param()
|
| /linux/fs/efivarfs/ |
| H A D | super.c | 308 Opt_uid, Opt_gid, enumerator 312 fsparam_uid("uid", Opt_uid), 329 case Opt_uid: in efivarfs_parse_param()
|
| /linux/fs/devpts/ |
| H A D | inode.c | 87 Opt_uid, Opt_gid, Opt_mode, Opt_ptmxmode, Opt_newinstance, Opt_max, enumerator 97 fsparam_uid ("uid", Opt_uid), 233 case Opt_uid: 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 573 fsparam_u32 ("uid", Opt_uid), 610 case Opt_uid: in spufs_parse_param()
|
| /linux/fs/hpfs/ |
| H A D | super.c | 278 Opt_help, Opt_uid, Opt_gid, Opt_umask, Opt_case, enumerator 318 fsparam_uid ("uid", Opt_uid), 382 case Opt_uid: in hpfs_parse_param()
|
| /linux/fs/jfs/ |
| H A D | super.c | 209 Opt_usrquota, Opt_grpquota, Opt_uid, Opt_gid, Opt_umask, enumerator 230 fsparam_uid ("uid", Opt_uid), 320 case Opt_uid: in jfs_parse_param()
|
| /linux/fs/smb/client/ |
| H A D | fs_context.h | 158 Opt_uid, enumerator
|
| H A D | fs_context.c | 142 fsparam_uid("uid", Opt_uid), 1328 case Opt_uid: in smb3_fs_context_parse_param()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 1953 Opt_uid, enumerator 1962 fsparam_u32 ("uid", Opt_uid), 1992 case Opt_uid: in ffs_fs_parse_param()
|