Lines Matching refs:res
119 int res; in __hfs_brec_find() local
124 res = -ENOENT; in __hfs_brec_find()
130 res = -EINVAL; in __hfs_brec_find()
135 res = 0; in __hfs_brec_find()
144 res = -EINVAL; in __hfs_brec_find()
158 return res; in __hfs_brec_find()
169 int height, res; in hfs_brec_find() local
179 res = 0; in hfs_brec_find()
184 res = PTR_ERR(bnode); in hfs_brec_find()
194 res = __hfs_brec_find(bnode, fd, do_key_compare); in hfs_brec_find()
206 return res; in hfs_brec_find()
211 res = -EIO; in hfs_brec_find()
214 return res; in hfs_brec_find()
219 int res; in hfs_brec_read() local
221 res = hfs_brec_find(fd, hfs_find_rec_by_key); in hfs_brec_read()
222 if (res) in hfs_brec_read()
223 return res; in hfs_brec_read()
234 int idx, res = 0; in hfs_brec_goto() local
247 res = -ENOENT; in hfs_brec_goto()
253 res = PTR_ERR(bnode); in hfs_brec_goto()
265 res = -ENOENT; in hfs_brec_goto()
271 res = PTR_ERR(bnode); in hfs_brec_goto()
282 res = -EINVAL; in hfs_brec_goto()
292 return res; in hfs_brec_goto()