Searched refs:fs_param_is_uid (Results 1 – 3 of 3) sorted by relevance
/linux/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 134 #define fsparam_uid(NAME, OPT) __fsparam(fs_param_is_uid, NAME, OPT, 0, NULL)
|
/linux/fs/ |
H A D | fs_parser.c | 333 int fs_param_is_uid(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_uid() function 348 EXPORT_SYMBOL(fs_param_is_uid);
|
/linux/Documentation/filesystems/ |
H A D | mount_api.rst | 648 fs_param_is_uid User ID (u32) result->uid 682 fsparam_uid() fs_param_is_uid
|