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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc.c1524 int haveright; /* have a right neighbor block */ local
1570 if ((error = xfs_alloc_increment(bno_cur, 0, &haveright)))
1572 if (haveright) {
1583 haveright = 0;
1602 if (haveleft && haveright) {
1688 else if (haveright) {
1755 (haveright ? "both" : "left") :
1756 (haveright ? "right" : "none"),

Completed in 48 milliseconds