Searched refs:extflagsp (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/vfs/nullfs/ |
| HD | null_vfsops.c | 334 nullfs_checkexp(struct mount *mp, struct sockaddr *nam, int *extflagsp, in nullfs_checkexp() argument 343 *extflagsp = np->netc_exflags; in nullfs_checkexp() 352 extflagsp, credanonp); in nullfs_checkexp()
|
| /dragonfly/sys/kern/ |
| HD | vfs_vfsops.c | 252 int *extflagsp, struct ucred **credanonp) in vfs_checkexp() argument 258 error = (mp->mnt_op->vfs_checkexp)(mp, nam, extflagsp, credanonp); in vfs_checkexp()
|
| HD | vfs_default.c | 1571 vfs_stdcheckexp(struct mount *mp, struct sockaddr *nam, int *extflagsp, in vfs_stdcheckexp() argument
|
| /dragonfly/sys/sys/ |
| HD | mount.h | 566 int *extflagsp, struct ucred **credanonp); 595 int *extflagsp, struct ucred **credanonp);
|