freebsd-skq/sys/fs/tmpfs
jhb 0aaf564f94 Use long for the last argument to VOP_PATHCONF rather than a register_t.
pathconf(2) and fpathconf(2) both return a long.  The kern_[f]pathconf()
functions now accept a pointer to a long value rather than modifying
td_retval directly.  Instead, the system calls explicitly store the
returned long value in td_retval[0].

Requested by:	bde
Reviewed by:	kib
Sponsored by:	Chelsio Communications
2018-01-17 22:36:58 +00:00
..
tmpfs_fifoops.c Rework pathconf handling for FIFOs. 2017-12-19 22:39:05 +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 Use long for the last argument to VOP_PATHCONF rather than a register_t. 2018-01-17 22:36:58 +00:00
tmpfs_vnops.h Rework pathconf handling for FIFOs. 2017-12-19 22:39:05 +00:00
tmpfs.h Update tmpfs link count handling for ino64. 2017-12-19 20:19:07 +00:00