Lines Matching refs:res
97 int res; in hfs_parse_new_pmap() local
113 res = hfsplus_submit_bio(sb, in hfs_parse_new_pmap()
116 if (res) in hfs_parse_new_pmap()
117 return res; in hfs_parse_new_pmap()
132 int res; in hfs_part_find() local
138 res = hfsplus_submit_bio(sb, *part_start + HFS_PMAP_BLK, in hfs_part_find()
140 if (res) in hfs_part_find()
145 res = hfs_parse_old_pmap(sb, data, part_start, part_size); in hfs_part_find()
148 res = hfs_parse_new_pmap(sb, buf, data, part_start, part_size); in hfs_part_find()
151 res = -ENOENT; in hfs_part_find()
156 return res; in hfs_part_find()