Searched refs:destroy_inode (Results 1 – 17 of 17) sorted by relevance
| /linux/fs/ |
| H A D | inode.c | 355 if (ops->destroy_inode) { in alloc_inode() 356 ops->destroy_inode(inode); in alloc_inode() 390 static void destroy_inode(struct inode *inode) in destroy_inode() function 396 if (ops->destroy_inode) { in destroy_inode() 397 ops->destroy_inode(inode); in destroy_inode() 870 destroy_inode(inode); in evict() 1393 destroy_inode(new); in iget5_locked() 1439 destroy_inode(new); in iget5_locked_rcu() 1508 destroy_inode(inode); in iget_locked()
|
| H A D | pipe.c | 1455 .destroy_inode = free_inode_nonrcu,
|
| /linux/fs/ecryptfs/ |
| H A D | super.c | 169 .destroy_inode = ecryptfs_destroy_inode,
|
| /linux/fs/btrfs/tests/ |
| H A D | btrfs-tests.c | 38 .destroy_inode = btrfs_test_destroy_inode,
|
| /linux/drivers/dax/ |
| H A D | super.c | 389 .destroy_inode = dax_destroy_inode,
|
| /linux/fs/orangefs/ |
| H A D | super.c | 307 .destroy_inode = orangefs_destroy_inode,
|
| /linux/fs/tracefs/ |
| H A D | inode.c | 440 .destroy_inode = tracefs_destroy_inode,
|
| /linux/fs/afs/ |
| H A D | super.c | 60 .destroy_inode = afs_destroy_inode,
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 173 void (*destroy_inode)(struct inode *); 196 destroy_inode:
|
| /linux/virt/kvm/ |
| H A D | guest_memfd.c | 964 .destroy_inode = kvm_gmem_destroy_inode,
|
| /linux/kernel/bpf/ |
| H A D | inode.c | 780 .destroy_inode = bpf_destroy_inode,
|
| /linux/fs/overlayfs/ |
| H A D | super.c | 300 .destroy_inode = ovl_destroy_inode,
|
| /linux/fs/hugetlbfs/ |
| H A D | inode.c | 1270 .destroy_inode = hugetlbfs_destroy_inode,
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 1286 .destroy_inode = xfs_fs_destroy_inode,
|
| /linux/fs/btrfs/ |
| H A D | super.c | 2506 .destroy_inode = btrfs_destroy_inode,
|
| /linux/mm/ |
| H A D | shmem.c | 5292 .destroy_inode = shmem_destroy_inode,
|
| /linux/fs/ext4/ |
| H A D | super.c | 1637 .destroy_inode = ext4_destroy_inode,
|