freebsd-dev/sys/fs/nandfs
John Baldwin 15a88f8158 Consistently use vop_stdpathconf() for default pathconf values.
Update filesystems not currently using vop_stdpathconf() in pathconf
VOPs to use vop_stdpathconf() for any configuration variables that do
not have filesystem-specific values.  vop_stdpathconf() is used for
variables that have system-wide settings as well as providing default
values for some values based on system limits.  Filesystems can still
explicitly override individual settings.

PR:		219851
Reported by:	cem
Reviewed by:	cem, kib, ngie
MFC after:	1 month
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D11541
2017-07-11 21:55:20 +00:00
..
bmap.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
bmap.h
nandfs_alloc.c
nandfs_bmap.c
nandfs_buffer.c
nandfs_cleaner.c
nandfs_cpfile.c
nandfs_dat.c
nandfs_dir.c
nandfs_fs.h Commit the 64-bit inode project. 2017-05-23 09:29:05 +00:00
nandfs_ifile.c
nandfs_mount.h
nandfs_segment.c Cleanup unnecessary semicolons from the kernel. 2016-04-10 23:07:00 +00:00
nandfs_subr.c vfs: remove the __bo_vnode field from struct vnode 2016-09-30 17:11:03 +00:00
nandfs_subr.h sys/fs: spelling fixes in comments. 2016-04-29 20:51:24 +00:00
nandfs_sufile.c sys/fs: spelling fixes in comments. 2016-04-29 20:51:24 +00:00
nandfs_vfsops.c sys: Make use of our rounddown() macro when sys/param.h is available. 2016-04-30 14:41:18 +00:00
nandfs_vnops.c Consistently use vop_stdpathconf() for default pathconf values. 2017-07-11 21:55:20 +00:00
nandfs.h