Searched refs:destroy_inode (Results 1 – 14 of 14) sorted by relevance
/fs/ |
D | inode.c | 244 if (ops->destroy_inode) { in alloc_inode() 245 ops->destroy_inode(inode); in alloc_inode() 279 static void destroy_inode(struct inode *inode) in destroy_inode() function 285 if (ops->destroy_inode) { in destroy_inode() 286 ops->destroy_inode(inode); in destroy_inode() 602 destroy_inode(inode); in evict() 1205 destroy_inode(new); in iget5_locked() 1272 destroy_inode(inode); in iget_locked()
|
D | pipe.c | 1409 .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/ntfs3/ |
D | super.c | 595 .destroy_inode = ntfs_destroy_inode,
|
/fs/hugetlbfs/ |
D | inode.c | 1201 .destroy_inode = hugetlbfs_destroy_inode,
|
/fs/xfs/ |
D | xfs_super.c | 1131 .destroy_inode = xfs_fs_destroy_inode,
|
/fs/overlayfs/ |
D | super.c | 427 .destroy_inode = ovl_destroy_inode,
|
/fs/incfs/ |
D | vfs.c | 82 .destroy_inode = free_inode,
|
/fs/fuse/ |
D | inode.c | 1228 .destroy_inode = fuse_destroy_inode,
|
/fs/btrfs/ |
D | super.c | 2606 .destroy_inode = btrfs_destroy_inode,
|
/fs/ext4/ |
D | super.c | 1635 .destroy_inode = ext4_destroy_inode,
|