Home
last modified time | relevance | path

Searched refs:hpk_fid (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Ddir.c902 hpk.hpk_fid = copy->hc_hai.hai_fid; in ll_ioc_copy_start()
978 hpk.hpk_fid = copy->hc_hai.hai_fid; in ll_ioc_copy_end()
1805 hpk.hpk_fid = hp.hp_fid; in ll_dir_ioctl()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4232 LASSERTF((int)offsetof(struct hsm_progress_kernel, hpk_fid) == 0, "found %lld\n", in lustre_assert_wire_constants()
4233 (long long)(int)offsetof(struct hsm_progress_kernel, hpk_fid)); in lustre_assert_wire_constants()
4234 LASSERTF((int)sizeof(((struct hsm_progress_kernel *)0)->hpk_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
4235 (long long)(int)sizeof(((struct hsm_progress_kernel *)0)->hpk_fid)); in lustre_assert_wire_constants()
Dpack_generic.c2272 lustre_swab_lu_fid(&hpk->hpk_fid); in lustre_swab_hsm_progress_kernel()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3561 lustre_fid hpk_fid; member
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1008 tgt = lmv_find_target(lmv, &hpk->hpk_fid); in lmv_iocontrol()