Lines Matching refs:u64
11 u64 off, u64 len,
12 u64 *objno, u64 *objoff, u32 *xlen);
16 u64 oe_objno;
17 u64 oe_off;
18 u64 oe_len;
36 int ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len,
42 int ceph_iterate_extents(struct ceph_file_layout *l, u64 off, u64 len,
48 u64 fe_off;
49 u64 fe_len;
52 static inline u64 ceph_file_extents_bytes(struct ceph_file_extent *file_extents, in ceph_file_extents_bytes()
55 u64 bytes = 0; in ceph_file_extents_bytes()
65 u64 objno, u64 objoff, u64 objlen,
69 u64 ceph_get_num_objects(struct ceph_file_layout *l, u64 size);