Lines Matching refs:sbi
80 written = f2fs_write(qf->sbi, qf->ino, buf, size, offset); in quota_write_nomount()
91 return f2fs_read(qf->sbi, qf->ino, buf, size, offset); in quota_read_nomount()
97 errcode_t quota_file_open(struct f2fs_sb_info *sbi, struct quota_handle *h, in quota_file_open() argument
100 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_file_open()
101 struct f2fs_super_block *sb = F2FS_RAW_SUPER(sbi); in quota_file_open()
115 (void) quota_file_close(sbi, h, 0); in quota_file_open()
125 h->qh_qf.sbi = sbi; in quota_file_open()
157 errcode_t quota_file_create(struct f2fs_sb_info *sbi, struct quota_handle *h, in quota_file_create() argument
160 struct f2fs_super_block *sb = F2FS_RAW_SUPER(sbi); in quota_file_create()
165 h->qh_qf.sbi = sbi; in quota_file_create()
188 errcode_t quota_file_close(struct f2fs_sb_info *sbi, struct quota_handle *h, in quota_file_close() argument
191 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_file_close()
202 f2fs_filesize_update(sbi, h->qh_qf.ino, h->qh_qf.filesize); in quota_file_close()