Searched refs:qf_inum (Results 1 – 1 of 1) sorted by relevance
2631 unsigned long qf_inum; in f2fs_quota_enable() local2636 qf_inum = f2fs_qf_ino(sb, type); in f2fs_quota_enable()2637 if (!qf_inum) in f2fs_quota_enable()2640 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable()2642 f2fs_err(F2FS_SB(sb), "Bad quota inode %u:%lu", type, qf_inum); in f2fs_quota_enable()2657 unsigned long qf_inum; in f2fs_enable_quotas() local2672 qf_inum = f2fs_qf_ino(sb, type); in f2fs_enable_quotas()2673 if (qf_inum) { in f2fs_enable_quotas()