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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dbitmap.c968 /* we preallocate blocks only for regular files, specific size */
973 if (!hint->formatted_node && hint->preallocate) {
1047 if (hint->preallocate && hint->prealloc_size) {
1057 hint->preallocate = hint->prealloc_size = 0;
1164 /* should this be if !hint->inode && hint->preallocate? */
1170 if (!hint->formatted_node && hint->preallocate) {
H A Dfile.c197 /* only preallocate if this is a small write */
238 hint.preallocate = will_prealloc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/sparc/
H A Dcs4231.c78 void (*preallocate)(struct snd_cs4231 *chip, struct snd_pcm *pcm); member in struct:cs4231_dma_control
1393 chip->p_dma.preallocate(chip, pcm);
1986 chip->p_dma.preallocate = sbus_dma_preallocate;
1993 chip->c_dma.preallocate = sbus_dma_preallocate;
2171 chip->p_dma.preallocate = _ebus_dma_preallocate;
2178 chip->c_dma.preallocate = _ebus_dma_preallocate;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1856 #define GET_BLOCK_NO_IMUX 8 /* i_mutex is not held, don't preallocate */
2060 unsigned preallocate:1; member in struct:__reiserfs_blocknr_hint
2111 .preallocate = 0
2128 .preallocate = 1

Completed in 116 milliseconds