Searched refs:destroy_inode (Results 1 – 20 of 20) sorted by relevance
/linux/fs/ |
A D | inode.c | 243 if (ops->destroy_inode) { in alloc_inode() 244 ops->destroy_inode(inode); in alloc_inode() 278 static void destroy_inode(struct inode *inode) in destroy_inode() function 284 if (ops->destroy_inode) { in destroy_inode() 285 ops->destroy_inode(inode); in destroy_inode() 605 destroy_inode(inode); in evict() 1170 destroy_inode(new); in iget5_locked() 1237 destroy_inode(inode); in iget_locked()
|
A D | pipe.c | 1404 .destroy_inode = free_inode_nonrcu,
|
/linux/fs/ecryptfs/ |
A D | super.c | 172 .destroy_inode = ecryptfs_destroy_inode,
|
/linux/Documentation/filesystems/ |
A 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 815 take the RCU-delayed parts of ->destroy_inode() into a new method - 816 ->free_inode(). If ->destroy_inode() becomes empty - all the better, 827 * if ->destroy_inode() is non-NULL, it gets called 829 * combination of NULL ->destroy_inode and NULL ->free_inode is 833 in ->destroy_inode()) is *NOT* ordered wrt superblock destruction;
|
A D | locking.rst | 157 void (*destroy_inode)(struct inode *); 182 destroy_inode:
|
A D | vfs.rst | 231 void (*destroy_inode)(struct inode *); 266 ``destroy_inode`` 267 this method is called by destroy_inode() to release resources
|
/linux/fs/btrfs/tests/ |
A D | btrfs-tests.c | 34 .destroy_inode = btrfs_test_destroy_inode,
|
/linux/drivers/dax/ |
A D | super.c | 420 .destroy_inode = dax_destroy_inode,
|
/linux/fs/orangefs/ |
A D | super.c | 318 .destroy_inode = orangefs_destroy_inode,
|
/linux/fs/afs/ |
A D | super.c | 59 .destroy_inode = afs_destroy_inode,
|
/linux/fs/hugetlbfs/ |
A D | inode.c | 1189 .destroy_inode = hugetlbfs_destroy_inode,
|
/linux/fs/ntfs3/ |
A D | super.c | 594 .destroy_inode = ntfs_destroy_inode,
|
/linux/fs/xfs/ |
A D | xfs_super.c | 1116 .destroy_inode = xfs_fs_destroy_inode,
|
/linux/fs/overlayfs/ |
A D | super.c | 412 .destroy_inode = ovl_destroy_inode,
|
/linux/fs/btrfs/ |
A D | super.c | 2487 .destroy_inode = btrfs_destroy_inode,
|
/linux/include/linux/ |
A D | fs.h | 2196 void (*destroy_inode)(struct inode *); member
|
/linux/mm/ |
A D | shmem.c | 3826 .destroy_inode = shmem_destroy_inode,
|
/linux/fs/ext4/ |
A D | super.c | 1640 .destroy_inode = ext4_destroy_inode,
|
/linux/ |
A D | System.map | 9029 ffff80001026be80 t destroy_inode
|
A D | .tmp_System.map | 9029 ffff80001026be80 t destroy_inode
|
Completed in 349 milliseconds