Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsuper.c2781 qf_inum = f2fs_qf_ino(sb, type); in f2fs_quota_enable()
2825 qf_inum = f2fs_qf_ino(sb, type); in f2fs_enable_quotas()
4432 if (f2fs_qf_ino(sbi->sb, i)) in f2fs_fill_super()
H A Df2fs.h2061 static inline unsigned long f2fs_qf_ino(struct super_block *sb, int type) in f2fs_qf_ino() function