Searched hist:"9 e202d036dd6f38ce0f578aa2086ebc358315bab" (Results 1 – 4 of 4) sorted by relevance
/freebsd/share/man/man9/ |
H A D | VOP_DEALLOCATE.9 | diff 9e202d036dd6f38ce0f578aa2086ebc358315bab Wed Aug 25 18:02:27 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> fspacectl(2): Changes on rmsr.r_offset's minimum value returned
rmsr.r_offset now is set to rqsr.r_offset plus the number of bytes zeroed before hitting the end-of-file. After this change rmsr.r_offset no longer contains the EOF when the requested operation range is completely beyond the end-of-file. Instead in such case rmsr.r_offset is equal to rqsr.r_offset. Callers can obtain the number of bytes zeroed by subtracting rqsr.r_offset from rmsr.r_offset.
Sponsored by: The FreeBSD Foundation Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D31677
|
H A D | vn_deallocate.9 | diff 9e202d036dd6f38ce0f578aa2086ebc358315bab Wed Aug 25 18:02:27 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> fspacectl(2): Changes on rmsr.r_offset's minimum value returned
rmsr.r_offset now is set to rqsr.r_offset plus the number of bytes zeroed before hitting the end-of-file. After this change rmsr.r_offset no longer contains the EOF when the requested operation range is completely beyond the end-of-file. Instead in such case rmsr.r_offset is equal to rqsr.r_offset. Callers can obtain the number of bytes zeroed by subtracting rqsr.r_offset from rmsr.r_offset.
Sponsored by: The FreeBSD Foundation Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D31677
|
/freebsd/sys/kern/ |
H A D | uipc_shm.c | diff 9e202d036dd6f38ce0f578aa2086ebc358315bab Wed Aug 25 18:02:27 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> fspacectl(2): Changes on rmsr.r_offset's minimum value returned
rmsr.r_offset now is set to rqsr.r_offset plus the number of bytes zeroed before hitting the end-of-file. After this change rmsr.r_offset no longer contains the EOF when the requested operation range is completely beyond the end-of-file. Instead in such case rmsr.r_offset is equal to rqsr.r_offset. Callers can obtain the number of bytes zeroed by subtracting rqsr.r_offset from rmsr.r_offset.
Sponsored by: The FreeBSD Foundation Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D31677
|
H A D | vfs_default.c | diff 9e202d036dd6f38ce0f578aa2086ebc358315bab Wed Aug 25 18:02:27 CEST 2021 Ka Ho Ng <khng@FreeBSD.org> fspacectl(2): Changes on rmsr.r_offset's minimum value returned
rmsr.r_offset now is set to rqsr.r_offset plus the number of bytes zeroed before hitting the end-of-file. After this change rmsr.r_offset no longer contains the EOF when the requested operation range is completely beyond the end-of-file. Instead in such case rmsr.r_offset is equal to rqsr.r_offset. Callers can obtain the number of bytes zeroed by subtracting rqsr.r_offset from rmsr.r_offset.
Sponsored by: The FreeBSD Foundation Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D31677
|