Searched defs:child_args (Results 1 – 3 of 3) sorted by relevance
204 typedef struct child_args { struct205 char device[DEV_NAME_LEN]; /* device name */206 char argstr[MAX_ARG_LEN]; /* human readable argument string /w assumtions */207 OFF_T vsiz; /* volume size in blocks */208 unsigned long ltrsiz; /* low bound of transfer size in blocks */209 unsigned long htrsiz; /* high bound of transfer size in blocks */210 long offset; /* the lba offset to shift IO alignment by */211 OFF_T pattern; /* pattern data */212 time_t run_time; /* run time in seconds */213 OFF_T seeks; /* number of seeks */[all …]
74 struct cil_fqn_args child_args; in __cil_fqn_qualify_blocks() local
38 char *child_args; /* Arguments to child when -C is used */ variable