Home
last modified time | relevance | path

Searched refs:ext4_orphan_add (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/fs/ext4/
Dverity.c152 err = ext4_orphan_add(handle, inode); in ext4_begin_enable_verity()
Dfile.c556 ret = ext4_orphan_add(handle, inode); in ext4_dio_write_iter()
643 ret = ext4_orphan_add(handle, inode); in ext4_dax_write_iter()
Dnamei.c2719 ext4_orphan_add(handle, inode); in ext4_add_nondir()
2825 err = ext4_orphan_add(handle, inode); in ext4_tmpfile()
2948 ext4_orphan_add(handle, inode); in ext4_mkdir()
3119 ext4_orphan_add(handle, inode); in ext4_rmdir()
3195 ext4_orphan_add(handle, inode); in __ext4_unlink()
3326 err = ext4_orphan_add(handle, inode); in ext4_symlink()
3907 ext4_orphan_add(handle, new.inode); in ext4_rename()
3917 ext4_orphan_add(handle, whiteout); in ext4_rename()
Dinline.c609 ext4_orphan_add(handle, inode); in ext4_convert_inline_data_to_extent()
798 ext4_orphan_add(handle, inode); in ext4_write_inline_data_end()
1910 if ((err = ext4_orphan_add(handle, inode)) != 0) in ext4_inline_data_truncate()
Dmigrate.c470 ext4_orphan_add(handle, tmp_inode); in ext4_ext_migrate()
Dorphan.c99 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function
Dinode.c1231 ext4_orphan_add(handle, inode); in ext4_write_begin()
1323 ext4_orphan_add(handle, inode); in ext4_write_end()
1435 ext4_orphan_add(handle, inode); in ext4_journalled_write_end()
4195 err = ext4_orphan_add(handle, inode); in ext4_truncate()
5403 error = ext4_orphan_add(handle, inode); in ext4_setattr()
Dext4.h3801 extern int ext4_orphan_add(handle_t *, struct inode *);
Dxattr.c1024 ext4_orphan_add(handle, ea_inode); in ext4_xattr_inode_update_ref()