Lines Matching refs:exfat_put_dentry_set
493 exfat_put_dentry_set(&es, false); in exfat_add_entry()
507 ret = exfat_put_dentry_set(&es, IS_DIRSYNC(inode)); in exfat_add_entry()
664 exfat_put_dentry_set(&es, false); in exfat_find()
799 err = exfat_put_dentry_set(&es, IS_DIRSYNC(inode)); in exfat_unlink()
960 err = exfat_put_dentry_set(&es, IS_DIRSYNC(dir)); in exfat_rmdir()
1033 ret = exfat_put_dentry_set(&new_es, sync); in exfat_rename_file()
1049 return exfat_put_dentry_set(&old_es, sync); in exfat_rename_file()
1052 exfat_put_dentry_set(&old_es, false); in exfat_rename_file()
1101 ret = exfat_put_dentry_set(&new_es, IS_DIRSYNC(inode)); in exfat_move_file()
1105 return exfat_put_dentry_set(&mov_es, IS_DIRSYNC(inode)); in exfat_move_file()
1108 exfat_put_dentry_set(&mov_es, false); in exfat_move_file()
1210 ret = exfat_put_dentry_set(&es, IS_DIRSYNC(new_inode)); in __exfat_rename()