Home
last modified time | relevance | path

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

/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.c1001 ret = vfs_parse_fs_string(fc, "source", in vfs_kern_mount()
2843 err = vfs_parse_fs_string(fc, "subtype", in do_new_mount()
2846 err = vfs_parse_fs_string(fc, "source", name, strlen(name)); in do_new_mount()
/fs/afs/
Dmntpt.c145 ret = vfs_parse_fs_string(fc, "source", buf, size - 1); in afs_mntpt_set_params()