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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_notification.c57 fsid_t fsid; local
59 fsid.val[0] = (long)hfsmp->hfs_raw_dev;
60 fsid.val[1] = (long)vfs_typenum(HFSTOVFS(hfsmp));
66 vfs_event_signal(&fsid, hfsmp->hfs_notification_conditions, (intptr_t)NULL);
72 vfs_event_signal(&fsid, hfsmp->hfs_notification_conditions, (intptr_t)NULL);
H A Dhfs_attrlist.c543 fsid_t fsid; local
545 fsid.val[0] = (long)hfsmp->hfs_raw_dev;
546 fsid.val[1] = (long)vfs_typenum(mp);
547 *((fsid_t *)attrbufptr) = fsid;
/macosx-10.5.8/xnu-1228.15.4/bsd/machine/
H A Dexec.h46 uint32_t fsid; member in struct:exec_archhandler
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkernel_types.h33 typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */ struct
H A Dmount.h87 typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */ struct
385 fsid_t vc_fsid; /* fsid to operate on. */
413 fsid_t vc_fsid; /* fsid to operate on. */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c1078 vfs_getvfs(fsid_t *fsid) argument
1080 return (mount_list_lookupby_fsid(fsid, 0, 0));
1084 vfs_getvfs_locked(fsid_t *fsid) argument
1086 return(mount_list_lookupby_fsid(fsid, 1, 0));
1111 * Get a new unique fsid
1123 /* generate a new fsid */
2834 vfs_event_signal(__unused fsid_t *fsid, u_int32_t event, __unused intptr_t data) argument
2956 * Do a sysctl by fsid.
3245 NULL, 0, sysctl_vfs_vfslist, "S,fsid", "List of mounted filesystem ids");
4312 mount_list_lookupby_fsid(fsid_t *fsid, in argument
[all...]
H A Dvfs_syscalls.c971 vfs_unmountbyfsid(fsid_t * fsid, int flags, vfs_context_t ctx) argument
975 mp = mount_list_lookupby_fsid(fsid, 0, 1);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c815 if (imgp->ip_vattr->va_fsid == exec_archhandler_ppc.fsid &&
1293 * code which sets exec_archhandler_ppc.fsid and
2502 if (vap->va_fsid == exec_archhandler_ppc.fsid &&
H A Dkern_sysctl.c514 archhandler->fsid = va.va_fsid;
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c2638 uint32_t fsid, expid; local
2640 fsid = ntohl(nxh->nxh_fsid);
2642 nx = NFSRVEXPHASH(fsid, expid)->lh_first;
2644 if (nx->nx_fs->nxfs_id != fsid)

Completed in 134 milliseconds