Home
last modified time | relevance | path

Searched refs:destroy_inode (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.10/fs/
Dinode.c242 if (ops->destroy_inode) { in alloc_inode()
243 ops->destroy_inode(inode); in alloc_inode()
277 static void destroy_inode(struct inode *inode) in destroy_inode() function
283 if (ops->destroy_inode) { in destroy_inode()
284 ops->destroy_inode(inode); in destroy_inode()
595 destroy_inode(inode); in evict()
1156 destroy_inode(new); in iget5_locked()
1223 destroy_inode(inode); in iget_locked()
Dpipe.c1390 .destroy_inode = free_inode_nonrcu,
/Linux-v5.10/fs/ecryptfs/
Dsuper.c172 .destroy_inode = ecryptfs_destroy_inode,
/Linux-v5.10/Documentation/filesystems/
Dporting.rst20 New methods: ->alloc_inode() and ->destroy_inode().
41 Make them ->alloc_inode and ->destroy_inode in your super_operations.
660 assume that non-NULL value in ->i_nlink at ->destroy_inode() implies that
813 take the RCU-delayed parts of ->destroy_inode() into a new method -
814 ->free_inode(). If ->destroy_inode() becomes empty - all the better,
825 * if ->destroy_inode() is non-NULL, it gets called
827 * combination of NULL ->destroy_inode and NULL ->free_inode is
831 in ->destroy_inode()) is *NOT* ordered wrt superblock destruction;
Dlocking.rst151 void (*destroy_inode)(struct inode *);
176 destroy_inode:
Dvfs.rst231 void (*destroy_inode)(struct inode *);
266 ``destroy_inode``
267 this method is called by destroy_inode() to release resources
/Linux-v5.10/fs/btrfs/tests/
Dbtrfs-tests.c34 .destroy_inode = btrfs_test_destroy_inode,
/Linux-v5.10/fs/orangefs/
Dsuper.c317 .destroy_inode = orangefs_destroy_inode,
/Linux-v5.10/fs/afs/
Dsuper.c59 .destroy_inode = afs_destroy_inode,
/Linux-v5.10/drivers/dax/
Dsuper.c497 .destroy_inode = dax_destroy_inode,
/Linux-v5.10/fs/hugetlbfs/
Dinode.c1194 .destroy_inode = hugetlbfs_destroy_inode,
/Linux-v5.10/fs/xfs/
Dxfs_super.c1108 .destroy_inode = xfs_fs_destroy_inode,
/Linux-v5.10/fs/overlayfs/
Dsuper.c396 .destroy_inode = ovl_destroy_inode,
/Linux-v5.10/fs/btrfs/
Dsuper.c2416 .destroy_inode = btrfs_destroy_inode,
/Linux-v5.10/include/linux/
Dfs.h1937 void (*destroy_inode)(struct inode *); member
/Linux-v5.10/mm/
Dshmem.c3939 .destroy_inode = shmem_destroy_inode,
/Linux-v5.10/fs/ext4/
Dsuper.c1657 .destroy_inode = ext4_destroy_inode,