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

/freebsd-10.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.c486 if (unsp->uns_lower_opencnt > 0 || unsp->uns_upper_opencnt > 0) {
515 unsp->uns_lower_opencnt <= 0) {
523 unsp->uns_lower_opencnt++;
527 unsp->uns_lower_opencnt++;
571 if (unsp->uns_lower_opencnt <= 0 && unsp->uns_upper_opencnt <= 0) {
597 unsp->uns_lower_opencnt--;
599 if (unsp->uns_lower_opencnt > 0)
603 unsp->uns_lower_opencnt--;
1525 (lvp != NULLVP && unsp->uns_lower_opencnt <= 0)) {
1752 unsp->uns_upper_opencnt, unsp->uns_lower_opencnt);
[all...]
H A Dunion_subr.c436 if (0 < unsp->uns_lower_opencnt || 0 < unsp->uns_upper_opencnt)

Completed in 53 milliseconds