Home | History | Annotate | Download | only in fsck

Lines Matching defs:errcode_t

36 typedef int errcode_t;
193 errcode_t quota_file_open(struct f2fs_sb_info *sbi, struct quota_handle *h,
197 errcode_t quota_file_create(struct f2fs_sb_info *sbi, struct quota_handle *h,
201 errcode_t quota_file_close(struct f2fs_sb_info *sbi, struct quota_handle *h,
210 errcode_t quota_init_context(struct f2fs_sb_info *sbi);
214 errcode_t quota_write_inode(struct f2fs_sb_info *sbi, enum quota_type qtype);
218 errcode_t quota_compare_and_update(struct f2fs_sb_info *sbi,
222 static inline errcode_t quota_get_mem(unsigned long size, void *ptr)
233 static inline errcode_t quota_get_memzero(unsigned long size, void *ptr)
245 static inline errcode_t quota_free_mem(void *ptr)