Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A 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()
H A Dpipe.c1421 .destroy_inode = free_inode_nonrcu,
/openbmc/linux/fs/ecryptfs/
H A Dsuper.c172 .destroy_inode = ecryptfs_destroy_inode,
/openbmc/linux/fs/btrfs/tests/
H A Dbtrfs-tests.c35 .destroy_inode = btrfs_test_destroy_inode,
/openbmc/linux/Documentation/filesystems/
H 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
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;
H A Dlocking.rst165 void (*destroy_inode)(struct inode *);
189 destroy_inode:
H A 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
/openbmc/linux/drivers/dax/
H A Dsuper.c383 .destroy_inode = dax_destroy_inode,
/openbmc/linux/fs/orangefs/
H A Dsuper.c318 .destroy_inode = orangefs_destroy_inode,
/openbmc/linux/fs/afs/
H A Dsuper.c60 .destroy_inode = afs_destroy_inode,
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h256 void (*destroy_inode)(struct inode *); member
H A Dsuper.c2114 .destroy_inode = ubifs_destroy_inode,
/openbmc/linux/fs/overlayfs/
H A Dsuper.c270 .destroy_inode = ovl_destroy_inode,
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c1368 .destroy_inode = hugetlbfs_destroy_inode,
/openbmc/linux/fs/xfs/
H A Dxfs_super.c1182 .destroy_inode = xfs_fs_destroy_inode,
/openbmc/linux/fs/btrfs/
H A Dsuper.c2366 .destroy_inode = btrfs_destroy_inode,
/openbmc/linux/include/linux/
H A Dfs.h2058 void (*destroy_inode)(struct inode *); member
/openbmc/linux/mm/
H A Dshmem.c4539 .destroy_inode = shmem_destroy_inode,
/openbmc/linux/fs/ext4/
H A Dsuper.c1630 .destroy_inode = ext4_destroy_inode,