Home
last modified time | relevance | path

Searched refs:qf_inum (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/f2fs/
Dsuper.c1736 unsigned long qf_inum; in f2fs_quota_enable() local
1741 qf_inum = f2fs_qf_ino(sb, type); in f2fs_quota_enable()
1742 if (!qf_inum) in f2fs_quota_enable()
1745 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable()
1748 "Bad quota inode %u:%lu", type, qf_inum); in f2fs_quota_enable()
1762 unsigned long qf_inum; in f2fs_enable_quotas() local
1771 qf_inum = f2fs_qf_ino(sb, type); in f2fs_enable_quotas()
1772 if (qf_inum) { in f2fs_enable_quotas()