Home
last modified time | relevance | path

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

/linux-6.14.4/fs/befs/
Dlinuxvfs.c49 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