Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c2488 unsigned long qf_inum; in f2fs_quota_enable() local
2493 qf_inum = f2fs_qf_ino(sb, type); in f2fs_quota_enable()
2494 if (!qf_inum) in f2fs_quota_enable()
2497 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable()
2499 f2fs_err(F2FS_SB(sb), "Bad quota inode %u:%lu", type, qf_inum); in f2fs_quota_enable()
2514 unsigned long qf_inum; in f2fs_enable_quotas() local
2529 qf_inum = f2fs_qf_ino(sb, type); in f2fs_enable_quotas()
2530 if (qf_inum) { in f2fs_enable_quotas()