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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc.c1448 int haveleft; /* have a left neighbor block */ local
1467 if ((error = xfs_alloc_lookup_le(bno_cur, bno, len, &haveleft)))
1469 if (haveleft) {
1480 haveleft = 0;
1525 if (haveleft && haveright) {
1585 else if (haveleft) {
1679 trace_xfs_free_extent(mp, agno, bno, len, isfl, haveleft, haveright);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h1317 xfs_extlen_t len, bool isfl, int haveleft, int haveright),
1318 TP_ARGS(mp, agno, agbno, len, isfl, haveleft, haveright),
1325 __field(int, haveleft)
1334 __entry->haveleft = haveleft;
1343 __entry->haveleft ?

Completed in 56 milliseconds