Searched refs:destroy_inode (Results 1 – 12 of 12) sorted by relevance
/fs/ |
D | inode.c | 241 if (ops->destroy_inode) { in alloc_inode() 242 ops->destroy_inode(inode); in alloc_inode() 276 static void destroy_inode(struct inode *inode) in destroy_inode() function 282 if (ops->destroy_inode) { in destroy_inode() 283 ops->destroy_inode(inode); in destroy_inode() 594 destroy_inode(inode); in evict() 1197 destroy_inode(new); in iget5_locked() 1264 destroy_inode(inode); in iget_locked()
|
D | pipe.c | 1411 .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 | 1212 .destroy_inode = hugetlbfs_destroy_inode,
|
/fs/xfs/ |
D | xfs_super.c | 1114 .destroy_inode = xfs_fs_destroy_inode,
|
/fs/overlayfs/ |
D | super.c | 422 .destroy_inode = ovl_destroy_inode,
|
/fs/incfs/ |
D | vfs.c | 76 .destroy_inode = free_inode,
|
/fs/btrfs/ |
D | super.c | 2447 .destroy_inode = btrfs_destroy_inode,
|
/fs/ext4/ |
D | super.c | 1649 .destroy_inode = ext4_destroy_inode,
|