Searched refs:vboxsf_create (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/vboxsf/ |
H A D | vfsmod.h | 116 int vboxsf_create(u32 root, struct shfl_string *parsed_path,
|
H A D | utils.c | 132 err = vboxsf_create(sbi->root, path, params); in vboxsf_create_at_dentry() 147 err = vboxsf_create(sbi->root, path, ¶ms); in vboxsf_stat()
|
H A D | vboxsf_wrappers.c | 114 * vboxsf_create - Create a new file or folder 130 int vboxsf_create(u32 root, struct shfl_string *parsed_path, in vboxsf_create() function
|
/kernel/linux/linux-6.6/fs/vboxsf/ |
H A D | vfsmod.h | 118 int vboxsf_create(u32 root, struct shfl_string *parsed_path,
|
H A D | utils.c | 149 err = vboxsf_create(sbi->root, path, params); in vboxsf_create_at_dentry() 164 err = vboxsf_create(sbi->root, path, ¶ms); in vboxsf_stat()
|
H A D | vboxsf_wrappers.c | 114 * vboxsf_create - Create a new file or folder 130 int vboxsf_create(u32 root, struct shfl_string *parsed_path, in vboxsf_create() function
|
Completed in 4 milliseconds