HomeFreeBSD

VFS: add VOP_GETLOWVNODE()

Description

VFS: add VOP_GETLOWVNODE()

It is similar to VOP_GETWRITEMOUNT(), and for given vnode vp should
return the lower vnode which would actually handle write to vp.
Flags allow to specify FREAD or FWRITE for benefit of possible unionfs
implementation.

Reviewed by: markj, Olivier Certner <olce.freebsd@certner.fr>
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D42603

Details

Provenance
kibAuthored on Nov 18 2023, 8:55 AM
Reviewer
markj
Differential Revision
D42603: nullfs: provide special bypass for null_copy_file_range()
Parents
rG171f0832c5b1: EVFILT_TIMER: intialize stop timer list in type-stable proc init, instead of…
Branches
Unknown
Tags
Unknown