Searched refs:destroy_inode (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/fs/ |
H A D | inode.c | 269 if (ops->destroy_inode) { in alloc_inode() 270 ops->destroy_inode(inode); in alloc_inode() 304 static void destroy_inode(struct inode *inode) in destroy_inode() function 310 if (ops->destroy_inode) { in destroy_inode() 311 ops->destroy_inode(inode); in destroy_inode() 720 destroy_inode(inode); in evict() 1320 destroy_inode(new); in iget5_locked() 1387 destroy_inode(inode); in iget_locked()
|
H A D | pipe.c | 1421 .destroy_inode = free_inode_nonrcu,
|
/openbmc/linux/fs/ecryptfs/ |
H A D | super.c | 172 .destroy_inode = ecryptfs_destroy_inode,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | porting.rst | 20 New methods: ->alloc_inode() and ->destroy_inode(). 41 Make them ->alloc_inode and ->destroy_inode in your super_operations. 666 assume that non-NULL value in ->i_nlink at ->destroy_inode() implies that 816 take the RCU-delayed parts of ->destroy_inode() into a new method - 817 ->free_inode(). If ->destroy_inode() becomes empty - all the better, 828 * if ->destroy_inode() is non-NULL, it gets called 830 * combination of NULL ->destroy_inode and NULL ->free_inode is 834 in ->destroy_inode()) is *NOT* ordered wrt superblock destruction;
|
H A D | locking.rst | 165 void (*destroy_inode)(struct inode *); 189 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
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | btrfs-tests.c | 35 .destroy_inode = btrfs_test_destroy_inode,
|
/openbmc/linux/drivers/dax/ |
H A D | super.c | 383 .destroy_inode = dax_destroy_inode,
|
/openbmc/linux/fs/orangefs/ |
H A D | super.c | 319 .destroy_inode = orangefs_destroy_inode,
|
/openbmc/linux/fs/afs/ |
H A D | super.c | 60 .destroy_inode = afs_destroy_inode,
|
/openbmc/linux/fs/tracefs/ |
H A D | inode.c | 458 .destroy_inode = tracefs_destroy_inode,
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 256 void (*destroy_inode)(struct inode *); member
|
H A D | super.c | 2114 .destroy_inode = ubifs_destroy_inode,
|
/openbmc/linux/fs/overlayfs/ |
H A D | super.c | 270 .destroy_inode = ovl_destroy_inode,
|
/openbmc/linux/fs/hugetlbfs/ |
H A D | inode.c | 1368 .destroy_inode = hugetlbfs_destroy_inode,
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_super.c | 1181 .destroy_inode = xfs_fs_destroy_inode,
|
/openbmc/linux/fs/btrfs/ |
H A D | super.c | 2366 .destroy_inode = btrfs_destroy_inode,
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2059 void (*destroy_inode)(struct inode *); member
|
/openbmc/linux/mm/ |
H A D | shmem.c | 4546 .destroy_inode = shmem_destroy_inode,
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 1638 .destroy_inode = ext4_destroy_inode,
|