[go: nahoru, domu]

Searched refs:hc_hai (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/llite/
H A Ddir.c907 hpk.hpk_fid = copy->hc_hai.hai_fid;
908 hpk.hpk_cookie = copy->hc_hai.hai_cookie;
909 hpk.hpk_extent.offset = copy->hc_hai.hai_extent.offset;
917 if (copy->hc_hai.hai_action == HSMA_ARCHIVE) {
922 inode = search_inode_for_lustre(sb, &copy->hc_hai.hai_fid);
937 PFID(&copy->hc_hai.hai_fid), rc,
938 copy->hc_hai.hai_cookie);
979 /* Take care: copy->hc_hai.hai_action, len, gid and data are not
984 hpk.hpk_fid = copy->hc_hai.hai_fid;
985 hpk.hpk_cookie = copy->hc_hai
[all...]
/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_user.h1174 struct hsm_action_item hc_hai; member in struct:hsm_copy
/drivers/staging/lustre/lustre/ptlrpc/
H A Dwiretest.c4226 LASSERTF((int)offsetof(struct hsm_copy, hc_hai) == 16, "found %lld\n",
4227 (long long)(int)offsetof(struct hsm_copy, hc_hai));
4228 LASSERTF((int)sizeof(((struct hsm_copy *)0)->hc_hai) == 72, "found %lld\n",
4229 (long long)(int)sizeof(((struct hsm_copy *)0)->hc_hai));

Completed in 136 milliseconds