Home
last modified time | relevance | path

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

/linux-4.1.27/fs/befs/
Dlinuxvfs.c42 static struct inode *befs_alloc_inode(struct super_block *sb);
57 .alloc_inode = befs_alloc_inode, /* allocate a new inode */
275 befs_alloc_inode(struct super_block *sb) in befs_alloc_inode() function