Searched refs:destroy_inode (Results 1 – 25 of 64) sorted by relevance
123
/Linux-v4.19/drivers/staging/erofs/ |
D | super.c | 74 static void destroy_inode(struct inode *inode) in destroy_inode() function 637 .destroy_inode = destroy_inode,
|
/Linux-v4.19/fs/9p/ |
D | vfs_super.c | 347 .destroy_inode = v9fs_destroy_inode, 357 .destroy_inode = v9fs_destroy_inode,
|
/Linux-v4.19/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() 1129 destroy_inode(new); in iget5_locked() 1196 destroy_inode(inode); in iget_locked()
|
/Linux-v4.19/fs/ecryptfs/ |
D | super.c | 188 .destroy_inode = ecryptfs_destroy_inode,
|
/Linux-v4.19/fs/btrfs/tests/ |
D | btrfs-tests.c | 22 .destroy_inode = btrfs_test_destroy_inode,
|
/Linux-v4.19/fs/freevxfs/ |
D | vxfs_super.c | 148 .destroy_inode = vxfs_destroy_inode,
|
/Linux-v4.19/fs/coda/ |
D | inode.c | 107 .destroy_inode = coda_destroy_inode,
|
/Linux-v4.19/fs/efs/ |
D | super.c | 125 .destroy_inode = efs_destroy_inode,
|
/Linux-v4.19/fs/nfs/ |
D | nfs4super.c | 53 .destroy_inode = nfs_destroy_inode,
|
/Linux-v4.19/fs/jffs2/ |
D | super.c | 257 .destroy_inode =jffs2_destroy_inode,
|
/Linux-v4.19/fs/openpromfs/ |
D | inode.c | 377 .destroy_inode = openprom_destroy_inode,
|
/Linux-v4.19/fs/qnx4/ |
D | inode.c | 38 .destroy_inode = qnx4_destroy_inode,
|
/Linux-v4.19/fs/sysv/ |
D | inode.c | 336 .destroy_inode = sysv_destroy_inode,
|
/Linux-v4.19/fs/hfs/ |
D | super.c | 183 .destroy_inode = hfs_destroy_inode,
|
/Linux-v4.19/fs/squashfs/ |
D | super.c | 499 .destroy_inode = squashfs_destroy_inode,
|
/Linux-v4.19/drivers/dax/ |
D | super.c | 416 .destroy_inode = dax_destroy_inode,
|
/Linux-v4.19/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 609 .destroy_inode = dlmfs_destroy_inode,
|
/Linux-v4.19/fs/proc/ |
D | inode.c | 129 .destroy_inode = proc_destroy_inode,
|
/Linux-v4.19/fs/romfs/ |
D | super.c | 442 .destroy_inode = romfs_destroy_inode,
|
/Linux-v4.19/fs/adfs/ |
D | super.c | 293 .destroy_inode = adfs_destroy_inode,
|
/Linux-v4.19/fs/bfs/ |
D | inode.c | 292 .destroy_inode = bfs_destroy_inode,
|
/Linux-v4.19/fs/orangefs/ |
D | super.c | 302 .destroy_inode = orangefs_destroy_inode,
|
/Linux-v4.19/fs/affs/ |
D | super.c | 158 .destroy_inode = affs_destroy_inode,
|
/Linux-v4.19/fs/afs/ |
D | super.c | 57 .destroy_inode = afs_destroy_inode,
|
/Linux-v4.19/Documentation/filesystems/ |
D | porting | 16 New methods: ->alloc_inode() and ->destroy_inode(). 35 Make them ->alloc_inode and ->destroy_inode in your super_operations. 534 assume that non-NULL value in ->i_nlink at ->destroy_inode() implies that
|
123