Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dvfsmod.h81 extern const struct file_operations vboxsf_reg_fops;
H A Dfile.c212 const struct file_operations vboxsf_reg_fops = { variable
H A Dutils.c99 inode->i_fop = &vboxsf_reg_fops; in vboxsf_init_inode()