Searched refs:ext4_orphan_add (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/ext4/ |
| D | verity.c | 155 err = ext4_orphan_add(handle, inode); in ext4_begin_enable_verity()
|
| D | namei.c | 2661 err = ext4_orphan_add(handle, inode); in ext4_tmpfile() 2891 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function 3115 ext4_orphan_add(handle, inode); in ext4_rmdir() 3198 ext4_orphan_add(handle, inode); in ext4_unlink() 3295 err = ext4_orphan_add(handle, inode); in ext4_symlink() 3818 ext4_orphan_add(handle, new.inode); in ext4_rename()
|
| D | inode.c | 1356 ext4_orphan_add(handle, inode); in ext4_write_begin() 1455 ext4_orphan_add(handle, inode); in ext4_write_end() 1573 ext4_orphan_add(handle, inode); in ext4_journalled_write_end() 3513 err = ext4_orphan_add(handle, inode); in ext4_iomap_begin() 3683 ret = ext4_orphan_add(handle, inode); in ext4_direct_IO_write() 4502 err = ext4_orphan_add(handle, inode); in ext4_truncate() 5620 error = ext4_orphan_add(handle, inode); in ext4_setattr()
|
| D | migrate.c | 485 ext4_orphan_add(handle, tmp_inode); in ext4_ext_migrate()
|
| D | inline.c | 605 ext4_orphan_add(handle, inode); in ext4_convert_inline_data_to_extent() 1926 if ((err = ext4_orphan_add(handle, inode)) != 0) in ext4_inline_data_truncate()
|
| D | ext4.h | 2645 extern int ext4_orphan_add(handle_t *, struct inode *);
|
| D | xattr.c | 1067 ext4_orphan_add(handle, ea_inode); in ext4_xattr_inode_update_ref()
|