freebsd-skq/sys/fs/tmpfs
jhb 79dcd6ae46 Update tmpfs link count handling for ino64.
Add a new TMPFS_LINK_MAX to use in place of LINK_MAX for link overflow
checks and pathconf() reporting.  Rather than storing a full 64-bit
link count, just use a plain int and use INT_MAX as TMPFS_LINK_MAX.

Discussed with:	bde
Reviewed by:	kib (part of a larger patch)
Sponsored by:	Chelsio Communications
2017-12-19 20:19:07 +00:00
..
tmpfs_fifoops.c Fix file missed in r326607. 2017-12-06 00:44:49 +00:00
tmpfs_fifoops.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
tmpfs_subr.c Update tmpfs link count handling for ino64. 2017-12-19 20:19:07 +00:00
tmpfs_vfsops.c Reduce pollution via tmpfs.h. 2017-12-06 00:42:08 +00:00
tmpfs_vnops.c Update tmpfs link count handling for ino64. 2017-12-19 20:19:07 +00:00
tmpfs_vnops.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
tmpfs.h Update tmpfs link count handling for ino64. 2017-12-19 20:19:07 +00:00