Symbol: vop_pathconf_args
sys/kern/vfs_default.c
1117
vop_stdpathconf(struct vop_pathconf_args *ap)
sys/kern/vfs_vopops.c
1995
vop_pathconf_ap(struct vop_pathconf_args *ap)
sys/kern/vfs_vopops.c
991
struct vop_pathconf_args ap;
sys/sys/vfsops.h
649
int (*vop_pathconf)(struct vop_pathconf_args *);
sys/sys/vfsops.h
729
struct vop_pathconf_args vu_pathconf;
sys/sys/vfsops.h
936
int vop_pathconf_ap(struct vop_pathconf_args *ap);
sys/sys/vnode.h
536
int vop_stdpathconf (struct vop_pathconf_args *ap);
sys/vfs/dirfs/dirfs_vnops.c
1438
dirfs_pathconf(struct vop_pathconf_args *v)
sys/vfs/ext2fs/ext2_vnops.c
1595
ext2_pathconf(struct vop_pathconf_args *ap)
sys/vfs/fifofs/fifo_vnops.c
665
fifo_pathconf(struct vop_pathconf_args *ap)
sys/vfs/fifofs/fifo_vnops.c
76
static int fifo_pathconf (struct vop_pathconf_args *);
sys/vfs/fuse/fuse_vnops.c
995
fuse_vop_pathconf(struct vop_pathconf_args *ap)
sys/vfs/hpfs/hpfs_vnops.c
1125
hpfs_pathconf(struct vop_pathconf_args *ap)
sys/vfs/hpfs/hpfs_vnops.c
95
static int hpfs_pathconf (struct vop_pathconf_args *ap);
sys/vfs/isofs/cd9660/cd9660_vnops.c
69
static int cd9660_pathconf(struct vop_pathconf_args *);
sys/vfs/isofs/cd9660/cd9660_vnops.c
766
cd9660_pathconf(struct vop_pathconf_args *ap)
sys/vfs/msdosfs/msdosfs_vnops.c
1902
msdosfs_pathconf(struct vop_pathconf_args *ap)
sys/vfs/ntfs/ntfs_vnops.c
747
ntfs_pathconf(struct vop_pathconf_args *ap)
sys/vfs/ntfs/ntfs_vnops.c
86
static int ntfs_pathconf (struct vop_pathconf_args *);
sys/vfs/smbfs/smbfs_vnops.c
769
smbfs_pathconf(struct vop_pathconf_args *ap)
sys/vfs/smbfs/smbfs_vnops.c
86
static int smbfs_pathconf(struct vop_pathconf_args *ap);
sys/vfs/tmpfs/tmpfs_vnops.c
1935
tmpfs_pathconf(struct vop_pathconf_args *ap)
sys/vfs/udf/udf_vnops.c
361
udf_pathconf(struct vop_pathconf_args *a)
sys/vfs/udf/udf_vnops.c
60
static int udf_pathconf(struct vop_pathconf_args *);
sys/vfs/ufs/ufs_vnops.c
1896
ufs_pathconf(struct vop_pathconf_args *ap)