Searched refs:objno (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/net/ceph/ |
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() 53 lookup_last(struct list_head *object_extents, u64 objno, in lookup_last() argument 62 if (ex->oe_objno == objno) in lookup_last() 65 if (ex->oe_objno < objno) in lookup_last() 74 lookup_containing(struct list_head *object_extents, u64 objno, in lookup_containing() argument 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 124 ceph_calc_file_object_mapping(l, off, len, &objno, &objoff, in ceph_file_to_extents() [all …]
|
/Linux-v5.15/include/linux/ceph/ |
D | striper.h | 12 u64 *objno, u64 *objoff, u32 *xlen); 65 u64 objno, u64 objoff, u64 objlen,
|
/Linux-v5.15/drivers/block/ |
D | rbd.c | 1622 static void __rbd_object_map_index(struct rbd_device *rbd_dev, u64 objno, in __rbd_object_map_index() argument 1627 rbd_assert(objno < rbd_dev->object_map_size); in __rbd_object_map_index() 1628 *index = div_u64_rem(objno, OBJS_PER_BYTE, &off); in __rbd_object_map_index() 1632 static u8 __rbd_object_map_get(struct rbd_device *rbd_dev, u64 objno) in __rbd_object_map_get() argument 1638 __rbd_object_map_index(rbd_dev, objno, &index, &shift); in __rbd_object_map_get() 1642 static void __rbd_object_map_set(struct rbd_device *rbd_dev, u64 objno, u8 val) in __rbd_object_map_set() argument 1651 __rbd_object_map_index(rbd_dev, objno, &index, &shift); in __rbd_object_map_set() 1656 static u8 rbd_object_map_get(struct rbd_device *rbd_dev, u64 objno) in rbd_object_map_get() argument 1661 state = __rbd_object_map_get(rbd_dev, objno); in rbd_object_map_get() 1683 static bool rbd_object_map_may_exist(struct rbd_device *rbd_dev, u64 objno) in rbd_object_map_may_exist() argument [all …]
|
/Linux-v5.15/drivers/net/can/c_can/ |
D | c_can_main.c | 337 int iface, int objno, u32 ctrl) in c_can_handle_lost_msg_obj() argument 346 c_can_object_put(dev, iface, objno, IF_COMM_CONTROL); in c_can_handle_lost_msg_obj()
|
/Linux-v5.15/fs/ceph/ |
D | addr.c | 202 u64 objno, objoff; in ceph_netfs_clamp_length() local 207 &objno, &objoff, &xlen); in ceph_netfs_clamp_length()
|