Home
last modified time | relevance | path

Searched refs:pathcnf (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dpathconf.h62 struct pathcnf { struct
77 struct pathcnf *pc_next; /* linked list */ argument
119 #define PCSIZ ((size_t)(&(((struct pathcnf *)0)->pc_refcnt)))
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h57 struct pathcnf { struct
87 struct pathcnf *pathconf; /* static pathconf kludge */ argument
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c76 static int pathconf_copyin(struct nfs_args *, struct pathcnf *);
204 kmem_free(nargs->pathconf, sizeof (struct pathcnf)); in nfs_free_args()
273 struct pathcnf *pc; /* Pathconf */ in nfs_copyin()
1039 static struct pathcnf *allpc = NULL;
1042 pathconf_copyin(struct nfs_args *args, struct pathcnf *pc) in pathconf_copyin()
1044 STRUCT_DECL(pathcnf, pc_tmp); in pathconf_copyin()
1078 struct pathcnf *p, *pc; in pathconf_get()
1099 bcopy(pc, p, sizeof (struct pathcnf)); in pathconf_get()
1116 struct pathcnf *p; in pathconf_rele()
1117 struct pathcnf *p2; in pathconf_rele()
H A Dnfs_vnops.c4838 struct pathcnf *pc; in nfs_pathconf()
/titanic_41/usr/src/uts/common/nfs/
H A Dmount.h83 struct pathcnf *pathconf; /* static pathconf kludge */
H A Dnfs_clnt.h390 struct pathcnf *mi_pathconf; /* static pathconf kludge */
H A Dnfs4_clnt.h1019 struct pathcnf *mi_pathconf; /* static pathconf kludge */
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c139 static int get_pathconf(CLIENT *, char *, char *, struct pathcnf **, int);
2505 get_pathconf(CLIENT *cl, char *path, char *fsname, struct pathcnf **pcnf, in get_pathconf()
2537 *pcnf = (struct pathcnf *)p; in get_pathconf()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2013 static struct pathcnf p; in get_fh()
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c798 struct pathcnf p; in mnt_pathconf()