Home
last modified time | relevance | path

Searched refs:hc_hai (Results 1 – 3 of 3) 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()
903 hpk.hpk_cookie = copy->hc_hai.hai_cookie; in ll_ioc_copy_start()
904 hpk.hpk_extent.offset = copy->hc_hai.hai_extent.offset; in ll_ioc_copy_start()
911 if (copy->hc_hai.hai_action == HSMA_ARCHIVE) { in ll_ioc_copy_start()
916 inode = search_inode_for_lustre(sb, &copy->hc_hai.hai_fid); in ll_ioc_copy_start()
931 PFID(&copy->hc_hai.hai_fid), rc, in ll_ioc_copy_start()
932 copy->hc_hai.hai_cookie); in ll_ioc_copy_start()
978 hpk.hpk_fid = copy->hc_hai.hai_fid; in ll_ioc_copy_end()
979 hpk.hpk_cookie = copy->hc_hai.hai_cookie; in ll_ioc_copy_end()
980 hpk.hpk_extent = copy->hc_hai.hai_extent; in ll_ioc_copy_end()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1173 struct hsm_action_item hc_hai; member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4224 LASSERTF((int)offsetof(struct hsm_copy, hc_hai) == 16, "found %lld\n", in lustre_assert_wire_constants()
4225 (long long)(int)offsetof(struct hsm_copy, hc_hai)); in lustre_assert_wire_constants()
4226 LASSERTF((int)sizeof(((struct hsm_copy *)0)->hc_hai) == 72, "found %lld\n", in lustre_assert_wire_constants()
4227 (long long)(int)sizeof(((struct hsm_copy *)0)->hc_hai)); in lustre_assert_wire_constants()