Searched hist:"08 b9cc316a319fba95af8bb13b262fe0d5526ec3" (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfsmount.h | diff 08b9cc316a319fba95af8bb13b262fe0d5526ec3 Sat Aug 28 03:31:36 CEST 2021 Rick Macklem <rmacklem@FreeBSD.org> nfscl: Add a VOP_DEALLOCATE() for the NFSv4.2 client
This patch adds a VOP_DEALLOCATE() to the NFS client. For NFSv4.2 servers that support the Deallocate operation, it is used. Otherwise, it falls back on calling vop_stddeallocate().
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D31640
|
H A D | nfs_clvnops.c | diff 08b9cc316a319fba95af8bb13b262fe0d5526ec3 Sat Aug 28 03:31:36 CEST 2021 Rick Macklem <rmacklem@FreeBSD.org> nfscl: Add a VOP_DEALLOCATE() for the NFSv4.2 client
This patch adds a VOP_DEALLOCATE() to the NFS client. For NFSv4.2 servers that support the Deallocate operation, it is used. Otherwise, it falls back on calling vop_stddeallocate().
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D31640
|
H A D | nfs_clrpcops.c | diff 08b9cc316a319fba95af8bb13b262fe0d5526ec3 Sat Aug 28 03:31:36 CEST 2021 Rick Macklem <rmacklem@FreeBSD.org> nfscl: Add a VOP_DEALLOCATE() for the NFSv4.2 client
This patch adds a VOP_DEALLOCATE() to the NFS client. For NFSv4.2 servers that support the Deallocate operation, it is used. Otherwise, it falls back on calling vop_stddeallocate().
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D31640
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_var.h | diff 08b9cc316a319fba95af8bb13b262fe0d5526ec3 Sat Aug 28 03:31:36 CEST 2021 Rick Macklem <rmacklem@FreeBSD.org> nfscl: Add a VOP_DEALLOCATE() for the NFSv4.2 client
This patch adds a VOP_DEALLOCATE() to the NFS client. For NFSv4.2 servers that support the Deallocate operation, it is used. Otherwise, it falls back on calling vop_stddeallocate().
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D31640
|