Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dstriper.c26 u64 *objno, u64 *objoff, u32 *xlen) in ceph_calc_file_object_mapping() argument
41 *objno = objsetno * l->stripe_count + stripepos; in ceph_calc_file_object_mapping()
62 if (ex->oe_objno == objno) in lookup_last()
65 if (ex->oe_objno < objno) in lookup_last()
80 if (ex->oe_objno == objno && in lookup_containing()
85 if (ex->oe_objno > objno) in lookup_containing()
121 u64 objno, objoff; in ceph_file_to_extents() local
133 ex->oe_objno = objno; in ceph_file_to_extents()
181 u64 objno, objoff; in ceph_iterate_extents() local
190 __func__, objno, objoff, xlen); in ceph_iterate_extents()
[all …]
/openbmc/linux/include/linux/ceph/
H A Dstriper.h12 u64 *objno, u64 *objoff, u32 *xlen);
65 u64 objno, u64 objoff, u64 objlen,
/openbmc/linux/drivers/block/
H A Drbd.c1649 rbd_assert(objno < rbd_dev->object_map_size); in __rbd_object_map_index()
1683 state = __rbd_object_map_get(rbd_dev, objno); in rbd_object_map_get()
1713 state = rbd_object_map_get(rbd_dev, objno); in rbd_object_map_may_exist()
1955 u64 objno; in rbd_object_map_update_finish() local
1977 objno = ceph_decode_64(&p); in rbd_object_map_update_finish()
1978 rbd_assert(objno == obj_req->ex.oe_objno); in rbd_object_map_update_finish()
1979 rbd_assert(ceph_decode_64(&p) == objno + 1); in rbd_object_map_update_finish()
1986 state = __rbd_object_map_get(rbd_dev, objno); in rbd_object_map_update_finish()
2020 int which, u64 objno, u8 new_state, in rbd_cls_object_map_update() argument
2036 ceph_encode_64(&p, objno); in rbd_cls_object_map_update()
[all …]
/openbmc/linux/fs/ceph/
H A Dcrypto.c587 u64 objno, objoff; in ceph_fscrypt_decrypt_extents() local
597 &objno, &objoff, &xlen); in ceph_fscrypt_decrypt_extents()
H A Daddr.c233 u64 objno, objoff; in ceph_netfs_clamp_length() local
238 &objno, &objoff, &xlen); in ceph_netfs_clamp_length()
/openbmc/linux/drivers/net/can/c_can/
H A Dc_can_main.c336 int iface, int objno, u32 ctrl) in c_can_handle_lost_msg_obj() argument
345 c_can_object_put(dev, iface, objno, IF_COMM_CONTROL); in c_can_handle_lost_msg_obj()