Searched refs:qf_inum (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | super.c | 2219 unsigned long qf_inum; in f2fs_quota_enable() local 2224 qf_inum = f2fs_qf_ino(sb, type); in f2fs_quota_enable() 2225 if (!qf_inum) in f2fs_quota_enable() 2228 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable() 2230 f2fs_err(F2FS_SB(sb), "Bad quota inode %u:%lu", type, qf_inum); in f2fs_quota_enable() local 2245 unsigned long qf_inum; in f2fs_enable_quotas() local 2260 qf_inum = f2fs_qf_ino(sb, type); in f2fs_enable_quotas() 2261 if (qf_inum) { in f2fs_enable_quotas()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | super.c | 2818 unsigned long qf_inum; in f2fs_quota_enable() local 2824 qf_inum = f2fs_qf_ino(sb, type); in f2fs_quota_enable() 2825 if (!qf_inum) in f2fs_quota_enable() 2828 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable() 2830 f2fs_err(F2FS_SB(sb), "Bad quota inode %u:%lu", type, qf_inum); in f2fs_quota_enable() local 2853 unsigned long qf_inum; in f2fs_enable_quotas() local 2868 qf_inum = f2fs_qf_ino(sb, type); in f2fs_enable_quotas() 2869 if (qf_inum) { in f2fs_enable_quotas()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 6434 static inline bool ext4_check_quota_inum(int type, unsigned long qf_inum) in ext4_check_quota_inum() argument 6438 return qf_inum == EXT4_USR_QUOTA_INO; in ext4_check_quota_inum() 6440 return qf_inum == EXT4_GRP_QUOTA_INO; in ext4_check_quota_inum() 6442 return qf_inum >= EXT4_GOOD_OLD_FIRST_INO; in ext4_check_quota_inum()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 7017 static inline bool ext4_check_quota_inum(int type, unsigned long qf_inum) in ext4_check_quota_inum() argument 7021 return qf_inum == EXT4_USR_QUOTA_INO; in ext4_check_quota_inum() 7023 return qf_inum == EXT4_GRP_QUOTA_INO; in ext4_check_quota_inum() 7025 return qf_inum >= EXT4_GOOD_OLD_FIRST_INO; in ext4_check_quota_inum()
|
Completed in 26 milliseconds