Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dnamenode.h100 typedef int nm_walk_mounts_f(const struct namenode *, cred_t *, void *); typedef
101 extern int nm_walk_mounts(const vnode_t *, nm_walk_mounts_f *, cred_t *,
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c191 nm_walk_mounts(const vnode_t *vp, nm_walk_mounts_f *func, cred_t *cr, void *arg) in nm_walk_mounts()