Searched refs:vfs_parse_fs_string (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs4super.c | 172 ret = vfs_parse_fs_string(root_fc, "fsc", ctx->fscache_uniq); in do_nfs4_mount() 190 ret = vfs_parse_fs_string(root_fc, "source", source); in do_nfs4_mount()
|
| H A D | fs_context.c | 1273 ret = vfs_parse_fs_string(fc, "context", data->context); in nfs23_parse_monolithic()
|
| /linux/include/linux/ |
| H A D | fs_context.h | 139 static inline int vfs_parse_fs_string(struct fs_context *fc, const char *key, in vfs_parse_fs_string() function
|
| /linux/fs/ |
| H A D | fs_context.c | 213 ret = vfs_parse_fs_string(fc, key, value); in vfs_parse_monolithic_sep()
|
| H A D | namespace.c | 1227 ret = vfs_parse_fs_string(fc, "source", name); in vfs_kern_mount() 3831 err = vfs_parse_fs_string(fc, "subtype", subtype); in do_new_mount() 3833 err = vfs_parse_fs_string(fc, "source", name); in do_new_mount()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gem.c | 127 ret = vfs_parse_fs_string(fc, "source", "tmpfs"); in drm_gem_huge_mnt_create() 130 ret = vfs_parse_fs_string(fc, "huge", value); in drm_gem_huge_mnt_create()
|
| /linux/fs/smb/client/ |
| H A D | fs_context.c | 824 ret = vfs_parse_fs_string(fc, key, value); in smb3_fs_context_parse_monolithic()
|
| /linux/kernel/trace/ |
| H A D | trace.c | 9976 ret = vfs_parse_fs_string(fc, "source", "tracefs"); in trace_automount()
|