Searched refs:_LLU (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/exofs/ |
D | ore.c | 72 _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() 462 _LLU(per_dev->offset), in ore_check_io() 463 _LLU(per_dev->length)); in ore_check_io() 902 _LLU(_ios_obj(ios, cur_comp)->id), in _write_mirror() 903 _LLU(per_dev->offset), in _write_mirror() 904 _LLU(per_dev->length), dev); in _write_mirror() 921 _LLU(_ios_obj(ios, cur_comp)->id), in _write_mirror() 922 _LLU(per_dev->offset), in _write_mirror() [all …]
|
D | inode.c | 211 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() 1086 _LLU(oi->one_comp.obj.id), ret); in exofs_get_inode() 1269 _LLU(exofs_oi_objno(oi)), in create_done() 1270 _LLU(oi->one_comp.obj.partition)); in create_done()
|
D | ore_raid.h | 29 #define _LLU(x) (unsigned long long)(x) macro
|
D | super.c | 262 _LLU(obj->id), _LLU(offset), _LLU(length), od, ret); in exofs_read_kern() 413 EXOFS_DBGMSG("s_nextid=0x%llx ret=%d\n", _LLU(sbi->s_nextid), ret); in exofs_sync_fs() 425 msg, dev_path ?: "", odi->osdname, _LLU(pid)); in _exofs_print_device() 500 _LLU(sbi->layout.group_depth), in _read_and_match_data_map()
|
D | ore_raid.c | 313 _LLU(per_dev->offset), per_dev->length, in _ore_add_sg_seg() 434 _LLU(si.obj_offset), pg_len, page->index, si.dev); in _add_to_r4w_first_page() 456 p, c, _LLU(*offset), pg_len, si.dev, si.par_dev); in _add_to_r4w_last_page()
|
D | exofs.h | 54 #define _LLU(x) (unsigned long long)(x) macro
|
D | dir.c | 143 _LLU(le64_to_cpu(p->inode_no)), in exofs_check_page() 152 _LLU(le64_to_cpu(p->inode_no))); in exofs_check_page()
|