Lines Matching refs:res
48 int res; in __hfs_brec_find() local
52 res = -ENOENT; in __hfs_brec_find()
58 res = -EINVAL; in __hfs_brec_find()
65 res = 0; in __hfs_brec_find()
77 res = -EINVAL; in __hfs_brec_find()
89 return res; in __hfs_brec_find()
100 int height, res; in hfs_brec_find() local
110 res = 0; in hfs_brec_find()
115 res = PTR_ERR(bnode); in hfs_brec_find()
125 res = __hfs_brec_find(bnode, fd); in hfs_brec_find()
137 return res; in hfs_brec_find()
142 res = -EIO; in hfs_brec_find()
145 return res; in hfs_brec_find()
150 int res; in hfs_brec_read() local
152 res = hfs_brec_find(fd); in hfs_brec_read()
153 if (res) in hfs_brec_read()
154 return res; in hfs_brec_read()
165 int idx, res = 0; in hfs_brec_goto() local
178 res = -ENOENT; in hfs_brec_goto()
184 res = PTR_ERR(bnode); in hfs_brec_goto()
196 res = -ENOENT; in hfs_brec_goto()
202 res = PTR_ERR(bnode); in hfs_brec_goto()
213 res = -EINVAL; in hfs_brec_goto()
223 return res; in hfs_brec_goto()