Home
last modified time | relevance | path

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

/openbmc/linux/fs/vboxsf/
H A Dvfsmod.h91 struct inode *vboxsf_new_inode(struct super_block *sb);
H A Ddir.c227 inode = vboxsf_new_inode(parent->i_sb); in vboxsf_dir_lookup()
242 inode = vboxsf_new_inode(parent->i_sb); in vboxsf_dir_instantiate()
H A Dutils.c16 struct inode *vboxsf_new_inode(struct super_block *sb) in vboxsf_new_inode() function