HomeSort by relevance Sort by last modified time
    Searched defs:fsid (Results 1 - 22 of 22) sorted by null

  /onnv/onnv-gate/usr/src/cmd/svc/startd/
specials.c 105 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) {
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_trans2_query_fs_information.c 242 * The fsid provides a system-wide unique file system ID.
243 * fsid.val[0] is the 32-bit dev for the file system of the share root
245 * fsid.val[1] is the file system type.
261 fsid_t fsid; local
274 fsid = SMB_NODE_FSID(snode);
312 fsid.val[0], length, tree->t_volume);
331 fsid.val[0], /* Volume serial number */
smb_node.c 281 fsid_t fsid; local
306 * The fsid for a file is that of the tree, even
310 fsid = SMB_TREE_FSID(sr->tid_tree);
316 fsid = vp->v_vfsp->vfs_fsid;
319 node_hdr = smb_node_get_hash(&fsid, &attr, &hashkey);
1097 smb_node_get_hash(fsid_t *fsid, smb_attr_t *attr, uint32_t *phashkey)
1101 hashkey = fsid->val[0] + attr->sa_vattr.va_nodeid;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
sockcommon_vnops.c 281 dev_t fsid; local
294 fsid = sockdev;
309 vap->va_fsid = fsid;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_nfs.c 560 int rdev, blocks, fsid, fileid; local
571 fsid = getxdr_long();
586 fsid, fileid);
snoop_nfs3.c 887 u_longlong_t size, used, fsid, fileid; local
898 fsid = getxdr_u_longlong();
916 fsid, fileid);
  /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/
cachefs_fscache.c 71 int fscdir_find(cachefscache_t *cachep, ino64_t fsid, fscache_t *fscp);
198 * If the fscache directory of the specified fsid exists then
201 * and optp with fsid being ignored. However if namep or optp
205 * fsid unique identifier for the cache
217 fscache_setup(fscache_t *fscp, ino64_t fsid, char *namep,
226 error = fscdir_find(cachep, fsid, fscp);
306 fscache_activate(fscache_t *fscp, ino64_t fsid, char *namep,
309 return (fscache_setup(fscp, fsid, namep, optp, backfileno, 1));
325 fscache_enable(fscache_t *fscp, ino64_t fsid, char *namep,
328 return (fscache_setup(fscp, fsid, namep, optp, backfileno, 0))
787 ino64_t fsid; local
    [all...]
cachefs_vfsops.c 154 ino64_t fsid; local
214 * It's not a good idea to make fsid bigger since that'll
381 error = fscache_name_to_fsid(cachep, cacheid, &fsid);
383 fsid = 0;
388 fscp = fscache_list_find(cachep, fsid);
391 error = fscache_activate(fscp, fsid, cacheid,
1185 ino64_t fsid; local
1249 /* get the fsid for the fscache */
1250 error = fscache_name_to_fsid(cachep, cacheid, &fsid);
1252 fsid = 0
    [all...]
cachefs_resource.c 536 ino64_t fsid; local
549 /* get the file and fsid of the first item on the rl list */
564 fsid = rl_ent->rl_fsid;
571 /* get the file system cache object for this fsid */
573 fscp = fscache_list_find(cachep, fsid);
576 error = fscache_activate(fscp, fsid, NULL, NULL, 0);
694 if ((fsid != rl_ent->rl_fsid) ||
869 /* get the file system cache object for this fsid */
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_srv_ns.c 148 fsid_t fsid; local
169 fsid = vp->v_vfsp->vfs_fsid;
171 exi->exi_fsid = fsid;
184 exi->exi_fh.fh_fsid = fsid;
1016 * with LOFS, compare exi_fid/fsid here.
nfs_export.c 114 #define exptablehash(fsid, fid) (nfs_fhhash((fsid), (fid)) & (EXPTABLESIZE - 1))
120 nfs_fhhash(fsid_t *fsid, fid_t *fid)
137 return (fsid->val[0] ^ data[2] ^ data[4]);
144 return ((fsid->val[0] ^ data[0] ^ data[2]));
151 h = (short)fsid->val[0];
165 * variation with fsid->val[0];
1005 fsid_t fsid; local
1150 fsid = vp->v_vfsp->vfs_fsid;
1157 fsid = exi->exi_fsid
    [all...]
nfs3_xdr.c 511 IXDR_GET_U_HYPER(ptr, na->fsid);
529 IXDR_PUT_U_HYPER(ptr, na->fsid);
549 xdr_u_longlong_t(xdrs, &na->fsid) &&
618 /* fsid is ignored */
667 uint64 fsid; local
681 xdr_u_longlong_t(xdrs, &fsid) && /* ignored */
    [all...]
nfs_server.c 167 #define PUBLICFH_CHECK(disp, exi, fsid, xfid) \
171 fsid, xfid))))
1570 fsid_t *fsid; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/dev/
sdev_vnops.c 631 dev_t fsid; local
717 fsid = vattr.va_fsid;
724 if (fsid != vattr.va_fsid) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/fsck/
fsck.c 100 int fgsize, ino64_t fsid, int local, int verbose);
960 ino64_t fsid; local
1009 fsid = statinfo.st_ino;
1120 base, fsinfo.fi_fgsize, fsid, local, verbose);
1293 * fsid file system id
1314 ino64_t fsid, int local, int verbose)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/
xattr.c 135 uint64_t fsid; local
209 fsid = (((uint64_t)vp->v_vfsp->vfs_fsid.val[0] << 32) |
213 fsid) == 0);
    [all...]
vnode.c 656 /* Need to get the fsid to build a kstat name */
658 /* Create a name for our kstats based on fsid */
1556 dev_t fsid; local
1616 dev_t fsid; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/
dbtab.c 67 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)
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, fsid, sizeof (*fsid))
311 fsid_t fsid; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/hsfs/
hsfs_vfsops.c 219 extern void hsched_init(struct hsfs *fsp, int fsid,
222 extern void hsfs_init_kstats(struct hsfs *fsp, int fsid);
524 * Compute a CD-ROM fsid by checksumming the first 64K of data on the CD
535 int fsid; local
551 fsid = 0;
554 fsid ^= ibuf[ i ];
559 fsid = hsvp->cre_date.tv_sec;
564 return (fsid);
586 int fsid; local
709 fsid = compute_cdrom_id(fsp, devvp)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/nfs/
nfs4_attr.h 320 fattr4_fsid fsid; member in union:nfs4_attr_u
nfs.h 1153 uint64 fsid; member in struct:fattr3
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
autod_nfs.c 49 #include <sys/fsid.h>
4353 ulong_t fsid; local
    [all...]

Completed in 540 milliseconds