Home
last modified time | relevance | path

Searched refs:qp_fsysidx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c5785 needed += fsize / FILE_SYS_BLKSIZE(qp->qp_fsysidx)
5786 + ((fsize % FILE_SYS_BLKSIZE(qp->qp_fsysidx)
5790 fsavail = FILE_SYS_AVAIL(qp->qp_fsysidx);
5801 fsavail = freediskspace(FILE_SYS_NAME(qp->qp_fsysidx),
6447 qp->qp_fsysidx = fs;
6449 qp->qp_fsysidx = 0;
6723 fidx = Queue[e->e_qgrp]->qg_qpaths[e->e_qdir].qp_fsysidx;
7836 ofs = Queue[old->e_dfqgrp]->qg_qpaths[old->e_dfqdir].qp_fsysidx;
7837 nfs = Queue[new->e_dfqgrp]->qg_qpaths[new->e_dfqdir].qp_fsysidx;
7992 fs1 = Queue[(*pe1)->e_qgrp]->qg_qpaths[(*pe1)->e_qdir].qp_fsysidx;
[all …]
H A Dsendmail.h504 short qp_fsysidx; /* file system index of this directory */ member