Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dinode.c268 if (ops->destroy_inode) { in alloc_inode()
269 ops->destroy_inode(inode); in alloc_inode()
303 static void destroy_inode(struct inode *inode) in destroy_inode() function
309 if (ops->destroy_inode) { in destroy_inode()
310 ops->destroy_inode(inode); in destroy_inode()
680 destroy_inode(inode); in evict()
1248 destroy_inode(new); in iget5_locked()
1315 destroy_inode(inode); in iget_locked()
A Dpipe.c1413 .destroy_inode = free_inode_nonrcu,
/linux-6.3-rc2/fs/ecryptfs/
A Dsuper.c172 .destroy_inode = ecryptfs_destroy_inode,
/linux-6.3-rc2/Documentation/filesystems/
A 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;
A Dlocking.rst160 void (*destroy_inode)(struct inode *);
184 destroy_inode:
A Dvfs.rst231 void (*destroy_inode)(struct inode *);
266 ``destroy_inode``
267 this method is called by destroy_inode() to release resources
/linux-6.3-rc2/fs/btrfs/tests/
A Dbtrfs-tests.c35 .destroy_inode = btrfs_test_destroy_inode,
/linux-6.3-rc2/drivers/dax/
A Dsuper.c380 .destroy_inode = dax_destroy_inode,
/linux-6.3-rc2/fs/orangefs/
A Dsuper.c318 .destroy_inode = orangefs_destroy_inode,
/linux-6.3-rc2/fs/afs/
A Dsuper.c60 .destroy_inode = afs_destroy_inode,
/linux-6.3-rc2/fs/hugetlbfs/
A Dinode.c1317 .destroy_inode = hugetlbfs_destroy_inode,
/linux-6.3-rc2/fs/overlayfs/
A Dsuper.c421 .destroy_inode = ovl_destroy_inode,
/linux-6.3-rc2/fs/xfs/
A Dxfs_super.c1160 .destroy_inode = xfs_fs_destroy_inode,
/linux-6.3-rc2/fs/btrfs/
A Dsuper.c2354 .destroy_inode = btrfs_destroy_inode,
/linux-6.3-rc2/include/linux/
A Dfs.h1888 void (*destroy_inode)(struct inode *); member
/linux-6.3-rc2/mm/
A Dshmem.c3997 .destroy_inode = shmem_destroy_inode,
/linux-6.3-rc2/fs/ext4/
A Dsuper.c1545 .destroy_inode = ext4_destroy_inode,

Completed in 62 milliseconds