Searched refs:pathcnf (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | pathconf.h | 62 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 D | mount.h | 57 struct pathcnf { struct 87 struct pathcnf *pathconf; /* static pathconf kludge */ argument
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vfsops.c | 76 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 D | nfs_vnops.c | 4838 struct pathcnf *pc; in nfs_pathconf()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | mount.h | 83 struct pathcnf *pathconf; /* static pathconf kludge */
|
H A D | nfs_clnt.h | 390 struct pathcnf *mi_pathconf; /* static pathconf kludge */
|
H A D | nfs4_clnt.h | 1019 struct pathcnf *mi_pathconf; /* static pathconf kludge */
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 139 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 D | mount.c | 2013 static struct pathcnf p; in get_fh()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 798 struct pathcnf p; in mnt_pathconf()
|