Searched refs:fsid (Results 1 - 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/cmd/svc/startd/
H A Dspecials.c105 ulong_t rfsid, fsid; local
116 if ((ret = fs_is_read_only("/var", &fsid)) == 1) {
119 if (rfsid != fsid) {
128 if ((ret = fs_is_read_only("/var", &fsid)) != 1) {
169 if ((ret = fs_is_read_only("/etc/svc", &fsid)) != 1) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_qinfo_fs.c91 fsid_t fsid; local
98 fsid = SMB_NODE_FSID(snode);
108 fsid.val[0], /* serial no. (l) */
H A Dsmb_fsinfo.c151 * The fsid provides a system-wide unique file system ID.
152 * fsid.val[0] is the 32-bit dev for the file system of the share root
154 * fsid.val[1] is the file system type.
167 fsid_t fsid; local
183 fsid = SMB_NODE_FSID(snode);
220 "%lb#c", sr, fsid.val[0],
227 fsid.val[0], length, tree->t_volume);
250 fsid.val[0], /* Volume serial number */
H A Dsmb2_create.c351 fsid_t fsid; local
353 fsid = SMB_NODE_FSID(of->f_node);
360 fsid.val[0], /* l */
361 fsid.val[1]); /* l */
H A Dsmb_node.c256 fsid_t fsid; local
281 * The fsid for a file is that of the tree, even
285 fsid = SMB_TREE_FSID(sr->tid_tree);
291 fsid = vp->v_vfsp->vfs_fsid;
294 node_hdr = smb_node_get_hash(&fsid, &attr, &hashkey);
1315 smb_node_get_hash(fsid_t *fsid, smb_attr_t *attr, uint32_t *phashkey) argument
1319 hashkey = fsid->val[0] + attr->sa_vattr.va_nodeid;
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c216 extern void hsched_init(struct hsfs *fsp, int fsid,
219 extern void hsfs_init_kstats(struct hsfs *fsp, int fsid);
521 * Compute a CD-ROM fsid by checksumming the first 64K of data on the CD
532 int fsid; local
548 fsid = 0;
551 fsid ^= ibuf[ i ];
556 fsid = hsvp->cre_date.tv_sec;
561 return (fsid);
583 int fsid; local
706 fsid
[all...]
H A Dhsfs_subr.c394 hsfs_setup_named_kstats(struct hsfs *fsp, int fsid, char *name, argument
404 ksp = kstat_create("hsfs_fs", fsid, name, "hsfs",
428 hsfs_init_kstats(struct hsfs *fsp, int fsid) argument
430 fsp->hsfs_kstats = hsfs_setup_named_kstats(fsp, fsid, "hsfs_read_stats",
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c35 #include <sys/fsid.h>
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x129 unsigned fsid; /* device # */
263 wnl_uint64 fsid;
/illumos-gate/usr/src/cmd/fs.d/bootfs/
H A Dmount.c34 #include <sys/fsid.h>
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c67 fsid_t fsid; /* filesystem fsid */ member in struct:db_list
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) argument
225 (p != NULL) && memcmp(&p->fsid, fsid, sizeof (*fsid));
239 (void) sprintf(fsidstr, "%08x%08x", fsid->val[0], fsid->val[1]);
275 (void) memcpy(&newp->fsid, fsi
311 fsid_t fsid; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A Dmount.c34 #include <sys/fsid.h>
/illumos-gate/usr/src/cmd/fs.d/objfs/
H A Dmount.c34 #include <sys/fsid.h>
/illumos-gate/usr/src/cmd/fs.d/sharefs/
H A Dmount.c34 #include <sys/fsid.h>
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs.c560 int rdev, blocks, fsid, fileid; local
571 fsid = getxdr_long();
586 fsid, fileid);
H A Dsnoop_nfs3.c887 u_longlong_t size, used, fsid, fileid; local
898 fsid = getxdr_u_longlong();
916 fsid, fileid);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c281 dev_t fsid; local
294 fsid = sockdev;
309 vap->va_fsid = fsid;
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c114 getvfs(fsid_t *fsid) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c150 fsid_t fsid; local
156 fsid = vp->v_vfsp->vfs_fsid;
158 exi->exi_fsid = fsid;
171 exi->exi_fh.fh_fsid = fsid;
1053 * with LOFS, compare exi_fid/fsid here.
1198 * with LOFS, compare exi_fid/fsid here.
H A Dnfs4_srv_attr.c641 int *pmaj = (int *)&na->fsid.major;
654 na->fsid.major = 1;
655 na->fsid.minor = 0;
659 na->fsid.minor = 0;
661 na->fsid.major = getmajor(sarg->vap->va_fsid);
662 na->fsid.minor = getminor(sarg->vap->va_fsid);
670 if (na->fsid.major != 1 ||
671 na->fsid.minor != 0)
676 na->fsid.minor != 0)
679 if (na->fsid
[all...]
H A Dnfs_export.c118 #define exptablehash(fsid, fid) (nfs_fhhash((fsid), (fid)) & (EXPTABLESIZE - 1))
132 * File handle hash function, XOR over all bytes in fsid and fid.
135 nfs_fhhash(fsid_t *fsid, fid_t *fid) argument
140 h = xor_hash((uint8_t *)fsid, sizeof (fsid_t));
1025 fsid_t fsid; local
1146 fsid = vp->v_vfsp->vfs_fsid;
1168 for (ex2 = exptable[exptablehash(&fsid, &fid)]; ex2;
1187 exi->exi_fsid = fsid;
1210 exi->exi_fh.fh_fsid = fsid;
2446 checkexport(fsid_t *fsid, fid_t *fid) argument
2483 checkexport4(fsid_t *fsid, fid_t *fid, vnode_t *vp) argument
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h587 #define exportmatch(exi, fsid, fid) \
588 (EQFSID(&(exi)->exi_fsid, (fsid)) && EQFID(&(exi)->exi_fid, (fid)))
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_xdr.c94 if (!xdr_u_int(xdrs, &objp->fsid)) {
/illumos-gate/usr/src/lib/libcmd/common/
H A Did.c151 sfputr(sp, " fsid=", -1);
281 fs_id = fsid(0);
353 putid(sp, flags, " fsid", fs_name, fs_id);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x130 unsigned fsid; /* device # */
471 uint64 fsid;

Completed in 167 milliseconds

12