Searched refs:credanonp (Results 1 – 15 of 15) sorted by relevance
| /dragonfly/sys/vfs/ufs/ |
| HD | ufs_vfsops.c | 237 struct ucred **credanonp) in ufs_check_export() argument 251 *credanonp = &np->netc_anon; in ufs_check_export()
|
| /dragonfly/sys/vfs/nullfs/ |
| HD | null_vfsops.c | 335 struct ucred **credanonp) in nullfs_checkexp() argument 344 *credanonp = &np->netc_anon; 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 | 1572 struct ucred **credanonp) in vfs_stdcheckexp() argument
|
| /dragonfly/sys/vfs/tmpfs/ |
| HD | tmpfs_vfsops.c | 521 struct ucred **credanonp) in tmpfs_checkexp() argument 532 *credanonp = &nc->netc_anon; in tmpfs_checkexp()
|
| /dragonfly/sys/vfs/hpfs/ |
| HD | hpfs_vfsops.c | 90 int *exflagsp, struct ucred **credanonp) in hpfs_checkexp() argument 103 *credanonp = &np->netc_anon; in hpfs_checkexp()
|
| /dragonfly/sys/sys/ |
| HD | mount.h | 566 int *extflagsp, struct ucred **credanonp); 595 int *extflagsp, struct ucred **credanonp);
|
| /dragonfly/sys/vfs/hammer/ |
| HD | hammer_vfsops.c | 251 int *exflagsp, struct ucred **credanonp); 1145 int *exflagsp, struct ucred **credanonp) in hammer_vfs_checkexp() argument 1155 *credanonp = &np->netc_anon; in hammer_vfs_checkexp()
|
| /dragonfly/sys/vfs/ntfs/ |
| HD | ntfs_vfsops.c | 96 int *exflagsp, struct ucred **credanonp) in ntfs_checkexp() argument 109 *credanonp = &np->netc_anon; in ntfs_checkexp()
|
| /dragonfly/sys/vfs/dirfs/ |
| HD | dirfs_vfsops.c | 338 struct ucred **credanonp) in dirfs_checkexp() argument
|
| /dragonfly/sys/vfs/isofs/cd9660/ |
| HD | cd9660_vfsops.c | 692 struct ucred **credanonp) in cd9660_checkexp() argument 707 *credanonp = &np->netc_anon; in cd9660_checkexp()
|
| /dragonfly/sys/vfs/msdosfs/ |
| HD | msdosfs_vfsops.c | 867 struct ucred **credanonp) in msdosfs_checkexp() argument 876 *credanonp = &np->netc_anon; in msdosfs_checkexp()
|
| /dragonfly/sys/vfs/hammer2/ |
| HD | hammer2_vfsops.c | 208 int *exflagsp, struct ucred **credanonp); 2830 int *exflagsp, struct ucred **credanonp) in hammer2_vfs_checkexp() argument 2840 *credanonp = &np->netc_anon; in hammer2_vfs_checkexp()
|
| /dragonfly/sys/vfs/ext2fs/ |
| HD | ext2_vfsops.c | 1501 struct ucred **credanonp) in ext2_check_export() argument 1515 *credanonp = &np->netc_anon; in ext2_check_export()
|
| /dragonfly/usr.sbin/makefs/hammer2/ |
| HD | hammer2_vfsops.c | 2797 int *exflagsp, struct ucred **credanonp) 2807 *credanonp = &np->netc_anon;
|