Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dvfsmod.h80 extern const struct file_operations vboxsf_dir_fops;
H A Ddir.c182 const struct file_operations vboxsf_dir_fops = { variable
H A Dutils.c82 inode->i_fop = &vboxsf_dir_fops; in vboxsf_init_inode()