Home
last modified time | relevance | path

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

/linux-4.1.27/fs/befs/
Dlinuxvfs.c43 static void befs_destroy_inode(struct inode *inode);
58 .destroy_inode = befs_destroy_inode, /* deallocate an inode */
291 static void befs_destroy_inode(struct inode *inode) in befs_destroy_inode() function