Home
last modified time | relevance | path

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

/Linux-v5.4/fs/befs/
Dlinuxvfs.c47 static struct inode *befs_alloc_inode(struct super_block *sb);
67 .alloc_inode = befs_alloc_inode, /* allocate a new inode */
275 befs_alloc_inode(struct super_block *sb) in befs_alloc_inode() function