Searched refs:fsid_t (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_notification.c57 fsid_t fsid;
H A Dhfs_attrlist.c543 fsid_t fsid;
547 *((fsid_t *)attrbufptr) = fsid;
548 attrbufptr = ((fsid_t *)attrbufptr) + 1;
885 if (a & ATTR_CMN_FSID) size += sizeof(fsid_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvstat.h49 fsid_t vst_volid; /* volume identifier */
H A Dmount.h87 typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */ typedef in typeref:struct:fsid
105 fsid_t f_fsid; /* file system id */ \
141 fsid_t f_fsid; /* file system id */
172 fsid_t f_fsid; /* file system id */
247 fsid_t f_fsid; /* file system id */
385 fsid_t vc_fsid; /* fsid to operate on. */
413 fsid_t vc_fsid; /* fsid to operate on. */
614 mount_t vfs_getvfs(fsid_t *);
617 int vfs_unmountbyfsid(fsid_t *, int, vfs_context_t);
619 void vfs_event_signal(fsid_t *, u_int32_
[all...]
H A Dkernel_types.h33 typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */ typedef in typeref:struct:fsid
H A Dmount_internal.h324 fsid_t f_fsid; /* file system id */
379 mount_t mount_list_lookupby_fsid(fsid_t *, int, int);
H A Dproc_info.h229 fsid_t vi_fsid;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c182 static int mount_fillfsids(fsid_t *, int );
1075 extern mount_t vfs_getvfs_locked(fsid_t *);
1078 vfs_getvfs(fsid_t *fsid)
1084 vfs_getvfs_locked(fsid_t *fsid)
1117 fsid_t tfsid;
2834 vfs_event_signal(__unused fsid_t *fsid, u_int32_t event, __unused intptr_t data)
2866 mount_fillfsids(fsid_t *fsidlst, int count)
2885 * fill in the array of fsid_t's up to a max of 'count', the actual
2886 * number filled in will be set in '*actual'. If there are more fsid_t's
2892 sysctl_vfs_getvfslist(fsid_t *fsidls
[all...]
H A Dvfs_attrlist.c205 {ATTR_CMN_FSID, 0, sizeof(fsid_t)},
316 {ATTR_CMN_FSID, VATTR_BIT(va_fsid), sizeof(fsid_t), KAUTH_VNODE_READ_ATTRIBUTES},
H A Dvfs_syscalls.c971 vfs_unmountbyfsid(fsid_t * fsid, int flags, vfs_context_t ctx)
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c1225 fsid_t my_fsid;

Completed in 79 milliseconds