Searched refs:ext4_orphan_add (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | file.c | 565 ret = ext4_orphan_add(handle, inode); in ext4_dio_write_iter() 652 ret = ext4_orphan_add(handle, inode); in ext4_dax_write_iter()
|
| H A D | verity.c | 158 err = ext4_orphan_add(handle, inode); in ext4_begin_enable_verity()
|
| H A D | namei.c | 2747 ext4_orphan_add(handle, inode); in ext4_add_nondir() 2852 err = ext4_orphan_add(handle, inode); in ext4_tmpfile() 2974 ext4_orphan_add(handle, inode); in ext4_mkdir() 3092 int ext4_orphan_add(handle_t *handle, struct inode *inode) in ext4_orphan_add() function 3318 ext4_orphan_add(handle, inode); in ext4_rmdir() 3395 ext4_orphan_add(handle, inode); in __ext4_unlink() 3526 err = ext4_orphan_add(handle, inode); in ext4_symlink() 4132 ext4_orphan_add(handle, new.inode); in ext4_rename() 4142 ext4_orphan_add(handle, whiteout); in ext4_rename()
|
| H A D | inline.c | 622 ext4_orphan_add(handle, inode); in ext4_convert_inline_data_to_extent() 1919 if ((err = ext4_orphan_add(handle, inode)) != 0) in ext4_inline_data_truncate()
|
| H A D | inode.c | 1250 ext4_orphan_add(handle, inode); in ext4_write_begin() 1352 ext4_orphan_add(handle, inode); in ext4_write_end() 1473 ext4_orphan_add(handle, inode); in ext4_journalled_write_end() 4347 err = ext4_orphan_add(handle, inode); in ext4_truncate() 5537 error = ext4_orphan_add(handle, inode); in ext4_setattr()
|
| H A D | xattr.c | 1020 ext4_orphan_add(handle, ea_inode); in ext4_xattr_inode_update_ref()
|
| H A D | ext4.h | 2956 extern int ext4_orphan_add(handle_t *, struct inode *);
|