Searched refs:ext4_orphan_add (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | verity.c | 151 err = ext4_orphan_add(handle, inode); in ext4_begin_enable_verity()
|
H A D | file.c | 566 ret = ext4_orphan_add(handle, inode); in ext4_dio_write_iter() 659 ret = ext4_orphan_add(handle, inode); in ext4_dax_write_iter()
|
H A D | namei.c | 2856 ext4_orphan_add(handle, inode); in ext4_add_nondir() 2962 err = ext4_orphan_add(handle, inode); in ext4_tmpfile() 3085 ext4_orphan_add(handle, inode); in ext4_mkdir() 3250 ext4_orphan_add(handle, inode); in ext4_rmdir() 3340 ext4_orphan_add(handle, inode); in __ext4_unlink() 3492 ext4_orphan_add(handle, inode); in ext4_symlink() 4063 ext4_orphan_add(handle, new.inode); in ext4_rename() 4074 ext4_orphan_add(handle, whiteout); in ext4_rename()
|
H A D | inline.c | 620 ext4_orphan_add(handle, inode); in ext4_convert_inline_data_to_extent() 807 ext4_orphan_add(handle, inode); in ext4_write_inline_data_end() 1943 if ((err = ext4_orphan_add(handle, inode)) != 0) in ext4_inline_data_truncate()
|
H A D | orphan.c | 99 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function
|
H A D | inode.c | 1252 ext4_orphan_add(handle, inode); in ext4_write_begin() 1347 ext4_orphan_add(handle, inode); in ext4_write_end() 1462 ext4_orphan_add(handle, inode); in ext4_journalled_write_end() 4187 err = ext4_orphan_add(handle, inode); in ext4_truncate() 5446 error = ext4_orphan_add(handle, inode); in ext4_setattr()
|
H A D | ext4.h | 3753 extern int ext4_orphan_add(handle_t *, struct inode *);
|
H A D | xattr.c | 1073 ext4_orphan_add(handle, ea_inode); in ext4_xattr_inode_update_ref()
|