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

/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.c1957 int haveright; /* have a right neighbor */ local
2014 if ((error = xfs_btree_increment(bno_cur, 0, &haveright)))
2016 if (haveright) {
2031 haveright = 0;
2053 if (haveleft && haveright) {
2180 else if (haveright) {
2255 trace_xfs_free_extent(mp, agno, bno, len, type, haveleft, haveright);
/linux-master/fs/xfs/
H A Dxfs_trace.h1757 int haveright),
1758 TP_ARGS(mp, agno, agbno, len, resv, haveleft, haveright),
1766 __field(int, haveright)
1775 __entry->haveright = haveright;
1784 (__entry->haveright ? "both" : "left") :
1785 (__entry->haveright ? "right" : "none"))

Completed in 122 milliseconds