Home
last modified time | relevance | path

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

/openbmc/linux/fs/vboxsf/
H A Dvfsmod.h79 extern const struct inode_operations vboxsf_reg_iops;
H A Dfile.c224 const struct inode_operations vboxsf_reg_iops = { variable
H A Dutils.c111 inode->i_op = &vboxsf_reg_iops; in vboxsf_init_inode()