Searched refs:fs_param_is_gid (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | fs_parser.h | 31 fs_param_is_path, fs_param_is_fd, fs_param_is_uid, fs_param_is_gid, variable 142 #define fsparam_gid(NAME, OPT) __fsparam(fs_param_is_gid, NAME, OPT, 0, NULL)
|
| /linux-6.15/fs/ |
| H A D | fs_parser.c | 350 int fs_param_is_gid(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_gid() function 365 EXPORT_SYMBOL(fs_param_is_gid);
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | mount_api.rst | 649 fs_param_is_gid Group ID (u32) result->gid 684 fsparam_gid() fs_param_is_gid
|