[go: nahoru, domu]

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

/drivers/staging/lustre/lustre/mdc/
H A Dlproc_mdc.c92 struct hsm_action_item *hai; local
105 /* for mockup below */ 2 * cfs_size_round(sizeof(*hai));
122 hai = hai_zero(hal);
123 hai->hai_action = HSMA_ARCHIVE;
124 hai->hai_fid.f_oid = 5;
125 hai->hai_len = sizeof(*hai);
126 hai = hai_next(hai);
127 hai
[all...]
H A Dmdc_request.c2040 struct hsm_action_item *hai; local
2047 hai = hai_zero(h);
2048 for (i = 0; i < h->hal_count; i++, hai = hai_next(hai))
2049 lustre_swab_hai(hai);
/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_user.h1062 * hai opaque field
1063 * \param hai [IN] record to print
1068 static inline char *hai_dump_data_field(struct hsm_action_item *hai, argument
1076 data_len = hai->hai_len - sizeof(*hai);
1081 (unsigned char)hai->hai_data[i]);
1094 __u32 hal_count; /* number of hai's to follow */
1112 /* Return pointer to first hai in action list */
1120 /* Return pointer to next hai */
1121 static inline struct hsm_action_item *hai_next(struct hsm_action_item *hai) argument
1131 struct hsm_action_item *hai; local
[all...]

Completed in 68 milliseconds