Searched refs:vfs_parse_fs_string (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/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 | 987 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/ |
D | fs_context.h | 132 extern int vfs_parse_fs_string(struct fs_context *fc, const char *key,
|
/Linux-v5.4/fs/afs/ |
D | mntpt.c | 143 ret = vfs_parse_fs_string(fc, "source", buf, size); in afs_mntpt_set_params()
|
/Linux-v5.4/Documentation/filesystems/ |
D | mount_api.txt | 438 (*) int vfs_parse_fs_string(struct fs_context *fc, const char *key,
|
/Linux-v5.4/mm/ |
D | shmem.c | 3517 err = vfs_parse_fs_string(fc, this_char, value, len); in shmem_parse_options()
|