Searched refs:ext3_orphan_add (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ext3/ |
D | inode.c | 1304 ext3_orphan_add(handle, inode); in ext3_write_begin() 1397 ext3_orphan_add(handle, inode); in ext3_ordered_write_end() 1426 ext3_orphan_add(handle, inode); in ext3_writeback_write_end() 1471 ext3_orphan_add(handle, inode); in ext3_journalled_write_end() 1847 ret = ext3_orphan_add(handle, inode); in ext3_direct_IO() 2534 if (ext3_orphan_add(handle, inode)) in ext3_truncate() 3293 error = ext3_orphan_add(handle, inode); in ext3_setattr()
|
D | namei.c | 1784 err = ext3_orphan_add(handle, inode); in ext3_tmpfile() 1967 int ext3_orphan_add(handle_t *handle, struct inode *inode) in ext3_orphan_add() function 2151 ext3_orphan_add(handle, inode); in ext3_rmdir() 2210 ext3_orphan_add(handle, inode); in ext3_unlink() 2284 err = ext3_orphan_add(handle, inode); in ext3_symlink() 2534 ext3_orphan_add(handle, new_inode); in ext3_rename()
|
D | ext3.h | 1076 extern int ext3_orphan_add(handle_t *, struct inode *);
|