Home
last modified time | relevance | path

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

/linux-6.1.9/fs/vboxsf/
Dvfsmod.h91 struct inode *vboxsf_new_inode(struct super_block *sb);
Ddir.c226 inode = vboxsf_new_inode(parent->i_sb); in vboxsf_dir_lookup()
241 inode = vboxsf_new_inode(parent->i_sb); in vboxsf_dir_instantiate()
Dutils.c16 struct inode *vboxsf_new_inode(struct super_block *sb) in vboxsf_new_inode() function