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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dbmap.c397 ALLOC_DATA = 0, enumerator in enum:alloc_state
459 state = ALLOC_DATA;
488 if (state != ALLOC_DATA || gfs2_is_jdata(ip))
530 state = ALLOC_DATA;
534 case ALLOC_DATA:
545 } while ((state != ALLOC_DATA) || !dblock);

Completed in 58 milliseconds