Searched refs:ext4_orphan_add (Results 1 – 7 of 7) sorted by relevance
/linux/fs/ext4/ |
H A D | verity.c | 105 const int credits = 2; /* superblock and inode for ext4_orphan_add() */ in ext4_begin_enable_verity() 151 err = ext4_orphan_add(handle, inode); in ext4_begin_enable_verity()
|
H A D | namei.c | 2795 ext4_orphan_add(handle, inode); in ext4_add_nondir() 2901 err = ext4_orphan_add(handle, inode); in ext4_tmpfile() 3030 ext4_orphan_add(handle, inode); in ext4_mkdir() 3198 ext4_orphan_add(handle, inode); in ext4_rmdir() 3286 ext4_orphan_add(handle, inode); in __ext4_unlink() 3441 ext4_orphan_add(handle, inode); in ext4_symlink() 4020 ext4_orphan_add(handle, new.inode); in ext4_rename() 4031 ext4_orphan_add(handle, whiteout); in ext4_rename()
|
H A D | inline.c | 635 ext4_orphan_add(handle, inode); in ext4_convert_inline_data_to_extent() 840 ext4_orphan_add(handle, inode); in ext4_write_inline_data_end() 1854 if ((err = ext4_orphan_add(handle, inode)) != 0) in ext4_inline_data_truncate()
|
H A D | orphan.c | 88 * ext4_orphan_add() links an unlinked or truncated inode into a list of 99 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function
|
H A D | inode.c | 1381 ext4_orphan_add(handle, inode); in ext4_write_begin() 1479 ext4_orphan_add(handle, inode); in ext4_write_end() 1595 ext4_orphan_add(handle, inode); in ext4_journalled_write_end() 4632 err = ext4_orphan_add(handle, inode); in ext4_truncate() 5977 error = ext4_orphan_add(handle, inode); in ext4_setattr()
|
H A D | ext4.h | 3821 extern int ext4_orphan_add(handle_t *, struct inode *);
|
H A D | xattr.c | 1056 ext4_orphan_add(handle, ea_inode); in ext4_xattr_inode_update_ref()
|