Searched refs:vfs_parse_fs_qstr (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | fs_context.h | 137 extern int vfs_parse_fs_qstr(struct fs_context *fc, const char *key, 142 return vfs_parse_fs_qstr(fc, key, value ? &QSTR(value) : NULL); in vfs_parse_fs_string()
|
| /linux/fs/ |
| H A D | fs_context.c | 155 int vfs_parse_fs_qstr(struct fs_context *fc, const char *key, in vfs_parse_fs_qstr() function 177 EXPORT_SYMBOL(vfs_parse_fs_qstr);
|
| /linux/fs/afs/ |
| H A D | mntpt.c | 141 ret = vfs_parse_fs_qstr(fc, "source", in afs_mntpt_set_params()
|
| /linux/fs/nfs/ |
| H A D | namespace.c | 307 ret = vfs_parse_fs_qstr(fc, "source", in nfs_do_submount()
|
| /linux/Documentation/filesystems/ |
| H A D | mount_api.rst | 507 int vfs_parse_fs_qstr(struct fs_context *fc, const char *key,
|
| H A D | porting.rst | 1311 vfs_parse_fs_qstr(fc, key, &QSTR_LEN(value, len))
|