Lines Matching refs:res
46 int res; in __hfs_brec_find() local
50 res = -ENOENT; in __hfs_brec_find()
56 res = -EINVAL; in __hfs_brec_find()
63 res = 0; in __hfs_brec_find()
75 res = -EINVAL; in __hfs_brec_find()
87 return res; in __hfs_brec_find()
98 int height, res; in hfs_brec_find() local
108 res = 0; in hfs_brec_find()
113 res = PTR_ERR(bnode); in hfs_brec_find()
123 res = __hfs_brec_find(bnode, fd); in hfs_brec_find()
135 return res; in hfs_brec_find()
140 res = -EIO; in hfs_brec_find()
143 return res; in hfs_brec_find()
148 int res; in hfs_brec_read() local
150 res = hfs_brec_find(fd); in hfs_brec_read()
151 if (res) in hfs_brec_read()
152 return res; in hfs_brec_read()
163 int idx, res = 0; in hfs_brec_goto() local
176 res = -ENOENT; in hfs_brec_goto()
182 res = PTR_ERR(bnode); in hfs_brec_goto()
194 res = -ENOENT; in hfs_brec_goto()
200 res = PTR_ERR(bnode); in hfs_brec_goto()
211 res = -EINVAL; in hfs_brec_goto()
221 return res; in hfs_brec_goto()