Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dinode.c354 if (ops->destroy_inode) { in alloc_inode()
355 ops->destroy_inode(inode); in alloc_inode()
389 static void destroy_inode(struct inode *inode) in destroy_inode() function
395 if (ops->destroy_inode) { in destroy_inode()
396 ops->destroy_inode(inode); in destroy_inode()
834 destroy_inode(inode); in evict()
1361 destroy_inode(new); in iget5_locked()
1403 destroy_inode(new); in iget5_locked_rcu()
1467 destroy_inode(inode); in iget_locked()
H A Dpipe.c1453 .destroy_inode = free_inode_nonrcu,
/linux-6.15/fs/ecryptfs/
H A Dsuper.c172 .destroy_inode = ecryptfs_destroy_inode,
/linux-6.15/fs/btrfs/tests/
H A Dbtrfs-tests.c38 .destroy_inode = btrfs_test_destroy_inode,
/linux-6.15/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.rst170 void (*destroy_inode)(struct inode *);
194 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
/linux-6.15/drivers/dax/
H A Dsuper.c390 .destroy_inode = dax_destroy_inode,
/linux-6.15/fs/orangefs/
H A Dsuper.c318 .destroy_inode = orangefs_destroy_inode,
/linux-6.15/fs/afs/
H A Dsuper.c60 .destroy_inode = afs_destroy_inode,
/linux-6.15/fs/tracefs/
H A Dinode.c440 .destroy_inode = tracefs_destroy_inode,
/linux-6.15/fs/overlayfs/
H A Dsuper.c282 .destroy_inode = ovl_destroy_inode,
/linux-6.15/fs/hugetlbfs/
H A Dinode.c1266 .destroy_inode = hugetlbfs_destroy_inode,
/linux-6.15/fs/xfs/
H A Dxfs_super.c1286 .destroy_inode = xfs_fs_destroy_inode,
/linux-6.15/fs/btrfs/
H A Dsuper.c2413 .destroy_inode = btrfs_destroy_inode,
/linux-6.15/include/linux/
H A Dfs.h2289 void (*destroy_inode)(struct inode *); member
/linux-6.15/mm/
H A Dshmem.c5272 .destroy_inode = shmem_destroy_inode,
/linux-6.15/fs/ext4/
H A Dsuper.c1616 .destroy_inode = ext4_destroy_inode,