Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dinode.c126 static void destroy_inode(struct inode *inode) in destroy_inode() function
134 if (inode->i_sb->s_op->destroy_inode) in destroy_inode()
135 inode->i_sb->s_op->destroy_inode(inode); in destroy_inode()
664 destroy_inode(inode); in dispose_list()
1036 destroy_inode(inode); in get_new_inode()
1262 destroy_inode(inode); in iput()
/linux-2.4.37.9/fs/hfsplus/
Dsuper.c261 .destroy_inode = hfsplus_destroy_inode,
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.c963 .destroy_inode = linvfs_destroy_inode,
/linux-2.4.37.9/include/linux/
Dfs.h916 void (*destroy_inode)(struct inode *); member