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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap_btree.h71 static inline int isnullstartblock(xfs_fsblock_t x) function
H A Dxfs_bmap.c512 if (!isnullstartblock(new->br_startblock)) {
521 else if (isnullstartblock(new->br_startblock)) {
552 if (!isnullstartblock(new->br_startblock) &&
555 isnullstartblock(prev.br_startblock)) {
699 if (isnullstartblock(LEFT.br_startblock))
719 if (isnullstartblock(RIGHT.br_startblock))
1198 if (isnullstartblock(LEFT.br_startblock))
1217 if (isnullstartblock(RIGHT.br_startblock))
1650 ASSERT(isnullstartblock(new->br_startblock));
1659 if (isnullstartblock(lef
[all...]
H A Dxfs_bmap_btree.c248 if (isnullstartblock(startblock)) {
308 if (isnullstartblock(startblock)) {
369 if (isnullstartblock(v)) {
H A Dxfs_iomap.c153 if (*nimaps && !isnullstartblock(imap->br_startblock)) {
H A Dxfs_inode.c2480 if (isnullstartblock(start_block)) {

Completed in 166 milliseconds