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

/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion.h71 int uns_lower_opencnt; /* open count of lower */ member in struct:unionfs_node_status
H A Dunion_vnops.c487 if (unsp->uns_lower_opencnt > 0 || unsp->uns_upper_opencnt > 0) {
516 unsp->uns_lower_opencnt <= 0) {
524 unsp->uns_lower_opencnt++;
528 unsp->uns_lower_opencnt++;
572 if (unsp->uns_lower_opencnt <= 0 && unsp->uns_upper_opencnt <= 0) {
598 unsp->uns_lower_opencnt--;
600 if (unsp->uns_lower_opencnt > 0)
604 unsp->uns_lower_opencnt--;
1526 (lvp != NULLVP && unsp->uns_lower_opencnt <= 0)) {
1753 unsp->uns_upper_opencnt, unsp->uns_lower_opencnt);
[all...]
H A Dunion_subr.c451 if (0 < unsp->uns_lower_opencnt || 0 < unsp->uns_upper_opencnt)

Completed in 66 milliseconds