Searched defs:check_node (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c107 struct check_node { struct
113 vfs_t *ud_still_mounted(struct check_node *);
610 struct check_node *check_list, *ptr;
640 check_size = sizeof (struct check_node) * check_cnt;
750 ud_still_mounted(struct check_node *checkp)
768 * possible in the interval from constructing the check_node
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c89 struct check_node { struct
95 static vfs_t *still_mounted(struct check_node *);
202 struct check_node *check_list, *ptr;
237 check_size = sizeof (struct check_node) * check_cnt;
1193 still_mounted(struct check_node *checkp)
1207 * possible in the interval from constructing the check_node

Completed in 93 milliseconds