Home
last modified time | relevance | path

Searched refs:_LLU (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/exofs/
Dore.c72 _LLU(layout->stripe_unit), PAGE_SIZE); in ore_verify_layout()
93 _LLU(layout->group_depth)); in ore_verify_layout()
103 _LLU(stripe_length)); in ore_verify_layout()
448 _LLU(per_dev->offset), in ore_check_io()
449 _LLU(per_dev->length)); in ore_check_io()
888 _LLU(_ios_obj(ios, cur_comp)->id), in _write_mirror()
889 _LLU(per_dev->offset), in _write_mirror()
890 _LLU(per_dev->length), dev); in _write_mirror()
907 _LLU(_ios_obj(ios, cur_comp)->id), in _write_mirror()
908 _LLU(per_dev->offset), in _write_mirror()
[all …]
Dinode.c211 pcol->inode->i_ino, _LLU(good_bytes), pcol->length, in __readpages_done()
353 pcol->inode->i_ino, _LLU(ios->offset), _LLU(ios->length)); in read_exec()
539 pcol->inode->i_ino, _LLU(good_bytes), pcol->length, in writepages_done()
590 "index=0x%llx\n", _LLU(index)); in __r4w_get_page()
664 pcol->inode->i_ino, _LLU(ios->offset), _LLU(ios->length)); in write_exec()
1095 _LLU(oi->one_comp.obj.id), ret); in exofs_get_inode()
1277 _LLU(exofs_oi_objno(oi)), in create_done()
1278 _LLU(oi->one_comp.obj.partition)); in create_done()
Dore_raid.h29 #define _LLU(x) (unsigned long long)(x) macro
Dsuper.c257 _LLU(obj->id), _LLU(offset), _LLU(length), od, ret); in exofs_read_kern()
408 EXOFS_DBGMSG("s_nextid=0x%llx ret=%d\n", _LLU(sbi->s_nextid), ret); in exofs_sync_fs()
420 msg, dev_path ?: "", odi->osdname, _LLU(pid)); in _exofs_print_device()
496 _LLU(sbi->layout.group_depth), in _read_and_match_data_map()
Dore_raid.c278 _LLU(per_dev->offset), per_dev->length, in _ore_add_sg_seg()
399 _LLU(si.obj_offset), pg_len, page->index, si.dev); in _add_to_r4w_first_page()
421 p, c, _LLU(*offset), pg_len, si.dev, si.par_dev); in _add_to_r4w_last_page()
Dexofs.h54 #define _LLU(x) (unsigned long long)(x) macro
Ddir.c142 _LLU(le64_to_cpu(p->inode_no)), in exofs_check_page()
151 _LLU(le64_to_cpu(p->inode_no))); in exofs_check_page()
/linux-4.4.14/drivers/scsi/osd/
Dosd_debug.h28 #define _LLU(x) (unsigned long long)(x) macro
Dosd_initiator.c158 pFirst ? _LLU(get_unaligned_be64(pFirst)) : ~0ULL); in _osd_get_print_system_info()
162 pFirst ? _LLU(get_unaligned_be64(pFirst)) : ~0ULL); in _osd_get_print_system_info()
166 pFirst ? _LLU(get_unaligned_be64(pFirst)) : ~0ULL); in _osd_get_print_system_info()
1798 _LLU(osi->command_info)); in osd_req_decode_sense_full()
1826 _LLU(osi->obj.partition), _LLU(osi->obj.id)); in osd_req_decode_sense_full()
2068 _LLU(offset), _LLU(try_offset & 0x0FFFFFFF), shift, in __osd_encode_offset()