Home
last modified time | relevance | path

Searched refs:vfs_parse_fs_string (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/
Dfs_context.c171 int vfs_parse_fs_string(struct fs_context *fc, const char *key, in vfs_parse_fs_string() function
192 EXPORT_SYMBOL(vfs_parse_fs_string);
228 ret = vfs_parse_fs_string(fc, key, value, v_len); in generic_parse_monolithic()
Dnamespace.c987 ret = vfs_parse_fs_string(fc, "source", in vfs_kern_mount()
2813 err = vfs_parse_fs_string(fc, "subtype", in do_new_mount()
2816 err = vfs_parse_fs_string(fc, "source", name, strlen(name)); in do_new_mount()
/Linux-v5.4/include/linux/
Dfs_context.h132 extern int vfs_parse_fs_string(struct fs_context *fc, const char *key,
/Linux-v5.4/fs/afs/
Dmntpt.c143 ret = vfs_parse_fs_string(fc, "source", buf, size); in afs_mntpt_set_params()
/Linux-v5.4/Documentation/filesystems/
Dmount_api.txt438 (*) int vfs_parse_fs_string(struct fs_context *fc, const char *key,
/Linux-v5.4/mm/
Dshmem.c3517 err = vfs_parse_fs_string(fc, this_char, value, len); in shmem_parse_options()