Searched refs:destroy_inode (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/fs/ |
| H A D | inode.c | 354 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 D | pipe.c | 1453 .destroy_inode = free_inode_nonrcu,
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | super.c | 172 .destroy_inode = ecryptfs_destroy_inode,
|
| /linux-6.15/fs/btrfs/tests/ |
| H A D | btrfs-tests.c | 38 .destroy_inode = btrfs_test_destroy_inode,
|
| /linux-6.15/Documentation/filesystems/ |
| H A 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;
|
| H A D | locking.rst | 170 void (*destroy_inode)(struct inode *); 194 destroy_inode:
|
| H A 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.15/drivers/dax/ |
| H A D | super.c | 390 .destroy_inode = dax_destroy_inode,
|
| /linux-6.15/fs/orangefs/ |
| H A D | super.c | 318 .destroy_inode = orangefs_destroy_inode,
|
| /linux-6.15/fs/afs/ |
| H A D | super.c | 60 .destroy_inode = afs_destroy_inode,
|
| /linux-6.15/fs/tracefs/ |
| H A D | inode.c | 440 .destroy_inode = tracefs_destroy_inode,
|
| /linux-6.15/fs/overlayfs/ |
| H A D | super.c | 282 .destroy_inode = ovl_destroy_inode,
|
| /linux-6.15/fs/hugetlbfs/ |
| H A D | inode.c | 1266 .destroy_inode = hugetlbfs_destroy_inode,
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_super.c | 1286 .destroy_inode = xfs_fs_destroy_inode,
|
| /linux-6.15/fs/btrfs/ |
| H A D | super.c | 2413 .destroy_inode = btrfs_destroy_inode,
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2289 void (*destroy_inode)(struct inode *); member
|
| /linux-6.15/mm/ |
| H A D | shmem.c | 5272 .destroy_inode = shmem_destroy_inode,
|
| /linux-6.15/fs/ext4/ |
| H A D | super.c | 1616 .destroy_inode = ext4_destroy_inode,
|