/titanic_50/usr/src/ucbhead/sys/ |
H A D | vfs.h | 63 } fsid_t; typedef 92 fsid_t vfs_fsid; /* file system id */ 192 struct vfs *getvfs(fsid_t *); 236 fsid_t f_fsid; /* file system id */ 248 fsid_t f_fsid; /* file system id */ 262 fsid_t f_fsid; /* file system id */
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | vfs.h | 38 } fsid_t; typedef 65 fsid_t vfs_fsid; /* file system id */ 120 fsid_t f_fsid; /* file system id */
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vfs.h | 68 } fsid_t; typedef 214 fsid_t vfs_fsid; /* file system id */ 526 void vfs_make_fsid(fsid_t *, dev_t, int); 532 struct vfs *getvfs(fsid_t *);
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | types.h | 39 }fsid_t; /* Type of file system IDs, from bits/types.h */ typedef
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | export.h | 511 fsid_t exi_fsid; 620 extern struct exportinfo *checkexport(fsid_t *, struct fid *, vnode_t *); 621 extern struct exportinfo *checkexport_nohold(fsid_t *, struct fid *,
|
H A D | nfs.h | 422 fsid_t fh_fsid; /* filesystem id */ 433 fsid_t _fh3_fsid; /* filesystem id */ 444 fsid_t fhx_fsid; /* filesystem id */
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vfs.c | 114 getvfs(fsid_t *fsid) in getvfs()
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | fhtab.h | 151 void db_print_all_keys(char *fhpath, fsid_t *fsidp, FILE *fp);
|
H A D | dbtab.c | 67 fsid_t fsid; /* filesystem fsid */ 86 static struct db_list *db_get_db(char *fhpath, fsid_t *fsid, int *errorp, 217 db_get_db(char *fhpath, fsid_t *fsid, int *errorp, int create_flag) in db_get_db() 311 fsid_t fsid; in db_get_all_databases() 1674 db_print_all_keys(char *fhpath, fsid_t *fsidp, FILE *fp) in db_print_all_keys()
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_qinfo_fs.c | 91 fsid_t fsid; in smb2_qfs_volume()
|
H A D | smb_node.c | 110 static smb_llist_t *smb_node_get_hash(fsid_t *, smb_attr_t *, uint32_t *); 256 fsid_t fsid; in smb_node_lookup() 1315 smb_node_get_hash(fsid_t *fsid, smb_attr_t *attr, uint32_t *phashkey) in smb_node_get_hash()
|
H A D | smb_fsinfo.c | 167 fsid_t fsid; in smb_com_trans2_query_fs_information()
|
H A D | smb2_create.c | 351 fsid_t fsid; in smb2_create()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 135 nfs_fhhash(fsid_t *fsid, fid_t *fid) in nfs_fhhash() 140 h = xor_hash((uint8_t *)fsid, sizeof (fsid_t)); in nfs_fhhash() 1025 fsid_t fsid; in exportfs() 1820 sz = sizeof (fsid_t); in nfs_getfh() 1861 sz = sizeof (fsid_t); in nfs_getfh() 2445 checkexport_nohold(fsid_t *fsid, fid_t *fid, vnode_t *vp) in checkexport_nohold() 2487 checkexport(fsid_t *fsid, fid_t *fid, vnode_t *vp) in checkexport()
|
H A D | nfs4_srv_ns.c | 153 fsid_t fsid; in pseudo_exportfs()
|
H A D | nfs3_xdr.c | 171 if (fhsize > sizeof (fhandle3_t) || fhsize < (sizeof (fsid_t) + in xdr_inline_decode_nfs_fh3() 273 if (fhsize > sizeof (fhandle3_t) || fhsize < (sizeof (fsid_t) + in xdr_decode_nfs_fh3()
|
H A D | nfs_server.c | 1586 fsid_t *fsid; in common_dispatch()
|
H A D | nfs4_xdr.c | 319 if (fhsize > sizeof (nfs_fh4_fmt_t) || fhsize < (sizeof (fsid_t) + in xdr_inline_decode_nfs_fh4() 434 if (fhsize > sizeof (nfs_fh4_fmt_t) || fhsize < (sizeof (fsid_t) + in xdr_decode_nfs_fh4()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 3402 vfs_make_fsid(fsid_t *fsi, dev_t dev, int val) in vfs_make_fsid() 3737 getvfs(fsid_t *fsid) in getvfs()
|