Searched refs:destroy_inode (Results 1 – 12 of 12) sorted by relevance
/fs/ |
D | inode.c | 239 if (ops->destroy_inode) { in alloc_inode() 240 ops->destroy_inode(inode); in alloc_inode() 274 static void destroy_inode(struct inode *inode) in destroy_inode() function 280 if (ops->destroy_inode) { in destroy_inode() 281 ops->destroy_inode(inode); in destroy_inode() 592 destroy_inode(inode); in evict() 1195 destroy_inode(new); in iget5_locked() 1262 destroy_inode(inode); in iget_locked()
|
D | pipe.c | 1191 .destroy_inode = free_inode_nonrcu,
|
/fs/ecryptfs/ |
D | super.c | 172 .destroy_inode = ecryptfs_destroy_inode,
|
/fs/btrfs/tests/ |
D | btrfs-tests.c | 34 .destroy_inode = btrfs_test_destroy_inode,
|
/fs/orangefs/ |
D | super.c | 317 .destroy_inode = orangefs_destroy_inode,
|
/fs/afs/ |
D | super.c | 59 .destroy_inode = afs_destroy_inode,
|
/fs/hugetlbfs/ |
D | inode.c | 1172 .destroy_inode = hugetlbfs_destroy_inode,
|
/fs/overlayfs/ |
D | super.c | 393 .destroy_inode = ovl_destroy_inode,
|
/fs/xfs/ |
D | xfs_super.c | 1848 .destroy_inode = xfs_fs_destroy_inode,
|
/fs/btrfs/ |
D | super.c | 2315 .destroy_inode = btrfs_destroy_inode,
|
/fs/incfs/ |
D | vfs.c | 84 .destroy_inode = free_inode,
|
/fs/ext4/ |
D | super.c | 1452 .destroy_inode = ext4_destroy_inode,
|