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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/sysv/
H A DMakefile7 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ufs/
H A DMakefile7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/sysv/
H A DMakefile7 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ufs/
H A DMakefile7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/udf/
H A DMakefile7 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext2/
H A DMakefile7 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext3/
H A DMakefile7 ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext2/
H A DMakefile7 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext4/
H A DMakefile7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext4/
H A DMakefile7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dcls_tcindex.c199 int err, balloc = 0; local
271 balloc = 1;
276 balloc = 2;
320 if (balloc == 1)
322 else if (balloc == 2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dcls_tcindex.c199 int err, balloc = 0; local
271 balloc = 1;
276 balloc = 2;
320 if (balloc == 1)
322 else if (balloc == 2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/include/atalk/
H A Dbstrlib.h55 extern int balloc (bstring s, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/include/atalk/
H A Dbstrlib.h55 extern int balloc (bstring s, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/include/atalk/
H A Dbstrlib.h55 extern int balloc (bstring s, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dshutils.c73 #define balloc(B_ARGS, num) malloc(num) macro
1244 buf->s = balloc(B_L, buf->size * sizeof(char));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dshutils.c73 #define balloc(B_ARGS, num) malloc(num) macro
1244 buf->s = balloc(B_L, buf->size * sizeof(char));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dshutils.c73 #define balloc(B_ARGS, num) malloc(num) macro
1244 buf->s = balloc(B_L, buf->size * sizeof(char));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/reiserfs/
H A Dsuper.c706 static const arg_desc_t balloc[] = { variable
905 {"block-allocator",.arg_required = 'a',.values = balloc},
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c706 static const arg_desc_t balloc[] = { variable
905 {"block-allocator",.arg_required = 'a',.values = balloc},

Completed in 174 milliseconds