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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysv/
H A DMakefile7 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A DMakefile7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A DMakefile7 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A DMakefile7 ext2-y := balloc.o dir.o file.o fsync.o ialloc.o inode.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A DMakefile7 ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A DMakefile7 ext4dev-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dcls_tcindex.c203 int err, balloc = 0; local
289 balloc = 1;
294 balloc = 2;
338 if (balloc == 1)
340 else if (balloc == 2)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/bstring/
H A Dbstrlib.c91 /* int balloc (bstring b, int len)
95 int balloc (bstring b, int olen) { function
329 if (balloc (b0, d + len + 1) != BSTR_OK) {
351 if ((d | (b->mlen - d)) < 0 || balloc (b, d + 2) != BSTR_OK) return BSTR_ERR;
395 if (b->mlen <= nl && 0 > balloc (b, nl + 1)) return BSTR_ERR;
451 if (balloc (a, b->slen) != BSTR_OK) return BSTR_ERR;
485 if (balloc (a, len) != BSTR_OK) return BSTR_ERR;
518 0 > balloc (a, (int) (i + len + 1))) return BSTR_ERR;
534 if (len + 1 > a->mlen && 0 > balloc (a, len + 1)) return BSTR_ERR;
1416 if (balloc (b
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dbstrlib.h55 extern int balloc (bstring s, int len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c705 static const arg_desc_t balloc[] = { variable
894 {"block-allocator",.arg_required = 'a',.values = balloc},

Completed in 117 milliseconds