Searched refs:vboxsf_create_sf_handle (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/vboxsf/ |
H A D | file.c | 23 struct vboxsf_handle *vboxsf_create_sf_handle(struct inode *inode, in vboxsf_create_sf_handle() function 111 sf_handle = vboxsf_create_sf_handle(inode, params.handle, access_flags); in vboxsf_file_open()
|
H A D | vfsmod.h | 86 struct vboxsf_handle *vboxsf_create_sf_handle(struct inode *inode,
|
H A D | dir.c | 335 sf_handle = vboxsf_create_sf_handle(d_inode(dentry), handle, SHFL_CF_ACCESS_READWRITE); in vboxsf_dir_atomic_open() 344 /* This also closes the handle passed to vboxsf_create_sf_handle() */ in vboxsf_dir_atomic_open()
|
/kernel/linux/linux-6.6/fs/vboxsf/ |
H A D | file.c | 23 struct vboxsf_handle *vboxsf_create_sf_handle(struct inode *inode, in vboxsf_create_sf_handle() function 111 sf_handle = vboxsf_create_sf_handle(inode, params.handle, access_flags); in vboxsf_file_open()
|
H A D | vfsmod.h | 86 struct vboxsf_handle *vboxsf_create_sf_handle(struct inode *inode,
|
H A D | dir.c | 338 sf_handle = vboxsf_create_sf_handle(d_inode(dentry), handle, SHFL_CF_ACCESS_READWRITE); in vboxsf_dir_atomic_open() 347 /* This also closes the handle passed to vboxsf_create_sf_handle() */ in vboxsf_dir_atomic_open()
|
Completed in 4 milliseconds