Searched refs:destroy_inode (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/fs/ |
D | inode.c | 273 if (ops->destroy_inode) { in alloc_inode() 274 ops->destroy_inode(inode); in alloc_inode() 308 static void destroy_inode(struct inode *inode) in destroy_inode() function 314 if (ops->destroy_inode) { in destroy_inode() 315 ops->destroy_inode(inode); in destroy_inode() 756 destroy_inode(inode); in evict() 1340 destroy_inode(new); in iget5_locked() 1382 destroy_inode(new); in iget5_locked_rcu() 1446 destroy_inode(inode); in iget_locked()
|
D | pipe.c | 1425 .destroy_inode = free_inode_nonrcu,
|
/linux-6.12.1/fs/ecryptfs/ |
D | super.c | 172 .destroy_inode = ecryptfs_destroy_inode,
|
/linux-6.12.1/fs/btrfs/tests/ |
D | btrfs-tests.c | 36 .destroy_inode = btrfs_test_destroy_inode,
|
/linux-6.12.1/Documentation/filesystems/ |
D | porting.rst | 20 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;
|
D | locking.rst | 165 void (*destroy_inode)(struct inode *); 189 destroy_inode:
|
D | vfs.rst | 254 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.12.1/drivers/dax/ |
D | super.c | 390 .destroy_inode = dax_destroy_inode,
|
/linux-6.12.1/fs/orangefs/ |
D | super.c | 318 .destroy_inode = orangefs_destroy_inode,
|
/linux-6.12.1/fs/afs/ |
D | super.c | 60 .destroy_inode = afs_destroy_inode,
|
/linux-6.12.1/fs/tracefs/ |
D | inode.c | 440 .destroy_inode = tracefs_destroy_inode,
|
/linux-6.12.1/fs/overlayfs/ |
D | super.c | 264 .destroy_inode = ovl_destroy_inode,
|
/linux-6.12.1/fs/hugetlbfs/ |
D | inode.c | 1330 .destroy_inode = hugetlbfs_destroy_inode,
|
/linux-6.12.1/fs/xfs/ |
D | xfs_super.c | 1184 .destroy_inode = xfs_fs_destroy_inode,
|
/linux-6.12.1/fs/btrfs/ |
D | super.c | 2432 .destroy_inode = btrfs_destroy_inode,
|
/linux-6.12.1/include/linux/ |
D | fs.h | 2218 void (*destroy_inode)(struct inode *); member
|
/linux-6.12.1/mm/ |
D | shmem.c | 4886 .destroy_inode = shmem_destroy_inode,
|
/linux-6.12.1/fs/ext4/ |
D | super.c | 1625 .destroy_inode = ext4_destroy_inode,
|