Lines Matching refs:res
49 int res; in __hfs_brec_find() local
53 res = -ENOENT; in __hfs_brec_find()
59 res = -EINVAL; in __hfs_brec_find()
66 res = 0; in __hfs_brec_find()
78 res = -EINVAL; in __hfs_brec_find()
90 return res; in __hfs_brec_find()
101 int height, res; in hfs_brec_find() local
111 res = 0; in hfs_brec_find()
116 res = PTR_ERR(bnode); in hfs_brec_find()
126 res = __hfs_brec_find(bnode, fd); in hfs_brec_find()
138 return res; in hfs_brec_find()
143 res = -EIO; in hfs_brec_find()
146 return res; in hfs_brec_find()
151 int res; in hfs_brec_read() local
153 res = hfs_brec_find(fd); in hfs_brec_read()
154 if (res) in hfs_brec_read()
155 return res; in hfs_brec_read()
166 int idx, res = 0; in hfs_brec_goto() local
179 res = -ENOENT; in hfs_brec_goto()
185 res = PTR_ERR(bnode); in hfs_brec_goto()
197 res = -ENOENT; in hfs_brec_goto()
203 res = PTR_ERR(bnode); in hfs_brec_goto()
214 res = -EINVAL; in hfs_brec_goto()
224 return res; in hfs_brec_goto()