Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dinode.c269 if (ops->destroy_inode) { in alloc_inode()
270 ops->destroy_inode(inode); in alloc_inode()
304 static void destroy_inode(struct inode *inode) in destroy_inode() function
310 if (ops->destroy_inode) { in destroy_inode()
311 ops->destroy_inode(inode); in destroy_inode()
681 destroy_inode(inode); in evict()
1277 destroy_inode(new); in iget5_locked()
1344 destroy_inode(inode); in iget_locked()
Dpipe.c1414 .destroy_inode = free_inode_nonrcu,
/linux-6.6.21/fs/ecryptfs/
Dsuper.c172 .destroy_inode = ecryptfs_destroy_inode,
/linux-6.6.21/fs/btrfs/tests/
Dbtrfs-tests.c35 .destroy_inode = btrfs_test_destroy_inode,
/linux-6.6.21/Documentation/filesystems/
Dporting.rst20 New methods: ->alloc_inode() and ->destroy_inode().
41 Make them ->alloc_inode and ->destroy_inode in your super_operations.
666 assume that non-NULL value in ->i_nlink at ->destroy_inode() implies that
816 take the RCU-delayed parts of ->destroy_inode() into a new method -
817 ->free_inode(). If ->destroy_inode() becomes empty - all the better,
828 * if ->destroy_inode() is non-NULL, it gets called
830 * combination of NULL ->destroy_inode and NULL ->free_inode is
834 in ->destroy_inode()) is *NOT* ordered wrt superblock destruction;
Dlocking.rst165 void (*destroy_inode)(struct inode *);
189 destroy_inode:
Dvfs.rst254 void (*destroy_inode)(struct inode *);
300 ``destroy_inode``
301 this method is called by destroy_inode() to release resources
308 in ->destroy_inode to free 'struct inode' memory, then it's
/linux-6.6.21/drivers/dax/
Dsuper.c383 .destroy_inode = dax_destroy_inode,
/linux-6.6.21/fs/orangefs/
Dsuper.c318 .destroy_inode = orangefs_destroy_inode,
/linux-6.6.21/fs/afs/
Dsuper.c60 .destroy_inode = afs_destroy_inode,
/linux-6.6.21/fs/overlayfs/
Dsuper.c270 .destroy_inode = ovl_destroy_inode,
/linux-6.6.21/fs/hugetlbfs/
Dinode.c1368 .destroy_inode = hugetlbfs_destroy_inode,
/linux-6.6.21/fs/xfs/
Dxfs_super.c1182 .destroy_inode = xfs_fs_destroy_inode,
/linux-6.6.21/fs/btrfs/
Dsuper.c2366 .destroy_inode = btrfs_destroy_inode,
/linux-6.6.21/include/linux/
Dfs.h2058 void (*destroy_inode)(struct inode *); member
/linux-6.6.21/mm/
Dshmem.c4545 .destroy_inode = shmem_destroy_inode,
/linux-6.6.21/fs/ext4/
Dsuper.c1630 .destroy_inode = ext4_destroy_inode,