freebsd-dev/sys/fs/fuse
Alan Somers 71befc3506 fusefs: set d_off during VOP_READDIR
This allows d_off to be used with lseek to position the file so that
getdirentries(2) will return the next entry.  It is not used by
readdir(3).

PR:		253411
Reported by:	John Millikin <jmillikin@gmail.com>
Reviewed by:	cem
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D28605
2021-02-12 21:50:52 -07:00
..
fuse_device.c fusefs: delete some dead code 2020-12-28 19:05:35 +00:00
fuse_file.c fusefs: remove superfluous counter_u64_zero 2019-08-06 00:50:25 +00:00
fuse_file.h [skip ci] update copyright headers in fusefs files 2019-06-28 04:18:10 +00:00
fuse_internal.c fusefs: set d_off during VOP_READDIR 2021-02-12 21:50:52 -07:00
fuse_internal.h fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
fuse_io.c fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
fuse_io.h [skip ci] update copyright headers in fusefs files 2019-06-28 04:18:10 +00:00
fuse_ipc.c fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
fuse_ipc.h fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEK 2020-12-31 08:51:47 -07:00
fuse_kernel.h fusefs: implement FUSE_COPY_FILE_RANGE. 2021-01-01 10:18:23 -07:00
fuse_main.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (8 of many) 2020-02-24 10:33:51 +00:00
fuse_node.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
fuse_node.h fusefs: avoid cache corruption with buggy fuse servers 2020-03-11 04:29:45 +00:00
fuse_vfsops.c fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEK 2020-12-31 08:51:47 -07:00
fuse_vnops.c Fix vnode locking bug in fuse_vnop_copy_file_range 2021-01-03 11:16:20 -07:00
fuse.h [skip ci] update copyright headers in fusefs files 2019-06-28 04:18:10 +00:00