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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iomap.h28 IOMAP_DELAY = 0x04, /* mapping covers delalloc region */ enumerator in enum:__anon7697
H A Dxfs_iomap.c165 iomapp->iomap_flags |= IOMAP_DELAY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c279 else if (type == IOMAP_DELAY)
567 ASSERT(!(iomapp->iomap_flags & IOMAP_DELAY));
702 acceptable = (type == IOMAP_DELAY);
791 type = IOMAP_DELAY;
799 ASSERT(!(mp->iomap_flags & IOMAP_DELAY));
1016 type = IOMAP_DELAY;
1361 if (iomap.iomap_flags & IOMAP_DELAY) {

Completed in 260 milliseconds