Home
last modified time | relevance | path

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

/linux/fs/
H A Dinode.c366 void __destroy_inode(struct inode *inode) in __destroy_inode() function
385 EXPORT_SYMBOL(__destroy_inode);
392 __destroy_inode(inode); in destroy_inode()
/linux/fs/xfs/
H A Dxfs_icache.c748 __destroy_inode(VFS_I(ip)); in xfs_iget_cache_miss()