Searched refs:ext4_orphan_add (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/ext4/ |
D | namei.c | 2520 err = ext4_orphan_add(handle, inode); in ext4_tmpfile() 2746 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function 2968 ext4_orphan_add(handle, inode); in ext4_rmdir() 3040 ext4_orphan_add(handle, inode); in ext4_unlink() 3126 err = ext4_orphan_add(handle, inode); in ext4_symlink() 3648 ext4_orphan_add(handle, new.inode); in ext4_rename()
|
D | migrate.c | 485 ext4_orphan_add(handle, tmp_inode); in ext4_ext_migrate()
|
D | inode.c | 1337 ext4_orphan_add(handle, inode); in ext4_write_begin() 1431 ext4_orphan_add(handle, inode); in ext4_write_end() 1547 ext4_orphan_add(handle, inode); in ext4_journalled_write_end() 3514 err = ext4_orphan_add(handle, inode); in ext4_iomap_begin() 3684 ret = ext4_orphan_add(handle, inode); in ext4_direct_IO_write() 4493 err = ext4_orphan_add(handle, inode); in ext4_truncate() 5548 error = ext4_orphan_add(handle, inode); in ext4_setattr()
|
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 | 2515 extern int ext4_orphan_add(handle_t *, struct inode *);
|
D | xattr.c | 1072 ext4_orphan_add(handle, ea_inode); in ext4_xattr_inode_update_ref()
|