Searched refs:destroy_inode (Results 1 – 12 of 12) sorted by relevance
| /fs/ |
| A D | inode.c | 354 if (ops->destroy_inode) { in alloc_inode() 355 ops->destroy_inode(inode); in alloc_inode() 389 static void destroy_inode(struct inode *inode) in destroy_inode() function 395 if (ops->destroy_inode) { in destroy_inode() 396 ops->destroy_inode(inode); in destroy_inode() 834 destroy_inode(inode); in evict() 1360 destroy_inode(new); in iget5_locked() 1402 destroy_inode(new); in iget5_locked_rcu() 1466 destroy_inode(inode); in iget_locked()
|
| A D | pipe.c | 1454 .destroy_inode = free_inode_nonrcu,
|
| /fs/ecryptfs/ |
| A D | super.c | 172 .destroy_inode = ecryptfs_destroy_inode,
|
| /fs/btrfs/tests/ |
| A D | btrfs-tests.c | 38 .destroy_inode = btrfs_test_destroy_inode,
|
| /fs/orangefs/ |
| A D | super.c | 307 .destroy_inode = orangefs_destroy_inode,
|
| /fs/afs/ |
| A D | super.c | 60 .destroy_inode = afs_destroy_inode,
|
| /fs/tracefs/ |
| A D | inode.c | 440 .destroy_inode = tracefs_destroy_inode,
|
| /fs/overlayfs/ |
| A D | super.c | 282 .destroy_inode = ovl_destroy_inode,
|
| /fs/hugetlbfs/ |
| A D | inode.c | 1263 .destroy_inode = hugetlbfs_destroy_inode,
|
| /fs/xfs/ |
| A D | xfs_super.c | 1299 .destroy_inode = xfs_fs_destroy_inode,
|
| /fs/btrfs/ |
| A D | super.c | 2427 .destroy_inode = btrfs_destroy_inode,
|
| /fs/ext4/ |
| A D | super.c | 1612 .destroy_inode = ext4_destroy_inode,
|
Completed in 50 milliseconds