Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dfile.c540 ret = ext4_orphan_add(handle, inode); in ext4_dio_write_iter()
627 ret = ext4_orphan_add(handle, inode); in ext4_dax_write_iter()
Dverity.c158 err = ext4_orphan_add(handle, inode); in ext4_begin_enable_verity()
Dnamei.c2592 ext4_orphan_add(handle, inode); in ext4_add_nondir()
2697 err = ext4_orphan_add(handle, inode); in ext4_tmpfile()
2818 ext4_orphan_add(handle, inode); in ext4_mkdir()
2938 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function
3162 ext4_orphan_add(handle, inode); in ext4_rmdir()
3238 ext4_orphan_add(handle, inode); in __ext4_unlink()
3369 err = ext4_orphan_add(handle, inode); in ext4_symlink()
3923 ext4_orphan_add(handle, new.inode); in ext4_rename()
Dmigrate.c470 ext4_orphan_add(handle, tmp_inode); in ext4_ext_migrate()
Dinline.c605 ext4_orphan_add(handle, inode); in ext4_convert_inline_data_to_extent()
1889 if ((err = ext4_orphan_add(handle, inode)) != 0) in ext4_inline_data_truncate()
Dinode.c1222 ext4_orphan_add(handle, inode); in ext4_write_begin()
1321 ext4_orphan_add(handle, inode); in ext4_write_end()
1439 ext4_orphan_add(handle, inode); in ext4_journalled_write_end()
4245 err = ext4_orphan_add(handle, inode); in ext4_truncate()
5433 error = ext4_orphan_add(handle, inode); in ext4_setattr()
Dext4.h2905 extern int ext4_orphan_add(handle_t *, struct inode *);
Dxattr.c1020 ext4_orphan_add(handle, ea_inode); in ext4_xattr_inode_update_ref()