Lines Matching refs:res
120 int res; in __hfs_brec_find() local
125 res = -ENOENT; in __hfs_brec_find()
131 res = -EINVAL; in __hfs_brec_find()
136 res = 0; in __hfs_brec_find()
145 res = -EINVAL; in __hfs_brec_find()
159 return res; in __hfs_brec_find()
170 int height, res; in hfs_brec_find() local
180 res = 0; in hfs_brec_find()
185 res = PTR_ERR(bnode); in hfs_brec_find()
195 res = __hfs_brec_find(bnode, fd, do_key_compare); in hfs_brec_find()
207 return res; in hfs_brec_find()
212 res = -EIO; in hfs_brec_find()
215 return res; in hfs_brec_find()
220 int res; in hfs_brec_read() local
222 res = hfs_brec_find(fd, hfs_find_rec_by_key); in hfs_brec_read()
223 if (res) in hfs_brec_read()
224 return res; in hfs_brec_read()
235 int idx, res = 0; in hfs_brec_goto() local
248 res = -ENOENT; in hfs_brec_goto()
254 res = PTR_ERR(bnode); in hfs_brec_goto()
266 res = -ENOENT; in hfs_brec_goto()
272 res = PTR_ERR(bnode); in hfs_brec_goto()
283 res = -EINVAL; in hfs_brec_goto()
293 return res; in hfs_brec_goto()