Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfile.c642 ret = ext4_orphan_add(handle, inode); in ext4_dio_write_iter()
742 ret = ext4_orphan_add(handle, inode); in ext4_dax_write_iter()
H A Dnamei.c2802 ext4_orphan_add(handle, inode); in ext4_add_nondir()
2908 err = ext4_orphan_add(handle, inode); in ext4_tmpfile()
3033 ext4_orphan_add(handle, inode); in ext4_mkdir()
3201 ext4_orphan_add(handle, inode); in ext4_rmdir()
3289 ext4_orphan_add(handle, inode); in __ext4_unlink()
3444 ext4_orphan_add(handle, inode); in ext4_symlink()
4026 ext4_orphan_add(handle, new.inode); in ext4_rename()
4037 ext4_orphan_add(handle, whiteout); in ext4_rename()
H A Dinline.c652 ext4_orphan_add(handle, inode); in ext4_convert_inline_data_to_extent()
869 ext4_orphan_add(handle, inode); in ext4_write_inline_data_end()
1890 if ((err = ext4_orphan_add(handle, inode)) != 0) in ext4_inline_data_truncate()
H A Dorphan.c102 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function
H A Dinode.c1387 ext4_orphan_add(handle, inode); in ext4_write_begin()
1480 ext4_orphan_add(handle, inode); in ext4_write_end()
1594 ext4_orphan_add(handle, inode); in ext4_journalled_write_end()
4687 err = ext4_orphan_add(handle, inode); in ext4_truncate()
6165 error = ext4_orphan_add(handle, inode); in ext4_setattr()
H A Dxattr.c1073 ext4_orphan_add(handle, ea_inode); in ext4_xattr_inode_update_ref()
H A Dext4.h3997 extern int ext4_orphan_add(handle_t *, struct inode *);
H A Dextents.c4716 ret2 = ext4_orphan_add(handle, inode); in ext4_alloc_file_blocks()