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

/xnu-2422.115.4/bsd/sys/
H A Dvstat.h49 fsid_t vst_volid; /* volume identifier */
H A Dmount.h88 typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */ typedef in typeref:struct:fsid
111 fsid_t f_fsid; /* file system id */ \
147 fsid_t f_fsid; /* file system id */
173 fsid_t f_fsid; /* file system id */
254 fsid_t f_fsid; /* file system id */
401 fsid_t vc_fsid; /* fsid to operate on. */
414 fsid_t vc_fsid; /* fsid to operate on. */
422 fsid_t vc_fsid; /* fsid to operate on. */
1142 mount_t vfs_getvfs(fsid_t *);
1164 int vfs_unmountbyfsid(fsid_t *, in
[all...]
H A Dmount_internal.h358 fsid_t f_fsid; /* file system id */
385 fsid_t f_fsid; /* file system id */
433 mount_t mount_list_lookupby_fsid(fsid_t *, int, int);
H A Dproc_info.h311 fsid_t vi_fsid;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_notification.c59 fsid_t fsid;
H A Dhfs_attrlist.c563 fsid_t fsid;
567 *((fsid_t *)attrbufptr) = fsid;
568 attrbufptr = ((fsid_t *)attrbufptr) + 1;
972 if (a & ATTR_CMN_FSID) size += sizeof(fsid_t);
H A Dhfs_vfsops.c3061 fsid_t fsid;
3116 fsid_t fsid;
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c172 fsid_t my_fsid;
H A Dtests.c1334 fsid_t my_fsid;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c209 static int mount_fillfsids(fsid_t *, int );
215 static mount_t vfs_getvfs_locked(fsid_t *);
1165 vfs_getvfs(fsid_t *fsid)
1171 vfs_getvfs_locked(fsid_t *fsid)
1206 fsid_t tfsid;
3152 vfs_event_signal(fsid_t *fsid, u_int32_t event, intptr_t data)
3196 mount_fillfsids(fsid_t *fsidlst, int count)
3215 * fill in the array of fsid_t's up to a max of 'count', the actual
3216 * number filled in will be set in '*actual'. If there are more fsid_t's
3222 sysctl_vfs_getvfslist(fsid_t *fsidls
[all...]
H A Dvfs_attrlist.c309 {ATTR_CMN_FSID, 0, sizeof(fsid_t)},
476 {ATTR_CMN_FSID, VATTR_BIT(va_fsid), sizeof(fsid_t), KAUTH_VNODE_READ_ATTRIBUTES},
509 {ATTR_CMN_FSID, VATTR_BIT(va_fsid), sizeof(fsid_t), KAUTH_VNODE_READ_ATTRIBUTES},
H A Dvfs_lookup.c1762 vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx)
H A Dkpi_vfs.c2682 vfs_settriggercallback(fsid_t *fsid, vfs_trigger_callback_t vtc, void *data, uint32_t flags __unused, vfs_context_t ctx)
H A Dvfs_syscalls.c1733 vfs_unmountbyfsid(fsid_t * fsid, int flags, vfs_context_t ctx)
9468 fsid_t fsid;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c3833 fsid_t fsid; /* FSID that we need to try to unmount */
5129 fsid_t fsid;

Completed in 241 milliseconds