Lines Matching refs:sb
125 static int v1_check_quota_file(struct super_block *sb, int type) in v1_check_quota_file() argument
127 struct inode *inode = sb_dqopt(sb)->files[type]; in v1_check_quota_file()
145 size = sb->s_op->quota_read(sb, type, (char *)&dqhead, in v1_check_quota_file()
153 " It probably contains newer quota format.\n", sb->s_id); in v1_check_quota_file()
157 static int v1_read_file_info(struct super_block *sb, int type) in v1_read_file_info() argument
159 struct quota_info *dqopt = sb_dqopt(sb); in v1_read_file_info()
163 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_read_file_info()
182 static int v1_write_file_info(struct super_block *sb, int type) in v1_write_file_info() argument
184 struct quota_info *dqopt = sb_dqopt(sb); in v1_write_file_info()
189 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_write_file_info()
198 ret = sb->s_op->quota_write(sb, type, (char *)&dqblk, in v1_write_file_info()