freebsd-skq/sys/fs/udf
Mateusz Guzik 6fa079fc3f vfs: flatten vop vectors
This eliminates the following loop from all VOP calls:

while(vop != NULL && \
    vop->vop_spare2 == NULL && vop->vop_bypass == NULL)
        vop = vop->vop_default;

Reviewed by:	jeff
Tesetd by:	pho
Differential Revision:	https://reviews.freebsd.org/D22738
2019-12-16 00:06:22 +00:00
..
ecma167-udf.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
osta.c
osta.h
udf_iconv.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
udf_mount.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
udf_vfsops.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
udf_vnops.c vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
udf.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00