Searched refs:destroy_inode (Results 1 – 25 of 55) sorted by relevance
123
/linux-4.19.296/fs/9p/ |
D | vfs_super.c | 347 .destroy_inode = v9fs_destroy_inode, 357 .destroy_inode = v9fs_destroy_inode,
|
/linux-4.19.296/fs/ |
D | inode.c | 218 if (inode->i_sb->s_op->destroy_inode) in alloc_inode() 219 inode->i_sb->s_op->destroy_inode(inode); in alloc_inode() 262 static void destroy_inode(struct inode *inode) in destroy_inode() function 266 if (inode->i_sb->s_op->destroy_inode) in destroy_inode() 267 inode->i_sb->s_op->destroy_inode(inode); in destroy_inode() 575 destroy_inode(inode); in evict() 1136 destroy_inode(new); in iget5_locked() 1203 destroy_inode(inode); in iget_locked()
|
/linux-4.19.296/fs/ecryptfs/ |
D | super.c | 188 .destroy_inode = ecryptfs_destroy_inode,
|
/linux-4.19.296/fs/freevxfs/ |
D | vxfs_super.c | 148 .destroy_inode = vxfs_destroy_inode,
|
/linux-4.19.296/fs/btrfs/tests/ |
D | btrfs-tests.c | 22 .destroy_inode = btrfs_test_destroy_inode,
|
/linux-4.19.296/fs/coda/ |
D | inode.c | 107 .destroy_inode = coda_destroy_inode,
|
/linux-4.19.296/fs/nfs/ |
D | nfs4super.c | 53 .destroy_inode = nfs_destroy_inode,
|
/linux-4.19.296/fs/efs/ |
D | super.c | 125 .destroy_inode = efs_destroy_inode,
|
/linux-4.19.296/fs/jffs2/ |
D | super.c | 261 .destroy_inode =jffs2_destroy_inode,
|
/linux-4.19.296/fs/openpromfs/ |
D | inode.c | 377 .destroy_inode = openprom_destroy_inode,
|
/linux-4.19.296/fs/sysv/ |
D | inode.c | 336 .destroy_inode = sysv_destroy_inode,
|
/linux-4.19.296/fs/qnx4/ |
D | inode.c | 38 .destroy_inode = qnx4_destroy_inode,
|
/linux-4.19.296/fs/hfs/ |
D | super.c | 183 .destroy_inode = hfs_destroy_inode,
|
/linux-4.19.296/fs/squashfs/ |
D | super.c | 499 .destroy_inode = squashfs_destroy_inode,
|
/linux-4.19.296/fs/romfs/ |
D | super.c | 442 .destroy_inode = romfs_destroy_inode,
|
/linux-4.19.296/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 609 .destroy_inode = dlmfs_destroy_inode,
|
/linux-4.19.296/fs/proc/ |
D | inode.c | 129 .destroy_inode = proc_destroy_inode,
|
/linux-4.19.296/fs/bfs/ |
D | inode.c | 292 .destroy_inode = bfs_destroy_inode,
|
/linux-4.19.296/fs/orangefs/ |
D | super.c | 302 .destroy_inode = orangefs_destroy_inode,
|
/linux-4.19.296/fs/adfs/ |
D | super.c | 293 .destroy_inode = adfs_destroy_inode,
|
/linux-4.19.296/fs/debugfs/ |
D | inode.c | 183 .destroy_inode = debugfs_destroy_inode,
|
/linux-4.19.296/fs/afs/ |
D | super.c | 57 .destroy_inode = afs_destroy_inode,
|
/linux-4.19.296/fs/affs/ |
D | super.c | 158 .destroy_inode = affs_destroy_inode,
|
/linux-4.19.296/fs/qnx6/ |
D | inode.c | 39 .destroy_inode = qnx6_destroy_inode,
|
/linux-4.19.296/fs/hfsplus/ |
D | super.c | 364 .destroy_inode = hfsplus_destroy_inode,
|
123