/kernel/linux/linux-5.10/fs/ext4/ |
H A D | verity.c | 199 const int credits = 2; /* superblock and inode for ext4_orphan_del() */ in ext4_end_enable_verity() 238 err = ext4_orphan_del(handle, inode); in ext4_end_enable_verity() 268 ext4_orphan_del(NULL, inode); in ext4_end_enable_verity()
|
H A D | file.c | 310 ext4_orphan_del(NULL, inode); in ext4_handle_inode_extension() 314 ext4_orphan_del(handle, inode); in ext4_handle_inode_extension() 352 ext4_orphan_del(handle, inode); in ext4_handle_inode_extension() 364 ext4_orphan_del(NULL, inode); in ext4_handle_inode_extension()
|
H A D | inode.c | 173 * sb + inode (ext4_orphan_del()), block bitmap, group descriptor in ext4_evict_inode() 263 ext4_orphan_del(NULL, inode); in ext4_evict_inode() 305 ext4_orphan_del(NULL, inode); in ext4_evict_inode() 315 * Note that ext4_orphan_del() has to be able to cope with the in ext4_evict_inode() 320 ext4_orphan_del(handle, inode); in ext4_evict_inode() 1249 ext4_orphan_del(NULL, inode); in ext4_write_begin() 1343 ext4_orphan_del(NULL, inode); in ext4_write_end() 1453 ext4_orphan_del(NULL, inode); in ext4_journalled_write_end() 4293 ext4_orphan_del(handle, inode); in ext4_truncate() 5599 ext4_orphan_del(NUL in ext4_setattr() [all...] |
H A D | inline.c | 630 ext4_orphan_del(NULL, inode); in ext4_convert_inline_data_to_extent() 818 ext4_orphan_del(NULL, inode); in ext4_write_inline_data_end() 1974 ext4_orphan_del(handle, inode); in ext4_inline_data_truncate()
|
H A D | namei.c | 3145 * ext4_orphan_del() removes an unlinked or truncated inode from the list 3148 int ext4_orphan_del(handle_t *handle, struct inode *inode) in ext4_orphan_del() function 3525 err = ext4_orphan_del(handle, inode); in ext4_symlink() 3584 ext4_orphan_del(handle, inode); in __ext4_link()
|
H A D | xattr.c | 1011 ext4_orphan_del(handle, ea_inode); in ext4_xattr_inode_update_ref()
|
H A D | ext4.h | 2943 extern int ext4_orphan_del(handle_t *, struct inode *);
|
H A D | super.c | 3094 ext4_orphan_del(NULL, inode); in ext4_orphan_cleanup()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | verity.c | 195 const int credits = 2; /* superblock and inode for ext4_orphan_del() */ in ext4_end_enable_verity() 234 err = ext4_orphan_del(handle, inode); in ext4_end_enable_verity() 264 ext4_orphan_del(NULL, inode); in ext4_end_enable_verity()
|
H A D | file.c | 327 ext4_orphan_del(handle, inode); in ext4_handle_inode_extension() 348 ext4_orphan_del(NULL, inode); in ext4_inode_extension_cleanup() 366 ext4_orphan_del(NULL, inode); in ext4_inode_extension_cleanup() 369 ext4_orphan_del(handle, inode); in ext4_inode_extension_cleanup()
|
H A D | orphan.c | 224 * ext4_orphan_del() removes an unlinked or truncated inode from the list 227 int ext4_orphan_del(handle_t *handle, struct inode *inode) in ext4_orphan_del() function 346 ext4_orphan_del(NULL, inode); in ext4_process_orphan()
|
H A D | inode.c | 170 * sb + inode (ext4_orphan_del()), block bitmap, group descriptor in ext4_evict_inode() 232 ext4_orphan_del(NULL, inode); in ext4_evict_inode() 274 ext4_orphan_del(NULL, inode); in ext4_evict_inode() 284 * Note that ext4_orphan_del() has to be able to cope with the in ext4_evict_inode() 289 ext4_orphan_del(handle, inode); in ext4_evict_inode() 1235 ext4_orphan_del(NULL, inode); in ext4_write_begin() 1332 ext4_orphan_del(NULL, inode); in ext4_write_end() 1446 ext4_orphan_del(NULL, inode); in ext4_journalled_write_end() 4193 ext4_orphan_del(handle, inode); in ext4_truncate() 5500 ext4_orphan_del(NUL in ext4_setattr() [all...] |
H A D | inline.c | 633 ext4_orphan_del(NULL, inode); in ext4_convert_inline_data_to_extent() 820 ext4_orphan_del(NULL, inode); in ext4_write_inline_data_end() 1991 ext4_orphan_del(handle, inode); in ext4_inline_data_truncate()
|
H A D | ext4.h | 3754 extern int ext4_orphan_del(handle_t *, struct inode *);
|
H A D | xattr.c | 1061 ext4_orphan_del(handle, ea_inode); in ext4_xattr_inode_update_ref()
|
H A D | namei.c | 3484 ext4_orphan_del(handle, inode); in __ext4_link()
|