Home
last modified time | relevance | path

Searched refs:hp_extent (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1160 struct hsm_extent hp_extent; member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4187 LASSERTF((int)offsetof(struct hsm_progress, hp_extent) == 24, "found %lld\n", in lustre_assert_wire_constants()
4188 (long long)(int)offsetof(struct hsm_progress, hp_extent)); in lustre_assert_wire_constants()
4189 LASSERTF((int)sizeof(((struct hsm_progress *)0)->hp_extent) == 16, "found %lld\n", in lustre_assert_wire_constants()
4190 (long long)(int)sizeof(((struct hsm_progress *)0)->hp_extent)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/llite/
Ddir.c1807 hpk.hpk_extent = hp.hp_extent; in ll_dir_ioctl()