freebsd-dev/sys/fs/ext2fs
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
..
ext2_acl.c extfs: fix the build with no UFS_ACL. 2017-06-11 19:05:45 +00:00
ext2_acl.h Support for linux ext2fs posix-draft ACLs. 2017-05-28 15:39:11 +00:00
ext2_alloc.c ext2fs: Add uninit_bg feature support. 2017-06-20 14:28:51 +00:00
ext2_balloc.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ext2_bmap.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ext2_csum.c ext2fs: Add uninit_bg feature support. 2017-06-20 14:28:51 +00:00
ext2_dinode.h
ext2_dir.h ext2fs: add dir_nlink feature support. 2017-06-22 02:43:32 +00:00
ext2_extattr.c Remove unnecessary, and mismatched, comment. 2017-06-11 19:09:10 +00:00
ext2_extattr.h ext2fs: add read-write support for Extended Attributes. 2017-05-03 22:35:41 +00:00
ext2_extents.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_extents.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_extern.h ext2fs: Add uninit_bg feature support. 2017-06-20 14:28:51 +00:00
ext2_hash.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_htree.c ext2fs: Remove unused assignment. 2017-02-17 20:56:43 +00:00
ext2_inode_cnv.c Remove stale comments. 2017-07-09 15:19:28 +00:00
ext2_inode.c ext2fs: add read-write support for Extended Attributes. 2017-05-03 22:35:41 +00:00
ext2_lookup.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_mount.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_subr.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_vfsops.c ext2fs: be more verbose about unsupported ext2fs features. 2017-07-02 20:47:25 +00:00
ext2_vnops.c Consistently use vop_stdpathconf() for default pathconf values. 2017-07-11 21:55:20 +00:00
ext2fs.h ext2fs: be more verbose about unsupported ext2fs features. 2017-07-02 20:47:25 +00:00
fs.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
htree.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
inode.h ext2fs: add dir_nlink feature support. 2017-06-22 02:43:32 +00:00