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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h145 off_t un_lowersz; /* size of lower object */ member in struct:union_node
H A Dunion_subr.c267 un->un_lowersz = VNOVAL;
349 if ((lowersz != VNOVAL) && (un->un_lowersz != lowersz)) {
350 un->un_lowersz = lowersz;
352 sz = un->un_lowersz;
625 un->un_lowersz = VNOVAL;
H A Dunion_vnops.c844 if (cur > un->un_lowersz) {
1584 if (cur > un->un_lowersz) {

Completed in 30 milliseconds