Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dvfsmod.h79 extern const struct inode_operations vboxsf_reg_iops;
H A Dfile.c223 const struct inode_operations vboxsf_reg_iops = { variable
H A Dutils.c98 inode->i_op = &vboxsf_reg_iops; in vboxsf_init_inode()