Searched refs:ext4_orphan_add (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/ext4/ |
D | namei.c | 2519 err = ext4_orphan_add(handle, inode); in ext4_tmpfile() 2747 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function 2966 ext4_orphan_add(handle, inode); in ext4_rmdir() 3035 ext4_orphan_add(handle, inode); in ext4_unlink() 3147 err = ext4_orphan_add(handle, inode); in ext4_symlink() 3658 ext4_orphan_add(handle, new.inode); in ext4_rename()
|
D | migrate.c | 492 ext4_orphan_add(handle, tmp_inode); in ext4_ext_migrate()
|
D | inode.c | 1093 ext4_orphan_add(handle, inode); in ext4_write_begin() 1192 ext4_orphan_add(handle, inode); in ext4_write_end() 1298 ext4_orphan_add(handle, inode); in ext4_journalled_write_end() 3875 if (ext4_orphan_add(handle, inode)) in ext4_truncate() 4841 error = ext4_orphan_add(handle, inode); in ext4_setattr()
|
D | inline.c | 599 ext4_orphan_add(handle, inode); in ext4_convert_inline_data_to_extent() 1920 if (ext4_orphan_add(handle, inode)) in ext4_inline_data_truncate()
|
D | indirect.c | 669 ret = ext4_orphan_add(handle, inode); in ext4_ind_direct_IO()
|
D | ext4.h | 2546 extern int ext4_orphan_add(handle_t *, struct inode *);
|