Searched refs:ext4_orphan_add (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/fs/ext4/ |
| D | verity.c | 153 err = ext4_orphan_add(handle, inode); in ext4_begin_enable_verity()
|
| D | file.c | 576 ret = ext4_orphan_add(handle, inode); in ext4_dio_write_iter() 663 ret = ext4_orphan_add(handle, inode); in ext4_dax_write_iter()
|
| D | namei.c | 2782 ext4_orphan_add(handle, inode); in ext4_add_nondir() 2888 err = ext4_orphan_add(handle, inode); in ext4_tmpfile() 3011 ext4_orphan_add(handle, inode); in ext4_mkdir() 3179 ext4_orphan_add(handle, inode); in ext4_rmdir() 3255 ext4_orphan_add(handle, inode); in __ext4_unlink() 3415 ext4_orphan_add(handle, inode); in ext4_symlink() 3984 ext4_orphan_add(handle, new.inode); in ext4_rename() 3994 ext4_orphan_add(handle, whiteout); in ext4_rename()
|
| D | inline.c | 613 ext4_orphan_add(handle, inode); in ext4_convert_inline_data_to_extent() 801 ext4_orphan_add(handle, inode); in ext4_write_inline_data_end() 1942 if ((err = ext4_orphan_add(handle, inode)) != 0) in ext4_inline_data_truncate()
|
| D | orphan.c | 99 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function
|
| D | inode.c | 1252 ext4_orphan_add(handle, inode); in ext4_write_begin() 1344 ext4_orphan_add(handle, inode); in ext4_write_end() 1456 ext4_orphan_add(handle, inode); in ext4_journalled_write_end() 4255 err = ext4_orphan_add(handle, inode); in ext4_truncate() 5468 error = ext4_orphan_add(handle, inode); in ext4_setattr()
|
| D | ext4.h | 3774 extern int ext4_orphan_add(handle_t *, struct inode *);
|
| D | xattr.c | 1029 ext4_orphan_add(handle, ea_inode); in ext4_xattr_inode_update_ref()
|