Searched refs:vfs_parse_fs_string (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | fs_context.c | 171 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()
|
D | namespace.c | 1001 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/ |
D | mntpt.c | 145 ret = vfs_parse_fs_string(fc, "source", buf, size - 1); in afs_mntpt_set_params()
|