Symbol: vop_pathconf
sys/kern/vfs_default.c
85
.vop_pathconf = vop_stdpathconf,
sys/kern/vfs_vopops.c
1002
DO_OPS(ops, error, &ap, vop_pathconf);
sys/kern/vfs_vopops.c
1999
DO_OPS(ap->a_head.a_ops, error, ap, vop_pathconf);
sys/sys/vfsops.h
1095
vop_pathconf(*(vp)->v_ops, vp, name, retval)
sys/sys/vfsops.h
649
int (*vop_pathconf)(struct vop_pathconf_args *);
sys/sys/vfsops.h
834
int vop_pathconf(struct vop_ops *ops, struct vnode *vp, int name,
sys/vfs/deadfs/dead_vnops.c
70
.vop_pathconf = (void *)vop_ebadf, /* per pathconf(2) */
sys/vfs/devfs/devfs_vnops.c
144
.vop_pathconf = vop_stdpathconf,
sys/vfs/devfs/devfs_vnops.c
171
.vop_pathconf = vop_stdpathconf,
sys/vfs/dirfs/dirfs_vnops.c
1580
.vop_pathconf = vop_stdpathconf,
sys/vfs/ext2fs/ext2_vnops.c
2139
.vop_pathconf = ext2_pathconf,
sys/vfs/ext2fs/ext2_vnops.c
2162
.vop_pathconf = ext2_pathconf,
sys/vfs/ext2fs/ext2_vnops.c
2178
.vop_pathconf = ext2_pathconf,
sys/vfs/fifofs/fifo_vnops.c
105
.vop_pathconf = fifo_pathconf,
sys/vfs/fuse/fuse_vnops.c
2182
.vop_pathconf = fuse_vop_pathconf,
sys/vfs/hammer/hammer_vnops.c
100
.vop_pathconf = vop_stdpathconf,
sys/vfs/hpfs/hpfs_vnops.c
1182
.vop_pathconf = hpfs_pathconf
sys/vfs/isofs/cd9660/cd9660_vnops.c
819
.vop_pathconf = cd9660_pathconf,
sys/vfs/msdosfs/msdosfs_vnops.c
1946
.vop_pathconf = msdosfs_pathconf,
sys/vfs/ntfs/ntfs_vnops.c
780
.vop_pathconf = ntfs_pathconf,
sys/vfs/procfs/procfs_vnops.c
102
.vop_pathconf = vop_stdpathconf,
sys/vfs/smbfs/smbfs_vnops.c
107
.vop_pathconf = smbfs_pathconf,
sys/vfs/tmpfs/tmpfs_vnops.c
2234
.vop_pathconf = tmpfs_pathconf,
sys/vfs/udf/udf_vnops.c
78
.vop_pathconf = udf_pathconf,
sys/vfs/ufs/ufs_vnops.c
2273
.vop_pathconf = ufs_pathconf,