Searched refs:ext4_orphan_add (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/ext4/ |
D | namei.c | 2598 err = ext4_orphan_add(handle, inode); in ext4_tmpfile() 2835 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function 3049 ext4_orphan_add(handle, inode); in ext4_rmdir() 3115 ext4_orphan_add(handle, inode); in ext4_unlink() 3225 err = ext4_orphan_add(handle, inode); in ext4_symlink() 3726 ext4_orphan_add(handle, new.inode); in ext4_rename()
|
D | migrate.c | 493 ext4_orphan_add(handle, tmp_inode); in ext4_ext_migrate()
|
D | inode.c | 1092 ext4_orphan_add(handle, inode); in ext4_write_begin() 1191 ext4_orphan_add(handle, inode); in ext4_write_end() 1265 ext4_orphan_add(handle, inode); in ext4_journalled_write_end() 3833 if (ext4_orphan_add(handle, inode)) in ext4_truncate() 4792 error = ext4_orphan_add(handle, inode); in ext4_setattr()
|
D | inline.c | 600 ext4_orphan_add(handle, inode); in ext4_convert_inline_data_to_extent() 1922 if (ext4_orphan_add(handle, inode)) in ext4_inline_data_truncate()
|
D | indirect.c | 667 ret = ext4_orphan_add(handle, inode); in ext4_ind_direct_IO()
|
D | ext4.h | 2349 extern int ext4_orphan_add(handle_t *, struct inode *);
|