Searched refs:ext4_orphan_del (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/ext4/ |
D | inode.c | 281 ext4_orphan_del(NULL, inode); in ext4_evict_inode() 323 ext4_orphan_del(NULL, inode); in ext4_evict_inode() 338 ext4_orphan_del(handle, inode); in ext4_evict_inode() 1375 ext4_orphan_del(NULL, inode); in ext4_write_begin() 1472 ext4_orphan_del(NULL, inode); in ext4_write_end() 1588 ext4_orphan_del(NULL, inode); in ext4_journalled_write_end() 3658 ext4_orphan_del(handle, inode); in ext4_iomap_end() 3669 ext4_orphan_del(NULL, inode); in ext4_iomap_end() 3855 ext4_orphan_del(NULL, inode); in ext4_direct_IO_write() 3860 ext4_orphan_del(handle, inode); in ext4_direct_IO_write() [all …]
|
D | inline.c | 630 ext4_orphan_del(NULL, inode); in ext4_convert_inline_data_to_extent() 2014 ext4_orphan_del(handle, inode); in ext4_inline_data_truncate()
|
D | namei.c | 2954 int ext4_orphan_del(handle_t *handle, struct inode *inode) in ext4_orphan_del() function 3273 err = ext4_orphan_del(handle, inode); in ext4_symlink() 3352 ext4_orphan_del(handle, inode); in ext4_link()
|
D | ext4.h | 2602 extern int ext4_orphan_del(handle_t *, struct inode *);
|
D | xattr.c | 1077 ext4_orphan_del(handle, ea_inode); in ext4_xattr_inode_update_ref()
|
D | super.c | 2698 ext4_orphan_del(NULL, inode); in ext4_orphan_cleanup()
|