Searched hist:a638dc4ebc8eaa90a87ee053b7104ee4511f4491 (Results 1 – 5 of 5) sorted by relevance
/freebsd/share/man/man9/ |
H A D | VOP_DEALLOCATE.9 | diff a638dc4ebc8eaa90a87ee053b7104ee4511f4491 Thu Aug 12 16:58:52 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> vfs: Add ioflag to VOP_DEALLOCATE(9)
The addition of ioflag allows callers passing IO_SYNC/IO_DATASYNC/IO_DIRECT down to the file system implementation. The vop_stddeallocate fallback implementation is updated to pass the ioflag to the file system implementation. vn_deallocate(9) internally is also changed to pass ioflag to the VOP_DEALLOCATE call.
Sponsored by: The FreeBSD Foundation Reviewed by: kib, markj Differential Revision: https://reviews.freebsd.org/D31500
|
H A D | vn_deallocate.9 | diff a638dc4ebc8eaa90a87ee053b7104ee4511f4491 Thu Aug 12 16:58:52 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> vfs: Add ioflag to VOP_DEALLOCATE(9)
The addition of ioflag allows callers passing IO_SYNC/IO_DATASYNC/IO_DIRECT down to the file system implementation. The vop_stddeallocate fallback implementation is updated to pass the ioflag to the file system implementation. vn_deallocate(9) internally is also changed to pass ioflag to the VOP_DEALLOCATE call.
Sponsored by: The FreeBSD Foundation Reviewed by: kib, markj Differential Revision: https://reviews.freebsd.org/D31500
|
/freebsd/sys/kern/ |
H A D | vnode_if.src | diff a638dc4ebc8eaa90a87ee053b7104ee4511f4491 Thu Aug 12 16:58:52 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> vfs: Add ioflag to VOP_DEALLOCATE(9)
The addition of ioflag allows callers passing IO_SYNC/IO_DATASYNC/IO_DIRECT down to the file system implementation. The vop_stddeallocate fallback implementation is updated to pass the ioflag to the file system implementation. vn_deallocate(9) internally is also changed to pass ioflag to the VOP_DEALLOCATE call.
Sponsored by: The FreeBSD Foundation Reviewed by: kib, markj Differential Revision: https://reviews.freebsd.org/D31500
|
H A D | vfs_default.c | diff a638dc4ebc8eaa90a87ee053b7104ee4511f4491 Thu Aug 12 16:58:52 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> vfs: Add ioflag to VOP_DEALLOCATE(9)
The addition of ioflag allows callers passing IO_SYNC/IO_DATASYNC/IO_DIRECT down to the file system implementation. The vop_stddeallocate fallback implementation is updated to pass the ioflag to the file system implementation. vn_deallocate(9) internally is also changed to pass ioflag to the VOP_DEALLOCATE call.
Sponsored by: The FreeBSD Foundation Reviewed by: kib, markj Differential Revision: https://reviews.freebsd.org/D31500
|
H A D | vfs_vnops.c | diff a638dc4ebc8eaa90a87ee053b7104ee4511f4491 Thu Aug 12 16:58:52 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> vfs: Add ioflag to VOP_DEALLOCATE(9)
The addition of ioflag allows callers passing IO_SYNC/IO_DATASYNC/IO_DIRECT down to the file system implementation. The vop_stddeallocate fallback implementation is updated to pass the ioflag to the file system implementation. vn_deallocate(9) internally is also changed to pass ioflag to the VOP_DEALLOCATE call.
Sponsored by: The FreeBSD Foundation Reviewed by: kib, markj Differential Revision: https://reviews.freebsd.org/D31500
|