vop_pathconf
.vop_pathconf = vop_stdpathconf,
DO_OPS(ops, error, &ap, vop_pathconf);
DO_OPS(ap->a_head.a_ops, error, ap, vop_pathconf);
vop_pathconf(*(vp)->v_ops, vp, name, retval)
int (*vop_pathconf)(struct vop_pathconf_args *);
int vop_pathconf(struct vop_ops *ops, struct vnode *vp, int name,
.vop_pathconf = (void *)vop_ebadf, /* per pathconf(2) */
.vop_pathconf = vop_stdpathconf,
.vop_pathconf = vop_stdpathconf,
.vop_pathconf = vop_stdpathconf,
.vop_pathconf = ext2_pathconf,
.vop_pathconf = ext2_pathconf,
.vop_pathconf = ext2_pathconf,
.vop_pathconf = fifo_pathconf,
.vop_pathconf = fuse_vop_pathconf,
.vop_pathconf = vop_stdpathconf,
.vop_pathconf = hpfs_pathconf
.vop_pathconf = cd9660_pathconf,
.vop_pathconf = msdosfs_pathconf,
.vop_pathconf = ntfs_pathconf,
.vop_pathconf = vop_stdpathconf,
.vop_pathconf = smbfs_pathconf,
.vop_pathconf = tmpfs_pathconf,
.vop_pathconf = udf_pathconf,
.vop_pathconf = ufs_pathconf,