Searched refs:destroy_inode (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/fs/ |
D | inode.c | 269 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()
|
D | pipe.c | 1414 .destroy_inode = free_inode_nonrcu,
|
/linux-6.6.21/fs/ecryptfs/ |
D | super.c | 172 .destroy_inode = ecryptfs_destroy_inode,
|
/linux-6.6.21/fs/btrfs/tests/ |
D | btrfs-tests.c | 35 .destroy_inode = btrfs_test_destroy_inode,
|
/linux-6.6.21/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.6.21/drivers/dax/ |
D | super.c | 383 .destroy_inode = dax_destroy_inode,
|
/linux-6.6.21/fs/orangefs/ |
D | super.c | 318 .destroy_inode = orangefs_destroy_inode,
|
/linux-6.6.21/fs/afs/ |
D | super.c | 60 .destroy_inode = afs_destroy_inode,
|
/linux-6.6.21/fs/overlayfs/ |
D | super.c | 270 .destroy_inode = ovl_destroy_inode,
|
/linux-6.6.21/fs/hugetlbfs/ |
D | inode.c | 1368 .destroy_inode = hugetlbfs_destroy_inode,
|
/linux-6.6.21/fs/xfs/ |
D | xfs_super.c | 1182 .destroy_inode = xfs_fs_destroy_inode,
|
/linux-6.6.21/fs/btrfs/ |
D | super.c | 2366 .destroy_inode = btrfs_destroy_inode,
|
/linux-6.6.21/include/linux/ |
D | fs.h | 2058 void (*destroy_inode)(struct inode *); member
|
/linux-6.6.21/mm/ |
D | shmem.c | 4545 .destroy_inode = shmem_destroy_inode,
|
/linux-6.6.21/fs/ext4/ |
D | super.c | 1630 .destroy_inode = ext4_destroy_inode,
|