Searched refs:vfs_parse_fs_string (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fs_context.c | 143 int vfs_parse_fs_string(struct fs_context *fc, const char *key, in vfs_parse_fs_string() function 165 EXPORT_SYMBOL(vfs_parse_fs_string); 201 ret = vfs_parse_fs_string(fc, key, value, v_len); in generic_parse_monolithic()
|
| H A D | namespace.c | 1003 ret = vfs_parse_fs_string(fc, "source", in vfs_kern_mount() 2890 err = vfs_parse_fs_string(fc, "subtype", in do_new_mount() 2893 err = vfs_parse_fs_string(fc, "source", name, strlen(name)); in do_new_mount()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | mntpt.c | 144 ret = vfs_parse_fs_string(fc, "source", buf, size - 1); in afs_mntpt_set_params()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs_context.h | 137 extern int vfs_parse_fs_string(struct fs_context *fc, const char *key,
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | namespace.c | 290 ret = vfs_parse_fs_string(fc, "source", p, buffer + 4096 - p); in nfs_do_submount()
|
| H A D | fs_context.c | 1007 ret = vfs_parse_fs_string(fc, "context", in nfs23_parse_monolithic()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | mount_api.rst | 510 int vfs_parse_fs_string(struct fs_context *fc, const char *key,
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | shmem.c | 3545 err = vfs_parse_fs_string(fc, this_char, value, len); in shmem_parse_options()
|