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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_iomap.h24 #define BMAPI_ALLOCATE (1 << 2) /* delayed allocate to real extents */ macro
35 { BMAPI_ALLOCATE, "ALLOCATE" }, \
H A Dxfs_iomap.c85 switch (flags & (BMAPI_READ | BMAPI_WRITE | BMAPI_ALLOCATE)) {
96 case BMAPI_ALLOCATE:
126 switch (flags & (BMAPI_WRITE|BMAPI_ALLOCATE)) {
148 case BMAPI_ALLOCATE:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.c1140 flags = BMAPI_ALLOCATE;

Completed in 117 milliseconds