Home
last modified time | relevance | path

Searched refs:readahead (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/sys/amd64/linux/
HDlinux_dummy_machdep.c65 DUMMY(readahead);
/freebsd-14-stable/sys/contrib/openzfs/config/
HDkernel-readpages.m43 dnl # ->readahead
/freebsd-14-stable/sys/nfsclient/
HDnfsargs.h59 int readahead; /* # of blocks to readahead */ member
/freebsd-14-stable/sys/nfs/
HDnfsdiskless.h89 int readahead; /* # of blocks to readahead */ member
/freebsd-14-stable/sys/fs/nfsclient/
HDnfs_clvfsops.c251 args->readahead = oargs->readahead; in nfs_convert_oargs()
725 if ((argp->flags & NFSMNT_READAHEAD) && argp->readahead >= 0) { in nfs_decode_args()
726 if (argp->readahead <= NFS_MAXRAHEAD) in nfs_decode_args()
727 nmp->nm_readahead = argp->readahead; in nfs_decode_args()
915 .readahead = NFS_DEFRAHEAD, in nfs_mount()
1065 ret = sscanf(opt, "%d", &args.readahead); in nfs_mount()
1066 if (ret != 1 || args.readahead <= 0) { in nfs_mount()
/freebsd-14-stable/contrib/capsicum-test/
HDcapmode.cc172 EXPECT_OK(readahead(fd_file_, 0, 1)); in FORK_TEST_F()
/freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzpl_file.c1077 .readahead = zpl_readahead,
/freebsd-14-stable/tests/sys/fs/fusefs/
HDread.cc1376 TEST_P(ReadAhead, readahead) { in TEST_P() argument
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2718 fun:readahead=uninstrumented