Searched defs:fsid_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtypes.h39 }fsid_t; /* Type of file system IDs, from bits/types.h */ typedef in typeref:struct:__anon2161
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h38 } fsid_t; typedef in typeref:struct:__anon2788
65 fsid_t vfs_fsid; /* file system id */
120 fsid_t f_fsid; /* file system id */
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h63 } fsid_t; typedef in typeref:struct:__anon4499
92 fsid_t vfs_fsid; /* file system id */
192 struct vfs *getvfs(fsid_t *);
236 fsid_t f_fsid; /* file system id */
248 fsid_t f_fsid; /* file system id */
262 fsid_t f_fsid; /* file system id */
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h68 } fsid_t; typedef in typeref:struct:__anon373
155 * use a unique fsid_t for each vfs (e.g., namefs). In order to do
207 fsid_t vfs_fsid; /* file system id */
519 void vfs_make_fsid(fsid_t *, dev_t, int);
525 struct vfs *getvfs(fsid_t *);
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h50 typedef struct fsid { int32_t val[2]; } fsid_t; /* filesystem id type */ typedef in typeref:struct:fsid
88 fsid_t f_fsid; /* filesystem id */
110 fsid_t f_fsid; /* filesystem id */
417 fsid_t fh_fsid; /* Filesystem id of mount point */
520 fsid_t vc_fsid; /* fsid to operate on */
843 void vfs_event_signal(fsid_t *, u_int32_t, intptr_t);
876 struct mount *vfs_getvfs(fsid_t *); /* return vfs given fsid */
877 struct mount *vfs_busyfs(fsid_t *);

Completed in 86 milliseconds