freebsd-dev/sys/fs/msdosfs
Alan Somers b214fcceac Change VOP_READDIR's cookies argument to a **uint64_t
The cookies argument is only used by the NFS server.  NFSv2 defines the
cookie as 32 bits on the wire, but NFSv3 increased it to 64 bits.  Our
VOP_READDIR, however, has always defined it as u_long, which is 32 bits
on some architectures.  Change it to 64 bits on all architectures.  This
doesn't matter for any in-tree file systems, but it matters for some
FUSE file systems that use 64-bit directory cookies.

PR:             260375
Reviewed by:    rmacklem
Differential Revision: https://reviews.freebsd.org/D33404
2021-12-15 20:54:57 -07:00
..
bootsect.h
bpb.h
denode.h msdosfs: drop now unused DE_RENAME 2021-08-27 18:39:45 +03:00
direntry.h Revert msdosfs MAKEFS #ifdef changes from r319870 2018-07-24 21:10:17 +00:00
fat.h buf: Add B_INVALONERR flag to discard data 2019-09-11 21:24:14 +00:00
msdosfs_conv.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
msdosfs_denode.c msdosfs: fix rename 2021-08-27 18:39:45 +03:00
msdosfs_fat.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
msdosfs_iconv.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
msdosfs_lookup.c vfs: remove cn_thread 2021-10-11 13:21:47 +00:00
msdosfs_vfsops.c vfs: remove the unused thread argument from NDINIT* 2021-11-25 22:50:42 +00:00
msdosfs_vnops.c Change VOP_READDIR's cookies argument to a **uint64_t 2021-12-15 20:54:57 -07:00
msdosfsmount.h msdosfs: add doscheckpath lock 2021-08-27 18:39:45 +03:00