Home
last modified time | relevance | path

Searched refs:check_node (Results 1 – 2 of 2) sorted by relevance

/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 *); argument
202 struct check_node *check_list, *ptr; in ufs_update()
237 check_size = sizeof (struct check_node) * check_cnt; in ufs_update()
1193 still_mounted(struct check_node *checkp) in still_mounted()
/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 *); argument
610 struct check_node *check_list, *ptr; in ud_update()
640 check_size = sizeof (struct check_node) * check_cnt; in ud_update()
750 ud_still_mounted(struct check_node *checkp) in ud_still_mounted()