/titanic_50/usr/src/cmd/svc/startd/ |
H A D | specials.c | 105 ulong_t rfsid, fsid; in special_fsminimal_post_online() local 116 if ((ret = fs_is_read_only("/var", &fsid)) == 1) { in special_fsminimal_post_online() 119 if (rfsid != fsid) { in special_fsminimal_post_online() 128 if ((ret = fs_is_read_only("/var", &fsid)) != 1) { in special_fsminimal_post_online() 169 if ((ret = fs_is_read_only("/etc/svc", &fsid)) != 1) { in special_fsminimal_post_online()
|
/titanic_50/usr/src/lib/libcmd/common/features/ |
H A D | ids | 2 lib fsid,getfsgid,isfsg sys/types.h sys/fss.h fsg.h -lfsg 3 mac fsid sys/types.h sys/fss.h fsg.h
|
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 216 extern void hsched_init(struct hsfs *fsp, int fsid, 219 extern void hsfs_init_kstats(struct hsfs *fsp, int fsid); 532 int fsid; in compute_cdrom_id() local 548 fsid = 0; in compute_cdrom_id() 551 fsid ^= ibuf[ i ]; in compute_cdrom_id() 556 fsid = hsvp->cre_date.tv_sec; in compute_cdrom_id() 561 return (fsid); in compute_cdrom_id() 583 int fsid; in hs_mountfs() local 706 fsid = compute_cdrom_id(fsp, devvp); in hs_mountfs() 710 if (fsid == 0 || fsid == -1) { in hs_mountfs() [all …]
|
H A D | hsfs_subr.c | 394 hsfs_setup_named_kstats(struct hsfs *fsp, int fsid, char *name, in hsfs_setup_named_kstats() argument 404 ksp = kstat_create("hsfs_fs", fsid, name, "hsfs", in hsfs_setup_named_kstats() 428 hsfs_init_kstats(struct hsfs *fsp, int fsid) in hsfs_init_kstats() argument 430 fsp->hsfs_kstats = hsfs_setup_named_kstats(fsp, fsid, "hsfs_read_stats", in hsfs_init_kstats()
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | dbtab.c | 67 fsid_t fsid; /* filesystem fsid */ member 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() argument 225 (p != NULL) && memcmp(&p->fsid, fsid, sizeof (*fsid)); in db_get_db() 239 (void) sprintf(fsidstr, "%08x%08x", fsid->val[0], fsid->val[1]); in db_get_db() 275 (void) memcpy(&newp->fsid, fsid, sizeof (*fsid)); in db_get_db() 311 fsid_t fsid; in db_get_all_databases() local 366 (ulong_t *)&fsid.val[0], (ulong_t *)&fsid.val[1]); in db_get_all_databases() 367 dbp = db_get_db(fhpath, &fsid, &error, 0); in db_get_all_databases() 1702 dbp->fsid.val[0], dbp->fsid.val[1]); in db_print_all_keys() [all …]
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_fsinfo.c | 167 fsid_t fsid; in smb_com_trans2_query_fs_information() local 183 fsid = SMB_NODE_FSID(snode); in smb_com_trans2_query_fs_information() 220 "%lb#c", sr, fsid.val[0], in smb_com_trans2_query_fs_information() 227 fsid.val[0], length, tree->t_volume); in smb_com_trans2_query_fs_information() 250 fsid.val[0], /* Volume serial number */ in smb_com_trans2_query_fs_information()
|
H A D | smb2_qinfo_fs.c | 91 fsid_t fsid; in smb2_qfs_volume() local 98 fsid = SMB_NODE_FSID(snode); in smb2_qfs_volume() 108 fsid.val[0], /* serial no. (l) */ in smb2_qfs_volume()
|
H A D | smb2_create.c | 351 fsid_t fsid; in smb2_create() local 353 fsid = SMB_NODE_FSID(of->f_node); in smb2_create() 360 fsid.val[0], /* l */ in smb2_create() 361 fsid.val[1]); /* l */ in smb2_create()
|
H A D | smb_node.c | 256 fsid_t fsid; in smb_node_lookup() local 285 fsid = SMB_TREE_FSID(sr->tid_tree); in smb_node_lookup() 291 fsid = vp->v_vfsp->vfs_fsid; in smb_node_lookup() 294 node_hdr = smb_node_get_hash(&fsid, &attr, &hashkey); in smb_node_lookup() 1315 smb_node_get_hash(fsid_t *fsid, smb_attr_t *attr, uint32_t *phashkey) in smb_node_get_hash() argument 1319 hashkey = fsid->val[0] + attr->sa_vattr.va_nodeid; in smb_node_get_hash()
|
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | webnfs.x | 129 unsigned fsid; /* device # */ member 263 wnl_uint64 fsid; member
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs.c | 560 int rdev, blocks, fsid, fileid; in detail_fattr() local 571 fsid = getxdr_long(); in detail_fattr() 586 fsid, fileid); in detail_fattr()
|
H A D | snoop_nfs3.c | 887 u_longlong_t size, used, fsid, fileid; in detail_fattr3() local 898 fsid = getxdr_u_longlong(); in detail_fattr3() 916 fsid, fileid); in detail_fattr3()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_vnops.c | 281 dev_t fsid; in socket_vop_getattr() local 294 fsid = sockdev; in socket_vop_getattr() 309 vap->va_fsid = fsid; in socket_vop_getattr()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 118 #define exptablehash(fsid, fid) (nfs_fhhash((fsid), (fid)) & (EXPTABLESIZE - 1)) argument 135 nfs_fhhash(fsid_t *fsid, fid_t *fid) in nfs_fhhash() argument 140 h = xor_hash((uint8_t *)fsid, sizeof (fsid_t)); in nfs_fhhash() 1025 fsid_t fsid; in exportfs() local 1146 fsid = vp->v_vfsp->vfs_fsid; in exportfs() 1168 for (ex2 = exptable[exptablehash(&fsid, &fid)]; ex2; in exportfs() 1187 exi->exi_fsid = fsid; in exportfs() 1210 exi->exi_fh.fh_fsid = fsid; in exportfs() 2445 checkexport_nohold(fsid_t *fsid, fid_t *fid, vnode_t *vp) in checkexport_nohold() argument 2451 for (exi = exptable[exptablehash(fsid, fid)]; in checkexport_nohold() [all …]
|
H A D | nfs4_srv_attr.c | 641 int *pmaj = (int *)&na->fsid.major; in rfs4_fattr4_fsid() 654 na->fsid.major = 1; in rfs4_fattr4_fsid() 655 na->fsid.minor = 0; in rfs4_fattr4_fsid() 659 na->fsid.minor = 0; in rfs4_fattr4_fsid() 661 na->fsid.major = getmajor(sarg->vap->va_fsid); in rfs4_fattr4_fsid() 662 na->fsid.minor = getminor(sarg->vap->va_fsid); in rfs4_fattr4_fsid() 670 if (na->fsid.major != 1 || in rfs4_fattr4_fsid() 671 na->fsid.minor != 0) in rfs4_fattr4_fsid() 676 na->fsid.minor != 0) in rfs4_fattr4_fsid() 679 if (na->fsid.major != getmajor(sarg->vap->va_fsid) || in rfs4_fattr4_fsid() [all …]
|
H A D | nfs4_srv_ns.c | 153 fsid_t fsid; in pseudo_exportfs() local 159 fsid = vp->v_vfsp->vfs_fsid; in pseudo_exportfs() 161 exi->exi_fsid = fsid; in pseudo_exportfs() 174 exi->exi_fh.fh_fsid = fsid; in pseudo_exportfs()
|
H A D | nfs_server.c | 180 #define PUBLICFH_CHECK(disp, exi, fsid, xfid) \ argument 184 fsid, xfid)))) 1586 fsid_t *fsid; in common_dispatch() local 1595 fsid = &fh2->fh_fsid; in common_dispatch() 1601 fsid = &fh3->fh3_fsid; in common_dispatch() 1650 exi = checkexport(fsid, xfid, NULL); in common_dispatch() 1653 publicfh_ok = PUBLICFH_CHECK(disp, exi, fsid, xfid); in common_dispatch()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | export.h | 590 #define exportmatch(exi, fsid, fid) \ argument 591 (EQFSID(&(exi)->exi_fsid, (fsid)) && EQFID(&(exi)->exi_fid, (fid)))
|
H A D | nfs4_attr.h | 317 fattr4_fsid fsid; member
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vfs.c | 114 getvfs(fsid_t *fsid) in getvfs() argument
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | nfs_xdr.c | 94 if (!xdr_u_int(xdrs, &objp->fsid)) { in xdr_b_fattr()
|
H A D | nfs3_xdr.c | 66 if (!xdr_u_longlong_t(xdrs, &objp->fsid)) in xdr_b_fattr3()
|
/titanic_50/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 130 unsigned fsid; /* device # */ member 471 uint64 fsid; member
|
/titanic_50/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 890 dev_t fsid; in sdev_rename() local 978 fsid = vattr.va_fsid; in sdev_rename() 987 if (fsid != vattr.va_fsid) { in sdev_rename()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | id.c | 281 fs_id = fsid(0); in getids()
|