Home
last modified time | relevance | path

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

/Linux-v5.10/fs/sysv/
DMakefile8 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
/Linux-v5.10/fs/exfat/
DMakefile8 file.o balloc.o
/Linux-v5.10/fs/ufs/
DMakefile8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/Linux-v5.10/fs/udf/
DMakefile8 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
/Linux-v5.10/net/sched/
Dcls_tcindex.c336 int err, balloc = 0; in tcindex_set_parms() local
390 balloc = 1; in tcindex_set_parms()
435 balloc = 1; in tcindex_set_parms()
447 balloc = 2; in tcindex_set_parms()
511 if (balloc == 1) in tcindex_set_parms()
513 else if (balloc == 2) in tcindex_set_parms()
/Linux-v5.10/fs/ext2/
DMakefile8 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
/Linux-v5.10/fs/ext4/
DMakefile8 ext4-y := balloc.o bitmap.o block_validity.o dir.o ext4_jbd2.o extents.o \
/Linux-v5.10/fs/affs/
DChanges188 - Fixed bug in balloc(): Superblock was not set dirty after
/Linux-v5.10/fs/reiserfs/
Dsuper.c941 static const arg_desc_t balloc[] = { variable
1161 {"block-allocator",.arg_required = 'a',.values = balloc}, in reiserfs_parse_options()
/Linux-v5.10/Documentation/kbuild/
Dmodules.rst554 ext2-y := balloc.o bitmap.o dir.o
Dmakefiles.rst234 ext2-y := balloc.o dir.o file.o ialloc.o inode.o ioctl.o \