Searched refs:destroy_inode (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.4/fs/ |
D | inode.c | 238 if (ops->destroy_inode) { in alloc_inode() 239 ops->destroy_inode(inode); in alloc_inode() 273 static void destroy_inode(struct inode *inode) in destroy_inode() function 279 if (ops->destroy_inode) { in destroy_inode() 280 ops->destroy_inode(inode); in destroy_inode() 591 destroy_inode(inode); in evict() 1145 destroy_inode(new); in iget5_locked() 1212 destroy_inode(inode); in iget_locked()
|
D | pipe.c | 1176 .destroy_inode = free_inode_nonrcu,
|
/Linux-v5.4/fs/ecryptfs/ |
D | super.c | 172 .destroy_inode = ecryptfs_destroy_inode,
|
/Linux-v5.4/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. 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;
|
D | locking.rst | 151 void (*destroy_inode)(struct inode *); 176 destroy_inode:
|
D | vfs.rst | 231 void (*destroy_inode)(struct inode *); 266 ``destroy_inode`` 267 this method is called by destroy_inode() to release resources
|
/Linux-v5.4/fs/btrfs/tests/ |
D | btrfs-tests.c | 34 .destroy_inode = btrfs_test_destroy_inode,
|
/Linux-v5.4/fs/orangefs/ |
D | super.c | 317 .destroy_inode = orangefs_destroy_inode,
|
/Linux-v5.4/drivers/dax/ |
D | super.c | 468 .destroy_inode = dax_destroy_inode,
|
/Linux-v5.4/fs/afs/ |
D | super.c | 59 .destroy_inode = afs_destroy_inode,
|
/Linux-v5.4/fs/hugetlbfs/ |
D | inode.c | 1114 .destroy_inode = hugetlbfs_destroy_inode,
|
/Linux-v5.4/fs/overlayfs/ |
D | super.c | 382 .destroy_inode = ovl_destroy_inode,
|
/Linux-v5.4/fs/xfs/ |
D | xfs_super.c | 1830 .destroy_inode = xfs_fs_destroy_inode,
|
/Linux-v5.4/fs/btrfs/ |
D | super.c | 2289 .destroy_inode = btrfs_destroy_inode,
|
/Linux-v5.4/include/linux/ |
D | fs.h | 1937 void (*destroy_inode)(struct inode *); member
|
/Linux-v5.4/mm/ |
D | shmem.c | 3841 .destroy_inode = shmem_destroy_inode,
|
/Linux-v5.4/drivers/staging/exfat/ |
D | exfat_super.c | 3569 .destroy_inode = exfat_destroy_inode,
|
/Linux-v5.4/fs/ext4/ |
D | super.c | 1413 .destroy_inode = ext4_destroy_inode,
|