Searched refs:vfs_parse_fs_string (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/fs/ |
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()
|
D | namespace.c | 1256 ret = vfs_parse_fs_string(fc, "source", in vfs_kern_mount() 3498 err = vfs_parse_fs_string(fc, "subtype", in do_new_mount() 3501 err = vfs_parse_fs_string(fc, "source", name, strlen(name)); in do_new_mount()
|
/linux-6.12.1/fs/afs/ |
D | mntpt.c | 138 ret = vfs_parse_fs_string(fc, "source", buf, size - 1); in afs_mntpt_set_params()
|
/linux-6.12.1/include/linux/ |
D | fs_context.h | 137 extern int vfs_parse_fs_string(struct fs_context *fc, const char *key,
|
/linux-6.12.1/fs/nfs/ |
D | namespace.c | 294 ret = vfs_parse_fs_string(fc, "source", p, buffer + 4096 - p); in nfs_do_submount()
|
D | fs_context.c | 1170 ret = vfs_parse_fs_string(fc, "context", in nfs23_parse_monolithic()
|
/linux-6.12.1/fs/smb/client/ |
D | fs_context.c | 692 ret = vfs_parse_fs_string(fc, key, value, len); in smb3_fs_context_parse_monolithic()
|
/linux-6.12.1/Documentation/filesystems/ |
D | mount_api.rst | 509 int vfs_parse_fs_string(struct fs_context *fc, const char *key,
|
/linux-6.12.1/mm/ |
D | shmem.c | 4429 err = vfs_parse_fs_string(fc, this_char, value, len); in shmem_parse_options()
|