Searched refs:vfs_parse_fs_string (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/v3d/ |
| H A D | v3d_gemfs.c | 36 ret = vfs_parse_fs_string(fc, "source", "tmpfs"); in v3d_gemfs_init() 38 ret = vfs_parse_fs_string(fc, "huge", "within_size"); in v3d_gemfs_init()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gemfs.c | 46 ret = vfs_parse_fs_string(fc, "source", "tmpfs"); in i915_gemfs_init() 48 ret = vfs_parse_fs_string(fc, "huge", "within_size"); in i915_gemfs_init()
|
| /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 | 1272 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 | 227 ret = vfs_parse_fs_string(fc, key, value); in vfs_parse_monolithic_sep()
|
| H A D | namespace.c | 1233 ret = vfs_parse_fs_string(fc, "source", name); in vfs_kern_mount() 3710 err = vfs_parse_fs_string(fc, "subtype", subtype); in do_new_mount() 3712 err = vfs_parse_fs_string(fc, "source", name); in do_new_mount()
|
| /linux/fs/smb/client/ |
| H A D | fs_context.c | 783 ret = vfs_parse_fs_string(fc, key, value); in smb3_fs_context_parse_monolithic()
|
| /linux/Documentation/filesystems/ |
| H A D | mount_api.rst | 517 int vfs_parse_fs_string(struct fs_context *fc, const char *key,
|
| H A D | porting.rst | 1305 Calling conventions for vfs_parse_fs_string() have changed; it does *not*
|
| /linux/kernel/trace/ |
| H A D | trace.c | 10390 ret = vfs_parse_fs_string(fc, "source", "tracefs"); in trace_automount()
|