Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dfs_context.c166 int vfs_parse_fs_string(struct fs_context *fc, const char *key, in vfs_parse_fs_string() function
188 EXPORT_SYMBOL(vfs_parse_fs_string);
224 ret = vfs_parse_fs_string(fc, key, value, v_len); in generic_parse_monolithic()
Dnamespace.c1004 ret = vfs_parse_fs_string(fc, "source", in vfs_kern_mount()
2902 err = vfs_parse_fs_string(fc, "subtype", in do_new_mount()
2905 err = vfs_parse_fs_string(fc, "source", name, strlen(name)); in do_new_mount()
/kernel/linux/linux-6.6/fs/
Dfs_context.c170 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);
230 ret = vfs_parse_fs_string(fc, key, value, v_len); in vfs_parse_monolithic_sep()
Dnamespace.c1137 ret = vfs_parse_fs_string(fc, "source", in vfs_kern_mount()
3337 err = vfs_parse_fs_string(fc, "subtype", in do_new_mount()
3340 err = vfs_parse_fs_string(fc, "source", name, strlen(name)); in do_new_mount()
/kernel/linux/linux-6.6/fs/afs/
Dmntpt.c138 ret = vfs_parse_fs_string(fc, "source", buf, size - 1); in afs_mntpt_set_params()
/kernel/linux/linux-6.6/include/linux/
Dfs_context.h137 extern int vfs_parse_fs_string(struct fs_context *fc, const char *key,
/kernel/linux/linux-5.10/fs/afs/
Dmntpt.c144 ret = vfs_parse_fs_string(fc, "source", buf, size - 1); in afs_mntpt_set_params()
/kernel/linux/linux-5.10/include/linux/
Dfs_context.h137 extern int vfs_parse_fs_string(struct fs_context *fc, const char *key,
/kernel/linux/linux-5.10/fs/nfs/
Dnamespace.c290 ret = vfs_parse_fs_string(fc, "source", p, buffer + 4096 - p); in nfs_do_submount()
Dfs_context.c1007 ret = vfs_parse_fs_string(fc, "context", in nfs23_parse_monolithic()
/kernel/linux/linux-6.6/fs/nfs/
Dnamespace.c294 ret = vfs_parse_fs_string(fc, "source", p, buffer + 4096 - p); in nfs_do_submount()
Dfs_context.c1156 ret = vfs_parse_fs_string(fc, "context", in nfs23_parse_monolithic()
/kernel/linux/linux-6.6/fs/smb/client/
Dfs_context.c656 ret = vfs_parse_fs_string(fc, key, value, len); in smb3_fs_context_parse_monolithic()
/kernel/linux/linux-6.6/Documentation/filesystems/
Dmount_api.rst509 int vfs_parse_fs_string(struct fs_context *fc, const char *key,
/kernel/linux/linux-5.10/Documentation/filesystems/
Dmount_api.rst510 int vfs_parse_fs_string(struct fs_context *fc, const char *key,
/kernel/linux/linux-5.10/mm/
Dshmem.c3596 err = vfs_parse_fs_string(fc, this_char, value, len); in shmem_parse_options()
/kernel/linux/linux-6.6/mm/
Dshmem.c4107 err = vfs_parse_fs_string(fc, this_char, value, len); in shmem_parse_options()