Home
last modified time | relevance | path

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

/Linux-v4.19/fs/befs/
Dlinuxvfs.c47 static void befs_destroy_inode(struct inode *inode);
67 .destroy_inode = befs_destroy_inode, /* deallocate an inode */
290 static void befs_destroy_inode(struct inode *inode) in befs_destroy_inode() function