Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A 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()
H A Dnamespace.c1137 ret = vfs_parse_fs_string(fc, "source", in vfs_kern_mount()
3345 err = vfs_parse_fs_string(fc, "subtype", in do_new_mount()
3348 err = vfs_parse_fs_string(fc, "source", name, strlen(name)); in do_new_mount()
/openbmc/linux/fs/afs/
H A Dmntpt.c138 ret = vfs_parse_fs_string(fc, "source", buf, size - 1); in afs_mntpt_set_params()
/openbmc/linux/include/linux/
H A Dfs_context.h137 extern int vfs_parse_fs_string(struct fs_context *fc, const char *key,
/openbmc/linux/fs/nfs/
H A Dnamespace.c294 ret = vfs_parse_fs_string(fc, "source", p, buffer + 4096 - p); in nfs_do_submount()
H A Dfs_context.c1159 ret = vfs_parse_fs_string(fc, "context", in nfs23_parse_monolithic()
/openbmc/linux/fs/smb/client/
H A Dfs_context.c690 ret = vfs_parse_fs_string(fc, key, value, len); in smb3_fs_context_parse_monolithic()
/openbmc/linux/Documentation/filesystems/
H A Dmount_api.rst509 int vfs_parse_fs_string(struct fs_context *fc, const char *key,
/openbmc/linux/mm/
H A Dshmem.c4109 err = vfs_parse_fs_string(fc, this_char, value, len); in shmem_parse_options()