Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dcls_tcindex.c311 int err, balloc = 0; in tcindex_set_parms() local
344 balloc = 1; in tcindex_set_parms()
411 balloc = 1; in tcindex_set_parms()
423 balloc = 2; in tcindex_set_parms()
485 if (balloc == 1) in tcindex_set_parms()
487 else if (balloc == 2) in tcindex_set_parms()
/Linux-v4.19/fs/sysv/
DMakefile7 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
/Linux-v4.19/fs/ufs/
DMakefile7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/Linux-v4.19/fs/udf/
DMakefile7 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
/Linux-v4.19/fs/ext2/
DMakefile8 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
/Linux-v4.19/fs/ext4/
DMakefile8 ext4-y := balloc.o bitmap.o block_validity.o dir.o ext4_jbd2.o extents.o \
/Linux-v4.19/fs/affs/
DChanges188 - Fixed bug in balloc(): Superblock was not set dirty after
/Linux-v4.19/fs/reiserfs/
Dsuper.c946 static const arg_desc_t balloc[] = { variable
1166 {"block-allocator",.arg_required = 'a',.values = balloc}, in reiserfs_parse_options()
/Linux-v4.19/Documentation/kbuild/
Dmodules.txt533 ext2-y := balloc.o bitmap.o dir.o
Dmakefiles.txt219 ext2-y := balloc.o dir.o file.o ialloc.o inode.o ioctl.o \