Home
last modified time | relevance | path

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

/netbsd/sbin/mount_nfs/
H A Dmount_nfs.c152 .readahead = NFS_DEFRAHEAD,
242 nfsargsp->readahead = getnum(optarg, c); in mount_nfs_parseargs()
355 nfsargsp->readahead = in mount_nfs_parseargs()
503 nfsargsp->readahead, in shownfsargs()
/netbsd/external/gpl2/lvm2/dist/doc/
H A Dexample.conf364 readahead = "auto"
/netbsd/sys/fs/nfs/common/
H A Dnfsdiskless.h90 int readahead; /* # of blocks to readahead */ member
/netbsd/sys/nfs/
H A Dnfsmount.h67 int readahead; /* # of blocks to readahead */ member
H A Dnfs_vfsops.c540 if ((argp->flags & NFSMNT_READAHEAD) && argp->readahead >= 0 && in nfs_decode_args()
541 argp->readahead <= NFS_MAXRAHEAD) in nfs_decode_args()
542 nmp->nm_readahead = argp->readahead; in nfs_decode_args()
616 args->readahead = nmp->nm_readahead; in nfs_mount()
/netbsd/sys/fs/nfs/client/
H A Dnfs_clvfsops.c248 args->readahead = oargs->readahead; in nfs_convert_oargs()
682 if ((argp->flags & NFSMNT_READAHEAD) && argp->readahead >= 0) { in nfs_decode_args()
683 if (argp->readahead <= NFS_MAXRAHEAD) in nfs_decode_args()
684 nmp->nm_readahead = argp->readahead; in nfs_decode_args()
868 .readahead = NFS_DEFRAHEAD, in nfs_mount()
993 ret = sscanf(opt, "%d", &args.readahead); in nfs_mount()
994 if (ret != 1 || args.readahead <= 0) { in nfs_mount()
/netbsd/external/gpl2/lvm2/dist/
H A DWHATS_NEW_DM127 Report error when empty device name passed to readahead functions.
128 Fix minimum readahead debug message.
133 Add readahead support to libdevmapper and dmsetup.
H A DWHATS_NEW225 Round up requested readahead to at least one page and print warning.
236 Cache underlying device readahead only before activation calls.
237 Fix segfault when calculating readahead on missing device in vgreduce.
260 Inherit readahead setting from underlying devices during activation.
278 Do not query nonexistent devices for readahead.
489 Fix and improve readahead 'auto' calculation for stripe_size.
491 Add test case for readahead.
657 Set default readahead to twice maximium stripe size.
692 Accept sizes with --readahead argument.
696 Add activation/readahead configuration option and FMT_RESTRICTED_READAHEAD.
[all …]
/netbsd/usr.sbin/sysinst/
H A Dpartman.c160 int readahead; member
1850 if (dev_ptr->readahead > 0) in pm_lvmlv_edit_menufmt()
1852 dev_ptr->readahead); in pm_lvmlv_edit_menufmt()
1922 out_var = &(dev_ptr->readahead); in pm_lvmlv_set_value()
2074 if (lvms[i].lv[ii].readahead > 0) { in pm_lvm_commit()
2076 lvms[i].lv[ii].readahead); in pm_lvm_commit()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32.h1135 int32_t readahead; /* # of blocks to readahead */ member
/netbsd/external/gpl3/gdb/dist/gdb/
H A Daarch64-linux-tdep.c1272 SYSCALL_MAP (readahead); in aarch64_canonicalize_syscall()
H A DChangeLog-20155620 (remote_hostio_pwrite): Invalidate the readahead cache.
5625 (remote_hostio_close): Invalidate the readahead cache.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Daarch64-linux-tdep.c1272 SYSCALL_MAP (readahead); in aarch64_canonicalize_syscall()
H A DChangeLog-20155620 (remote_hostio_pwrite): Invalidate the readahead cache.
5625 (remote_hostio_close): Invalidate the readahead cache.
/netbsd/external/bsd/openldap/dist/doc/guide/admin/
H A Dslapdconfig.sdf675 * {{F:nordahead}}: Turn off file readahead. Usually the OS performs readahead
H A Dslapdconf2.sdf818 * {{F:nordahead}}: Turn off file readahead. Usually the OS performs readahead
/netbsd/doc/
H A DBRANCHES2004 Branch: yamt-readahead
2005 Description: play with file readahead
2009 Base Tag: yamt-readahead-base3
H A DCHANGES.prev9231 msdosfs: Add large read / readahead support by Paul Ripke
/netbsd/external/bsd/am-utils/dist/
H A Dconfigure.ac1329 readahead \
H A DChangeLog9976 deadthresh, leasterm, nqnfs, and readahead.