Searched refs:objno (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/ceph/ |
A D | striper.c | 26 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 …]
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | striper.h | 12 u64 *objno, u64 *objoff, u32 *xlen); 65 u64 objno, u64 objoff, u64 objlen,
|
/linux-6.3-rc2/drivers/block/ |
A D | rbd.c | 1626 rbd_assert(objno < rbd_dev->object_map_size); in __rbd_object_map_index() 1660 state = __rbd_object_map_get(rbd_dev, objno); in rbd_object_map_get() 1690 state = rbd_object_map_get(rbd_dev, objno); in rbd_object_map_may_exist() 1932 u64 objno; in rbd_object_map_update_finish() local 1954 objno = ceph_decode_64(&p); in rbd_object_map_update_finish() 1955 rbd_assert(objno == obj_req->ex.oe_objno); in rbd_object_map_update_finish() 1956 rbd_assert(ceph_decode_64(&p) == objno + 1); in rbd_object_map_update_finish() 1963 state = __rbd_object_map_get(rbd_dev, objno); in rbd_object_map_update_finish() 1997 int which, u64 objno, u8 new_state, in rbd_cls_object_map_update() argument 2013 ceph_encode_64(&p, objno); in rbd_cls_object_map_update() [all …]
|
/linux-6.3-rc2/drivers/net/can/c_can/ |
A D | c_can_main.c | 336 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()
|
/linux-6.3-rc2/fs/ceph/ |
A D | addr.c | 207 u64 objno, objoff; in ceph_netfs_clamp_length() local 212 &objno, &objoff, &xlen); in ceph_netfs_clamp_length()
|
Completed in 23 milliseconds