Searched refs:destroy_inode (Results 1 – 16 of 16) sorted by relevance
/linux/fs/ecryptfs/ |
H A D | super.c | 172 .destroy_inode = ecryptfs_destroy_inode,
|
/linux/fs/btrfs/tests/ |
H A D | btrfs-tests.c | 38 .destroy_inode = btrfs_test_destroy_inode,
|
/linux/drivers/dax/ |
H A D | super.c | 389 .destroy_inode = dax_destroy_inode,
|
/linux/fs/orangefs/ |
H A D | super.c | 307 .destroy_inode = orangefs_destroy_inode,
|
/linux/fs/tracefs/ |
H A D | inode.c | 440 .destroy_inode = tracefs_destroy_inode,
|
/linux/fs/afs/ |
H A D | super.c | 60 .destroy_inode = afs_destroy_inode,
|
/linux/Documentation/filesystems/ |
H A D | locking.rst | 170 void (*destroy_inode)(struct inode *); 194 destroy_inode:
|
H A 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/fs/ |
H A D | pipe.c | 1454 .destroy_inode = free_inode_nonrcu,
|
/linux/fs/overlayfs/ |
H A D | super.c | 282 .destroy_inode = ovl_destroy_inode, 1380 /* alloc/destroy_inode needed for setting up traps in inode cache */ in ovl_fill_super()
|
/linux/fs/hugetlbfs/ |
H A D | inode.c | 1263 .destroy_inode = hugetlbfs_destroy_inode,
|
/linux/fs/xfs/ |
H A D | xfs_super.c | 1299 .destroy_inode = xfs_fs_destroy_inode,
|
/linux/fs/btrfs/ |
H A D | super.c | 2424 .destroy_inode = btrfs_destroy_inode,
|
/linux/include/linux/ |
H A D | fs.h | 2342 void (*destroy_inode)(struct inode *); member
|
/linux/mm/ |
H A D | shmem.c | 5335 .destroy_inode = shmem_destroy_inode,
|
/linux/fs/ext4/ |
H A D | super.c | 1612 .destroy_inode = ext4_destroy_inode,
|