Home
last modified time | relevance | path

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

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