Searched refs:fs_param_is_path (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/linux/ |
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_path(NAME, OPT) __fsparam(fs_param_is_path, NAME, OPT, 0, NULL)
|
/linux-6.12.1/fs/ |
D | fs_parser.c | 352 int fs_param_is_path(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_path() function 357 EXPORT_SYMBOL(fs_param_is_path);
|
/linux-6.12.1/Documentation/filesystems/ |
D | mount_api.rst | 646 fs_param_is_path Path * Needs lookup 681 fsparam_path() fs_param_is_path
|