Searched refs:vfs_parse_fs_string (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_gemfs.c | 12 return vfs_parse_fs_string(fc, key, val, strlen(val)); in add_param()
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gemfs.c | 16 return vfs_parse_fs_string(fc, key, val, strlen(val)); in add_param()
|
/linux/fs/ |
H A D | fs_context.c | 170 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 D | namespace.c | 1284 ret = vfs_parse_fs_string(fc, "source", in vfs_kern_mount() 3796 err = vfs_parse_fs_string(fc, "subtype", in do_new_mount() 3799 err = vfs_parse_fs_string(fc, "source", name, strlen(name)); in do_new_mount()
|
/linux/include/linux/ |
H A D | fs_context.h | 137 extern int vfs_parse_fs_string(struct fs_context *fc, const char *key,
|
/linux/fs/nfs/ |
H A D | namespace.c | 293 ret = vfs_parse_fs_string(fc, "source", p, buffer + 4096 - p); in nfs_do_submount()
|
H A D | fs_context.c | 1272 ret = vfs_parse_fs_string(fc, "context", in nfs23_parse_monolithic()
|
/linux/fs/smb/client/ |
H A D | fs_context.c | 785 ret = vfs_parse_fs_string(fc, key, value, len); in smb3_fs_context_parse_monolithic()
|
/linux/Documentation/filesystems/ |
H A D | mount_api.rst | 509 int vfs_parse_fs_string(struct fs_context *fc, const char *key,
|
/linux/kernel/trace/ |
H A D | trace.c | 10204 ret = vfs_parse_fs_string(fc, "source", in trace_automount()
|