Searched refs:destroy_inode (Results 1 – 13 of 13) sorted by relevance
/fs/ |
D | inode.c | 238 if (ops->destroy_inode) { in alloc_inode() 239 ops->destroy_inode(inode); in alloc_inode() 273 static void destroy_inode(struct inode *inode) in destroy_inode() function 279 if (ops->destroy_inode) { in destroy_inode() 280 ops->destroy_inode(inode); in destroy_inode() 591 destroy_inode(inode); in evict() 1152 destroy_inode(new); in iget5_locked() 1219 destroy_inode(inode); in iget_locked()
|
D | pipe.c | 1176 .destroy_inode = free_inode_nonrcu,
|
/fs/ecryptfs/ |
D | super.c | 172 .destroy_inode = ecryptfs_destroy_inode,
|
/fs/sdcardfs/ |
D | super.c | 312 .destroy_inode = sdcardfs_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 | 1114 .destroy_inode = hugetlbfs_destroy_inode,
|
/fs/overlayfs/ |
D | super.c | 390 .destroy_inode = ovl_destroy_inode,
|
/fs/xfs/ |
D | xfs_super.c | 1830 .destroy_inode = xfs_fs_destroy_inode,
|
/fs/incfs/ |
D | vfs.c | 83 .destroy_inode = free_inode,
|
/fs/btrfs/ |
D | super.c | 2289 .destroy_inode = btrfs_destroy_inode,
|
/fs/ext4/ |
D | super.c | 1433 .destroy_inode = ext4_destroy_inode,
|