Searched refs:ext4_orphan_add (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | verity.c | 109 const int credits = 2; /* superblock and inode for ext4_orphan_add() */ in ext4_begin_enable_verity() 155 err = ext4_orphan_add(handle, inode); in ext4_begin_enable_verity()
|
H A D | file.c | 560 ret = ext4_orphan_add(handle, inode); in ext4_dio_write_iter() 646 ret = ext4_orphan_add(handle, inode); in ext4_dax_write_iter()
|
H A D | namei.c | 2722 ext4_orphan_add(handle, inode); in ext4_add_nondir() 2827 err = ext4_orphan_add(handle, inode); in ext4_tmpfile() 2948 ext4_orphan_add(handle, inode); in ext4_mkdir() 3051 * ext4_orphan_add() links an unlinked or truncated inode into a list of 3062 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function 3292 ext4_orphan_add(handle, inode); in ext4_rmdir() 3381 ext4_orphan_add(handle, inode); in __ext4_unlink() 3503 err = ext4_orphan_add(handle, inode); in ext4_symlink() 4107 ext4_orphan_add(handle, new.inode); in ext4_rename() 4117 ext4_orphan_add(handl in ext4_rename() [all...] |
H A D | inline.c | 617 ext4_orphan_add(handle, inode); in ext4_convert_inline_data_to_extent() 805 ext4_orphan_add(handle, inode); in ext4_write_inline_data_end() 1916 if ((err = ext4_orphan_add(handle, inode)) != 0) in ext4_inline_data_truncate()
|
H A D | inode.c | 1237 ext4_orphan_add(handle, inode); in ext4_write_begin() 1329 ext4_orphan_add(handle, inode); in ext4_write_end() 1440 ext4_orphan_add(handle, inode); in ext4_journalled_write_end() 4264 err = ext4_orphan_add(handle, inode); in ext4_truncate() 5519 error = ext4_orphan_add(handle, inode); in ext4_setattr()
|
H A D | xattr.c | 1023 ext4_orphan_add(handle, ea_inode); in ext4_xattr_inode_update_ref()
|
H A D | ext4.h | 2942 extern int ext4_orphan_add(handle_t *, struct inode *);
|
/kernel/linux/linux-6.6/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 | 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 | 2807 ext4_orphan_add(handle, inode); in ext4_add_nondir() 2913 err = ext4_orphan_add(handle, inode); in ext4_tmpfile() 3036 ext4_orphan_add(handle, inode); in ext4_mkdir() 3204 ext4_orphan_add(handle, inode); in ext4_rmdir() 3294 ext4_orphan_add(handle, inode); in __ext4_unlink() 3446 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 | 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() 1924 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 | 1223 ext4_orphan_add(handle, inode); in ext4_write_begin() 1318 ext4_orphan_add(handle, inode); in ext4_write_end() 1433 ext4_orphan_add(handle, inode); in ext4_journalled_write_end() 4164 err = ext4_orphan_add(handle, inode); in ext4_truncate() 5420 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()
|
Completed in 70 milliseconds