Home
last modified time | relevance | path

Searched refs:balloc (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/net/sched/
Dcls_tcindex.c221 int err, balloc = 0; in tcindex_set_parms() local
259 balloc = 1; in tcindex_set_parms()
329 balloc = 1; in tcindex_set_parms()
341 balloc = 2; in tcindex_set_parms()
396 if (balloc == 1) in tcindex_set_parms()
398 else if (balloc == 2) in tcindex_set_parms()
/linux-4.1.27/fs/sysv/
DMakefile7 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
/linux-4.1.27/fs/ufs/
DMakefile7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/linux-4.1.27/fs/udf/
DMakefile7 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
/linux-4.1.27/fs/ext2/
DMakefile7 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
/linux-4.1.27/fs/ext3/
DMakefile7 ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
/linux-4.1.27/fs/ext4/
DMakefile7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \
/linux-4.1.27/arch/arc/kernel/
Dunwind.c345 static void *__init balloc(unsigned long sz) in balloc() function
354 setup_unwind_table(&root_table, balloc); in arc_unwind_setup()
/linux-4.1.27/fs/affs/
DChanges188 - Fixed bug in balloc(): Superblock was not set dirty after
/linux-4.1.27/fs/reiserfs/
Dsuper.c895 static const arg_desc_t balloc[] = { variable
1115 {"block-allocator",.arg_required = 'a',.values = balloc}, in reiserfs_parse_options()
/linux-4.1.27/Documentation/kbuild/
Dmodules.txt533 ext2-y := balloc.o bitmap.o dir.o
Dmakefiles.txt212 ext2-y := balloc.o dir.o file.o ialloc.o inode.o ioctl.o \