Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dinode.c267 if (ops->destroy_inode) { in alloc_inode()
268 ops->destroy_inode(inode); in alloc_inode()
302 static void destroy_inode(struct inode *inode) in destroy_inode() function
308 if (ops->destroy_inode) { in destroy_inode()
309 ops->destroy_inode(inode); in destroy_inode()
679 destroy_inode(inode); in evict()
1247 destroy_inode(new); in iget5_locked()
1314 destroy_inode(inode); in iget_locked()
Dpipe.c1413 .destroy_inode = free_inode_nonrcu,
/Linux-v6.1/fs/ecryptfs/
Dsuper.c172 .destroy_inode = ecryptfs_destroy_inode,
/Linux-v6.1/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
821 take the RCU-delayed parts of ->destroy_inode() into a new method -
822 ->free_inode(). If ->destroy_inode() becomes empty - all the better,
833 * if ->destroy_inode() is non-NULL, it gets called
835 * combination of NULL ->destroy_inode and NULL ->free_inode is
839 in ->destroy_inode()) is *NOT* ordered wrt superblock destruction;
Dlocking.rst158 void (*destroy_inode)(struct inode *);
182 destroy_inode:
Dvfs.rst231 void (*destroy_inode)(struct inode *);
266 ``destroy_inode``
267 this method is called by destroy_inode() to release resources
/Linux-v6.1/fs/btrfs/tests/
Dbtrfs-tests.c34 .destroy_inode = btrfs_test_destroy_inode,
/Linux-v6.1/drivers/dax/
Dsuper.c380 .destroy_inode = dax_destroy_inode,
/Linux-v6.1/fs/orangefs/
Dsuper.c318 .destroy_inode = orangefs_destroy_inode,
/Linux-v6.1/fs/afs/
Dsuper.c60 .destroy_inode = afs_destroy_inode,
/Linux-v6.1/fs/ntfs3/
Dsuper.c595 .destroy_inode = ntfs_destroy_inode,
/Linux-v6.1/fs/hugetlbfs/
Dinode.c1317 .destroy_inode = hugetlbfs_destroy_inode,
/Linux-v6.1/fs/xfs/
Dxfs_super.c1150 .destroy_inode = xfs_fs_destroy_inode,
/Linux-v6.1/fs/overlayfs/
Dsuper.c416 .destroy_inode = ovl_destroy_inode,
/Linux-v6.1/fs/btrfs/
Dsuper.c2662 .destroy_inode = btrfs_destroy_inode,
/Linux-v6.1/include/linux/
Dfs.h2236 void (*destroy_inode)(struct inode *); member
/Linux-v6.1/mm/
Dshmem.c3986 .destroy_inode = shmem_destroy_inode,
/Linux-v6.1/fs/ext4/
Dsuper.c1544 .destroy_inode = ext4_destroy_inode,