Searched refs:ophead (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/pax/
H A Doptions.c64 static OPLIST *ophead = NULL; /* head for format specific options -x */ variable
1313 if ((opt = ophead) != NULL)
1314 ophead = ophead->fow;
1329 if (ophead == NULL)
1395 if (ophead == NULL) {
1396 optail = ophead = opt;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_log.c3452 xlog_op_header_t *ophead; local
3490 ophead = (xlog_op_header_t *)ptr;
3493 ophead = (xlog_op_header_t *)ptr;
3497 ((xfs_caddr_t)&(ophead->oh_clientid) - base_ptr);
3499 clientid = ophead->oh_clientid;
3501 idx = BTOBBT((xfs_caddr_t)&(ophead->oh_clientid) - iclog->ic_datap);
3513 clientid, ophead, (unsigned long)field_offset);
3517 ((xfs_caddr_t)&(ophead->oh_len) - base_ptr);
3519 op_len = INT_GET(ophead->oh_len, ARCH_CONVERT);
3521 idx = BTOBBT((__psint_t)&ophead
[all...]

Completed in 120 milliseconds