Searched refs:hc_hai (Results 1 - 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/llite/ |
H A D | dir.c | 907 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, ©->hc_hai.hai_fid); 937 PFID(©->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 D | lustre_user.h | 1174 struct hsm_action_item hc_hai; member in struct:hsm_copy
|
/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | wiretest.c | 4226 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