Searched refs:lov_do_div64 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_offset.c | 62 stripe_size = lov_do_div64(ost_size, ssize); in lov_stripe_size() 138 stripe_off = lov_do_div64(lov_off, swidth); in lov_stripe_offset() 191 stripe_off = lov_do_div64(file_size, swidth); in lov_size_to_stripe() 258 stripe_off = lov_do_div64(lov_off, swidth); in lov_stripe_number() 261 lov_do_div64(stripe_off, ssize); in lov_stripe_number()
|
D | lov_internal.h | 48 # define lov_do_div64(n, base) ({ \ macro 56 # define lov_do_div64(n, base) ({ \ macro
|
D | lov_request.c | 565 lov_do_div64(osfs->os_files, expected_stripes); in lov_fini_statfs() 567 lov_do_div64(osfs->os_ffree, expected_stripes); in lov_fini_statfs()
|
D | lov_io.c | 442 lov_do_div64(start, ssize); in lov_io_rw_iter_init()
|