Home
last modified time | relevance | path

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

/netbsd-src/sbin/mount_nfs/
H A Dmount_nfs.c130 { "readahead", 0, ALTF_READAHEAD, 1 },
152 .readahead = NFS_DEFRAHEAD,
242 nfsargsp->readahead = getnum(optarg, c); in mount_nfs_parseargs()
355 nfsargsp->readahead = in mount_nfs_parseargs()
356 (int)getmntoptnum(mp, "readahead"); in mount_nfs_parseargs()
490 "retrans=%d, maxgrouplist=%d, readahead=%d, leaseterm=%d, " in shownfsargs()
502 nfsargsp->readahead, in shownfsargs()
/netbsd-src/external/gpl2/lvm2/dist/doc/
H A Dexample.conf364 readahead = "auto"
/netbsd-src/sys/fs/nfs/common/
H A Dnfsdiskless.h90 int readahead; /* # of blocks to readahead */ member
/netbsd-src/sys/nfs/
H A Dnfsmount.h66 int readahead; /* # of blocks to readahead */
100 "b\14leaseterm\0b\15readahead\0b\16deadthresh\0b\17resvport\0" \
154 int nm_readahead; /* Num. of blocks to readahead */
67 int readahead; /* # of blocks to readahead */ global() 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-src/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-src/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.
653 Avoid readahead error message with default setting of lvcreate -M1. (2.02.29)
657 Set default readahead to twice maximium stripe size.
692 Accept sizes with --readahead argument.
[all …]
/netbsd-src/usr.sbin/sysinst/
H A Dpartman.c160 int readahead; member
1856 if (dev_ptr->readahead > 0) in pm_lvmlv_edit_menufmt()
1858 dev_ptr->readahead); in pm_lvmlv_edit_menufmt()
1928 out_var = &(dev_ptr->readahead); in pm_lvmlv_set_value()
2082 if (lvms[i].lv[ii].readahead > 0) { in pm_lvm_commit()
2084 lvms[i].lv[ii].readahead); in pm_lvm_commit()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32.h1144 int32_t readahead; /* # of blocks to readahead */ member
/netbsd-src/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-src/doc/
H A DBRANCHES2024 Branch: yamt-readahead
2025 Description: play with file readahead
2029 Base Tag: yamt-readahead-base3
/netbsd-src/external/bsd/am-utils/dist/
H A Dconfigure.ac1329 readahead \
H A DChangeLog9976 deadthresh, leasterm, nqnfs, and readahead.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20155620 (remote_hostio_pwrite): Invalidate the readahead cache.
5625 (remote_hostio_close): Invalidate the readahead cache.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20155620 (remote_hostio_pwrite): Invalidate the readahead cache.
5625 (remote_hostio_close): Invalidate the readahead cache.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git67093 <syscall name="readahead" groups="descriptor"/>