Searched refs:objno (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/ceph/
H A Dstriper.c13 * Fill in objno, offset into object, and object extent length (i.e. the
21 * objno | 0 | 1 | 2 | 3 | 4
26 u64 *objno, u64 *objoff, u32 *xlen)
41 *objno = objsetno * l->stripe_count + stripepos;
48 * Return the last extent with given objno (@object_extents is sorted
49 * by objno). If not found, return NULL and set @add_pos so that the
53 lookup_last(struct list_head *object_extents, u64 objno, argument
62 if (ex->oe_objno == objno)
65 if (ex->oe_objno < objno)
74 lookup_containing(struct list_head *object_extents, u64 objno, argument
24 ceph_calc_file_object_mapping(struct ceph_file_layout *l, u64 off, u64 len, u64 *objno, u64 *objoff, u32 *xlen) argument
121 u64 objno, objoff; local
181 u64 objno, objoff; local
211 ceph_extent_to_file(struct ceph_file_layout *l, u64 objno, u64 objoff, u64 objlen, struct ceph_file_extent **file_extents, u32 *num_file_extents) argument
[all...]
/linux-master/include/linux/ceph/
H A Dstriper.h12 u64 *objno, u64 *objoff, u32 *xlen);
65 u64 objno, u64 objoff, u64 objlen,
/linux-master/fs/ceph/
H A Dcrypto.c597 u64 objno, objoff; local
608 &objno, &objoff, &xlen);
H A Daddr.c213 u64 objno, objoff; local
218 &objno, &objoff, &xlen);
/linux-master/drivers/block/
H A Drbd.c1300 dout("%s osd_req %p for obj_req %p objno %llu %llu~%llu\n",
1345 dout("%s %p objno %llu discard\n", __func__, obj_req,
1351 dout("%s %p objno %llu not overlapping\n", __func__, obj_req,
1358 dout("%s %p objno %llu entire\n", __func__, obj_req,
1644 static void __rbd_object_map_index(struct rbd_device *rbd_dev, u64 objno, argument
1649 rbd_assert(objno < rbd_dev->object_map_size);
1650 *index = div_u64_rem(objno, OBJS_PER_BYTE, &off);
1654 static u8 __rbd_object_map_get(struct rbd_device *rbd_dev, u64 objno) argument
1660 __rbd_object_map_index(rbd_dev, objno, &index, &shift);
1664 static void __rbd_object_map_set(struct rbd_device *rbd_dev, u64 objno, u argument
1678 rbd_object_map_get(struct rbd_device *rbd_dev, u64 objno) argument
1705 rbd_object_map_may_exist(struct rbd_device *rbd_dev, u64 objno) argument
1955 u64 objno; local
2007 update_needed(struct rbd_device *rbd_dev, u64 objno, u8 new_state) argument
2019 rbd_cls_object_map_update(struct ceph_osd_request *req, int which, u64 objno, u8 new_state, const u8 *current_state) argument
[all...]
/linux-master/drivers/net/can/c_can/
H A Dc_can_main.c336 int iface, int objno, u32 ctrl)
345 c_can_object_put(dev, iface, objno, IF_COMM_CONTROL);
335 c_can_handle_lost_msg_obj(struct net_device *dev, int iface, int objno, u32 ctrl) argument

Completed in 145 milliseconds