Home
last modified time | relevance | path

Searched refs:vboxsf_create_sf_handle (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/vboxsf/
H A Dfile.c23 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 Dvfsmod.h86 struct vboxsf_handle *vboxsf_create_sf_handle(struct inode *inode,
H A Ddir.c338 sf_handle = vboxsf_create_sf_handle(d_inode(dentry), handle, SHFL_CF_ACCESS_READWRITE); in vboxsf_dir_atomic_open()