Searched refs:fs_param_is_fd (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 133 #define fsparam_fd(NAME, OPT) __fsparam(fs_param_is_fd, NAME, OPT, 0, NULL)
|
| /linux/fs/ |
| H A D | fs_parser.c | 290 int fs_param_is_fd(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_fd() function 311 EXPORT_SYMBOL(fs_param_is_fd);
|
| /linux/Documentation/filesystems/ |
| H A D | mount_api.rst | 653 fs_param_is_fd File descriptor result->int_32 687 fsparam_fd() fs_param_is_fd
|