Home
last modified time | relevance | path

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

/openbmc/linux/fs/befs/
H A Dlinuxvfs.c48 static struct inode *befs_alloc_inode(struct super_block *sb);
68 .alloc_inode = befs_alloc_inode, /* allocate a new inode */
275 befs_alloc_inode(struct super_block *sb) in befs_alloc_inode() function