Home
last modified time | relevance | path

Searched refs:fsid_t (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/ucbhead/sys/
H A Dvfs.h63 } 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_41/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h38 } fsid_t; typedef
65 fsid_t vfs_fsid; /* file system id */
120 fsid_t f_fsid; /* file system id */
/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h67 } fsid_t; typedef
221 fsid_t vfs_fsid; /* file system id */
533 void vfs_make_fsid(fsid_t *, dev_t, int);
539 struct vfs *getvfs(fsid_t *);
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dtypes.h39 }fsid_t; /* Type of file system IDs, from bits/types.h */ typedef
/titanic_41/usr/src/uts/common/nfs/
H A Dexport.h511 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 Dnfs.h422 fsid_t fh_fsid; /* filesystem id */
433 fsid_t _fh3_fsid; /* filesystem id */
444 fsid_t fhx_fsid; /* filesystem id */
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c114 getvfs(fsid_t *fsid) in getvfs()
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.h151 void db_print_all_keys(char *fhpath, fsid_t *fsidp, FILE *fp);
H A Ddbtab.c67 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_41/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c135 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 Dnfs4_srv_ns.c153 fsid_t fsid; in pseudo_exportfs()
H A Dnfs3_xdr.c171 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 Dnfs_server.c1586 fsid_t *fsid; in common_dispatch()
H A Dnfs4_xdr.c319 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_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c110 static smb_llist_t *smb_node_get_hash(fsid_t *, smb_attr_t *, uint32_t *);
256 fsid_t fsid; in smb_node_lookup()
1307 smb_node_get_hash(fsid_t *fsid, smb_attr_t *attr, uint32_t *phashkey) in smb_node_get_hash()
H A Dsmb_fsinfo.c198 fsid_t fsid; in smb_com_trans2_query_fs_information()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c3414 vfs_make_fsid(fsid_t *fsi, dev_t dev, int val) in vfs_make_fsid()
3749 getvfs(fsid_t *fsid) in getvfs()