Home
last modified time | relevance | path

Searched refs:isnulldstartblock (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_bmap_btree.h124 int isnulldstartblock(xfs_dfsbno_t x);
125 #define ISNULLDSTARTBLOCK(x) isnulldstartblock(x)
Dxfs_macros.c72 isnulldstartblock(xfs_dfsbno_t x) in isnulldstartblock() function