Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dinode.c241 if (ops->destroy_inode) { in alloc_inode()
242 ops->destroy_inode(inode); in alloc_inode()
276 static void destroy_inode(struct inode *inode) in destroy_inode() function
282 if (ops->destroy_inode) { in destroy_inode()
283 ops->destroy_inode(inode); in destroy_inode()
594 destroy_inode(inode); in evict()
1155 destroy_inode(new); in iget5_locked()
1222 destroy_inode(inode); in iget_locked()
H A Dpipe.c1414 .destroy_inode = free_inode_nonrcu,
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dsuper.c172 .destroy_inode = ecryptfs_destroy_inode,
/OK3568_Linux_fs/kernel/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.
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;
H A Dlocking.rst151 void (*destroy_inode)(struct inode *);
176 destroy_inode:
H A Dvfs.rst231 void (*destroy_inode)(struct inode *);
266 ``destroy_inode``
267 this method is called by destroy_inode() to release resources
/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dbtrfs-tests.c34 .destroy_inode = btrfs_test_destroy_inode,
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dsuper.c317 .destroy_inode = orangefs_destroy_inode,
/OK3568_Linux_fs/kernel/fs/afs/
H A Dsuper.c59 .destroy_inode = afs_destroy_inode,
/OK3568_Linux_fs/kernel/drivers/dax/
H A Dsuper.c497 .destroy_inode = dax_destroy_inode,
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h257 void (*destroy_inode)(struct inode *); member
H A Dsuper.c2112 .destroy_inode = ubifs_destroy_inode,
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c1201 .destroy_inode = hugetlbfs_destroy_inode,
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_super.c1114 .destroy_inode = xfs_fs_destroy_inode,
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c75 .destroy_inode = free_inode,
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dsuper.c417 .destroy_inode = ovl_destroy_inode,
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsuper.c2449 .destroy_inode = btrfs_destroy_inode,
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2003 void (*destroy_inode)(struct inode *); member
/OK3568_Linux_fs/kernel/mm/
H A Dshmem.c3909 .destroy_inode = shmem_destroy_inode,
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c1661 .destroy_inode = ext4_destroy_inode,