Home
last modified time | relevance | path

Searched refs:nfs_pathconf (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/nfs/
H A Dnfsnode.h272 int nfs_pathconf(void *);
H A Dnfs_vnops.c142 { &vop_pathconf_desc, nfs_pathconf }, /* pathconf */
3138 nfs_pathconf(void *v) in nfs_pathconf() function
/netbsd/sys/fs/nfs/client/
H A Dnfs_clvnops.c131 static vop_pathconf_t nfs_pathconf; variable
178 .vop_pathconf = nfs_pathconf,
3387 nfs_pathconf(struct vop_pathconf_args *ap) in nfs_pathconf() function