/dflybsd-src/sys/kern/ |
H A D | vfs_mount.c | 174 struct mount *mp = vp->v_mount; in vremovevnodemnt() local 194 getnewvnode(enum vtagtype tag, struct mount *mp, in getnewvnode() 233 getspecialvnode(enum vtagtype tag, struct mount *mp, in getspecialvnode() 271 vfs_busy(struct mount *mp, int flags) in vfs_busy() 317 vfs_unbusy(struct mount *mp) in vfs_unbusy() 335 struct mount *mp; in vfs_rootmountalloc() local 373 mount_init(struct mount *mp, struct vfsops *ops) in mount_init() 393 mount_hold(struct mount *mp) in mount_hold() 399 mount_drop(struct mount *mp) in mount_drop() 416 struct mount *mp; in vfs_getvfs() local [all …]
|
H A D | vfs_jops.c | 156 struct mount *mp; in journal_mountctl() local 236 journal_attach(struct mount *mp) in journal_attach() 246 journal_detach(struct mount *mp) in journal_detach() 262 journal_install_vfs_journal(struct mount *mp, struct file *fp, in journal_install_vfs_journal() 337 journal_restart_vfs_journal(struct mount *mp, struct file *fp, in journal_restart_vfs_journal() 355 journal_restart(struct mount *mp, struct file *fp, in journal_restart() 401 journal_remove_vfs_journal(struct mount *mp, in journal_remove_vfs_journal() 423 journal_remove_all_journals(struct mount *mp, int flags) in journal_remove_all_journals() 433 journal_destroy(struct mount *mp, struct journal *jo, int flags) in journal_destroy() 455 journal_resync_vfs_journal(struct mount *mp, const void *ctl) in journal_resync_vfs_journal() [all …]
|
H A D | vfs_vfsops.c | 84 vfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in vfs_mount() 102 vfs_start(struct mount *mp, int flags) in vfs_start() 124 vfs_unmount(struct mount *mp, int mntflags) in vfs_unmount() 144 vfs_root(struct mount *mp, struct vnode **vpp) in vfs_root() 159 vfs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg, in vfs_quotactl() 175 vfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in vfs_statfs() 190 vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in vfs_statvfs() 205 vfs_sync(struct mount *mp, int waitfor) in vfs_sync() 220 vfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in vfs_vget() 235 vfs_fhtovp(struct mount *mp, struct vnode *rootvp, in vfs_fhtovp() [all …]
|
H A D | vfs_quota.c | 85 unode_insert(struct mount *mp, uid_t uid) in unode_insert() 99 gnode_insert(struct mount *mp, gid_t gid) in gnode_insert() 119 vq_init(struct mount *mp) in vq_init() 143 vq_done(struct mount *mp) in vq_done() 149 vfs_stdaccount(struct mount *mp, uid_t uid, gid_t gid, int64_t delta) in vfs_stdaccount() 175 cmd_get_usage_all(struct mount *mp, prop_array_t dict_out) in cmd_get_usage_all() 219 cmd_set_usage_all(struct mount *mp, prop_array_t args) in cmd_set_usage_all() 273 cmd_set_limit(struct mount *mp, prop_dictionary_t args) in cmd_set_limit() 287 cmd_set_limit_uid(struct mount *mp, prop_dictionary_t args) in cmd_set_limit_uid() 308 cmd_set_limit_gid(struct mount *mp, prop_dictionary_t args) in cmd_set_limit_gid() [all …]
|
H A D | vfs_sync.c | 174 vn_syncer_count(struct mount *mp) in vn_syncer_count() 309 vn_syncer_thr_create(struct mount *mp) in vn_syncer_thr_create() 330 vn_syncer_thr_stop(struct mount *mp) in vn_syncer_thr_stop() 513 vn_syncer_one(struct mount *mp) in vn_syncer_one() 561 speedup_syncer(struct mount *mp) in speedup_syncer() 579 trigger_syncer_start(struct mount *mp) in trigger_syncer_start() 590 trigger_syncer_stop(struct mount *mp) in trigger_syncer_stop() 603 trigger_syncer(struct mount *mp) in trigger_syncer() 646 vfs_allocate_syncvnode(struct mount *mp) in vfs_allocate_syncvnode() 708 struct mount *mp = syncvp->v_mount; in sync_fsync() local [all …]
|
H A D | vfs_default.c | 1254 struct mount *mp; in vop_stdgetpages() local 1270 struct mount *mp; in vop_stdputpages() local 1303 struct mount *mp; in vop_stdmountctl() local 1452 vfs_stdroot(struct mount *mp, struct vnode **vpp) in vfs_stdroot() 1458 vfs_stdstatfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in vfs_stdstatfs() 1469 vfs_stdstatvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in vfs_stdstatvfs() 1533 vfs_stdstart(struct mount *mp, int flags) in vfs_stdstart() 1539 vfs_stdquotactl(struct mount *mp, int cmds, uid_t uid, in vfs_stdquotactl() 1546 vfs_stdsync(struct mount *mp, int waitfor) in vfs_stdsync() 1552 vfs_stdnosync(struct mount *mp, int waitfor) in vfs_stdnosync() [all …]
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | mp.h | 73 struct mp { struct 83 struct mpserver server; /* Our ``sharing'' socket */ argument 104 int period; /* link->throughput sample period */ argument 109 struct fsm_parent fsmp; /* Our callback functions */ argument 133 extern void mp_Init(struct mp *, struct bundle *); argument
|
H A D | mp.c | 137 mp_ReadHeader(struct mp *mp, struct mbuf *m, struct mp_header *header) in mp_ReadHeader() 195 struct mp *mp = (struct mp *)v; in mp_UpDown() local 211 mp_StopAutoloadTimer(struct mp *mp) in mp_StopAutoloadTimer() 217 mp_CheckAutoloadTimer(struct mp *mp) in mp_CheckAutoloadTimer() 232 mp_RestartAutoloadTimer(struct mp *mp) in mp_RestartAutoloadTimer() 241 mp_Init(struct mp *mp, struct bundle *bundle) in mp_Init() 298 mp_Up(struct mp *mp, struct datalink *dl) in mp_Up() 382 mp_Down(struct mp *mp) in mp_Down() 416 mp_Assemble(struct mp *mp, struct mbuf *m, struct physical *p) in mp_Assemble() 633 mp_Output(struct mp *mp, struct bundle *bundle, struct link *l, in mp_Output() [all …]
|
/dflybsd-src/lib/libc/db/mpool/ |
H A D | mpool.c | 63 MPOOL *mp; in mpool_open() local 97 mpool_filter(MPOOL *mp, void (*pgin)(void *, pgno_t, void *), in mpool_filter() 110 mpool_new(MPOOL *mp, pgno_t *pgnoaddr, unsigned int flags) in mpool_new() 144 mpool_delete(MPOOL *mp, void *page) in mpool_delete() 175 mpool_get(MPOOL *mp, pgno_t pgno, in mpool_get() 270 mpool_put(MPOOL *mp, void *page, unsigned int flags) in mpool_put() 296 mpool_close(MPOOL *mp) in mpool_close() 317 mpool_sync(MPOOL *mp) in mpool_sync() 336 mpool_bkt(MPOOL *mp) in mpool_bkt() 391 mpool_write(MPOOL *mp, BKT *bp) in mpool_write() [all …]
|
/dflybsd-src/sys/vfs/nullfs/ |
H A D | null_vfsops.c | 76 nullfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in nullfs_mount() 252 nullfs_unmount(struct mount *mp, int mntflags) in nullfs_unmount() 272 nullfs_root(struct mount *mp, struct vnode **vpp) in nullfs_root() 291 nullfs_quotactl(struct mount *mp, int cmd, uid_t uid, caddr_t arg, in nullfs_quotactl() 298 nullfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in nullfs_statfs() 334 nullfs_checkexp(struct mount *mp, struct sockaddr *nam, int *extflagsp, in nullfs_checkexp() 357 nullfs_export(struct mount *mp, int op, const struct export_args *export) in nullfs_export() 389 nullfs_fhtovp(struct mount *mp, struct vnode *rootvp, in nullfs_fhtovp() 398 nullfs_extattrctl(struct mount *mp, int cmd, struct vnode *vp, in nullfs_extattrctl() 406 nullfs_ncpgen_set(struct mount *mp, struct namecache *ncp) in nullfs_ncpgen_set() [all …]
|
/dflybsd-src/sys/vfs/devfs/ |
H A D | devfs_vfsops.c | 72 devfs_vfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in devfs_vfs_mount() 138 devfs_vfs_unmount(struct mount *mp, int mntflags) in devfs_vfs_unmount() 166 devfs_vfs_root(struct mount *mp, struct vnode **vpp) in devfs_vfs_root() 182 devfs_vfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in devfs_vfs_statfs() 203 devfs_vfs_fhtovp(struct mount *mp, struct vnode *rootvp, in devfs_vfs_fhtovp() 245 devfs_vfs_vget(struct mount *mp, struct vnode *dvp, in devfs_vfs_vget() 259 devfs_vfs_ncpgen_set(struct mount *mp, struct namecache *ncp) in devfs_vfs_ncpgen_set() 265 devfs_vfs_ncpgen_test(struct mount *mp, struct namecache *ncp) in devfs_vfs_ncpgen_test()
|
/dflybsd-src/sys/vfs/msdosfs/ |
H A D | msdosfs_vfsops.c | 102 update_mp(struct mount *mp, struct msdosfs_args *argp) in update_mp() 148 msdosfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in msdosfs_mount() 292 mountmsdosfs(struct vnode *devvp, struct mount *mp, struct msdosfs_args *argp) in mountmsdosfs() 629 msdosfs_unmount(struct mount *mp, int mntflags) in msdosfs_unmount() 686 msdosfs_root(struct mount *mp, struct vnode **vpp) in msdosfs_root() 701 msdosfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in msdosfs_statfs() 722 msdosfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in msdosfs_statvfs() 784 msdosfs_sync(struct mount *mp, int waitfor) in msdosfs_sync() 829 msdosfs_sync_scan(struct mount *mp, struct vnode *vp, void *data) in msdosfs_sync_scan() 848 msdosfs_fhtovp(struct mount *mp, struct vnode *rootvp, in msdosfs_fhtovp() [all …]
|
/dflybsd-src/sys/vfs/ufs/ |
H A D | ffs_vfsops.c | 127 ffs_mount(struct mount *mp, /* mount struct pointer */ in ffs_mount() 447 ffs_reload(struct mount *mp, struct ucred *cred) in ffs_reload() 551 ffs_reload_scan2(struct mount *mp, struct vnode *vp, void *data) in ffs_reload_scan2() 588 ffs_mountfs(struct vnode *devvp, struct mount *mp, struct malloc_type *mtype) in ffs_mountfs() 824 ffs_unmount(struct mount *mp, int mntflags) in ffs_unmount() 875 ffs_flushfiles(struct mount *mp, int flags) in ffs_flushfiles() 917 ffs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in ffs_statfs() 955 ffs_sync(struct mount *mp, int waitfor) in ffs_sync() 1003 ffs_sync_scan1(struct mount *mp, struct vnode *vp, void *data) in ffs_sync_scan1() 1026 ffs_sync_scan2(struct mount *mp, struct vnode *vp, void *data) in ffs_sync_scan2() [all …]
|
/dflybsd-src/sys/vfs/dirfs/ |
H A D | dirfs_vfsops.c | 98 dirfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in dirfs_mount() 177 dirfs_unmount(struct mount *mp, int mntflags) in dirfs_unmount() 222 dirfs_root(struct mount *mp, struct vnode **vpp) in dirfs_root() 282 dirfs_fhtovp(struct mount *mp, struct vnode *rootvp, struct fid *fhp, struct vnode **vpp) in dirfs_fhtovp() 290 dirfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in dirfs_statfs() 309 dirfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in dirfs_statvfs() 337 dirfs_checkexp(struct mount *mp, struct sockaddr *nam, int *exflagsp, in dirfs_checkexp()
|
/dflybsd-src/sys/vfs/hpfs/ |
H A D | hpfs_vfsops.c | 88 hpfs_checkexp(struct mount *mp, in hpfs_checkexp() 117 hpfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in hpfs_mount() 219 hpfs_mountfs(struct vnode *devvp, struct mount *mp, struct hpfs_args *argsp) in hpfs_mountfs() 341 hpfs_unmount(struct mount *mp, int mntflags) in hpfs_unmount() 382 hpfs_root(struct mount *mp, struct vnode **vpp) in hpfs_root() 398 hpfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in hpfs_statfs() 424 hpfs_fhtovp(struct mount *mp, struct vnode *rootvp, in hpfs_fhtovp() 457 hpfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in hpfs_vget()
|
/dflybsd-src/sys/vfs/ntfs/ |
H A D | ntfs_vfsops.c | 95 ntfs_checkexp(struct mount *mp, struct sockaddr *nam, in ntfs_checkexp() 122 ntfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in ntfs_mount() 283 ntfs_mountfs(struct vnode *devvp, struct mount *mp, struct ntfs_args *argsp, in ntfs_mountfs() 496 ntfs_unmount(struct mount *mp, int mntflags) in ntfs_unmount() 558 ntfs_root(struct mount *mp, struct vnode **vpp) in ntfs_root() 606 ntfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in ntfs_statfs() 633 ntfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in ntfs_statvfs() 655 ntfs_fhtovp(struct mount *mp, struct vnode *rootvp, in ntfs_fhtovp() 692 ntfs_vgetex(struct mount *mp, ino_t ino, u_int32_t attrtype, char *attrname, in ntfs_vgetex() 794 ntfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in ntfs_vget()
|
/dflybsd-src/sys/vfs/ext2fs/ |
H A D | ext2_vfsops.c | 131 ext2_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in ext2_mount() 730 ext2_reload_scan(struct mount *mp, struct vnode *vp, void *data) in ext2_reload_scan() 783 ext2_reload(struct mount *mp) in ext2_reload() 859 ext2_mountfs(struct vnode *devvp, struct mount *mp) in ext2_mountfs() 1025 ext2_unmount(struct mount *mp, int mntflags) in ext2_unmount() 1076 ext2_flushfiles(struct mount *mp, int flags) in ext2_flushfiles() 1088 ext2_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in ext2_statfs() 1140 ext2_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in ext2_statvfs() 1188 ext2_sync_scan(struct mount *mp, struct vnode *vp, void *data) in ext2_sync_scan() 1214 ext2_sync(struct mount *mp, int waitfor) in ext2_sync() [all …]
|
/dflybsd-src/sys/vfs/fuse/ |
H A D | fuse_vfsops.c | 96 fuse_mount(struct mount *mp, char *mntpt, caddr_t data, struct ucred *cred) in fuse_mount() 249 fuse_unmount(struct mount *mp, int mntflags) in fuse_unmount() 326 fuse_sync(struct mount *mp, int waitfor) in fuse_sync() 345 fuse_sync_scan1(struct mount *mp, struct vnode *vp, void *data) in fuse_sync_scan1() 356 fuse_sync_scan2(struct mount *mp, struct vnode *vp, void *data) in fuse_sync_scan2() 367 fuse_root(struct mount *mp, struct vnode **vpp) in fuse_root() 386 fuse_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in fuse_statfs() 417 fuse_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in fuse_statvfs()
|
/dflybsd-src/sys/vfs/isofs/cd9660/ |
H A D | cd9660_vfsops.c | 144 iso_mountroot(struct mount *mp) in iso_mountroot() 184 cd9660_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in cd9660_mount() 270 iso_mountfs(struct vnode *devvp, struct mount *mp, struct iso_args *argp) in iso_mountfs() 566 cd9660_unmount(struct mount *mp, int mntflags) in cd9660_unmount() 605 cd9660_root(struct mount *mp, struct vnode **vpp) in cd9660_root() 624 cd9660_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in cd9660_statfs() 663 cd9660_fhtovp(struct mount *mp, struct vnode *rootvp, in cd9660_fhtovp() 691 cd9660_checkexp(struct mount *mp, struct sockaddr *nam, int *exflagsp, in cd9660_checkexp() 712 cd9660_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in cd9660_vget() 731 cd9660_vget_internal(struct mount *mp, ino_t ino, struct vnode **vpp, in cd9660_vget_internal()
|
/dflybsd-src/sys/vfs/procfs/ |
H A D | procfs_vfsops.c | 65 procfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in procfs_mount() 97 procfs_unmount(struct mount *mp, int mntflags) in procfs_unmount() 119 procfs_root(struct mount *mp, struct vnode **vpp) in procfs_root() 128 procfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in procfs_statfs()
|
/dflybsd-src/games/monop/ |
H A D | houses.c | 55 MON *mp; in buy_houses() local 111 MON *mp; in buy_h() local 215 MON *mp; in sell_houses() local 261 MON *mp; in sell_h() local 317 list_cur(MON *mp) in list_cur() 371 ready_for_hotels(MON *mp) in ready_for_hotels()
|
/dflybsd-src/sys/vfs/autofs/ |
H A D | autofs_vfsops.c | 114 autofs_mount(struct mount *mp, char *mntpt, caddr_t data, struct ucred *cred) in autofs_mount() 195 autofs_unmount(struct mount *mp, int mntflags) in autofs_unmount() 264 autofs_root(struct mount *mp, struct vnode **vpp) in autofs_root() 282 autofs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in autofs_statfs() 296 autofs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in autofs_statvfs()
|
/dflybsd-src/stand/lib/ |
H A D | zalloc.c | 80 znalloc(MemPool *mp, uintptr_t bytes) in znalloc() 139 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() 248 zextendPool(MemPool *mp, void *base, uintptr_t bytes) in zextendPool() 275 zallocstats(MemPool *mp) in zallocstats()
|
/dflybsd-src/sys/vfs/hammer/ |
H A D | hammer_vfsops.c | 323 hammer_vfs_mount(struct mount *mp, char *mntpt, caddr_t data, in hammer_vfs_mount() 788 hammer_vfs_unmount(struct mount *mp, int mntflags) in hammer_vfs_unmount() 823 hammer_free_hmp(struct mount *mp) in hammer_free_hmp() 920 hammer_vfs_vget(struct mount *mp, struct vnode *dvp, in hammer_vfs_vget() 970 hammer_vfs_root(struct mount *mp, struct vnode **vpp) in hammer_vfs_root() 979 hammer_vfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in hammer_vfs_statfs() 1017 hammer_vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in hammer_vfs_statvfs() 1062 hammer_vfs_sync(struct mount *mp, int waitfor) in hammer_vfs_sync() 1105 hammer_vfs_fhtovp(struct mount *mp, struct vnode *rootvp, in hammer_vfs_fhtovp() 1144 hammer_vfs_checkexp(struct mount *mp, struct sockaddr *nam, in hammer_vfs_checkexp() [all …]
|
/dflybsd-src/contrib/gmp/mpn/generic/ |
H A D | powm.c | 120 redcify (mp_ptr rp, mp_srcptr up, mp_size_t un, mp_srcptr mp, mp_size_t n) in redcify() 142 mp_srcptr mp, mp_size_t n, mp_ptr tp) in mpn_powm() 309 #define MPN_REDUCE(rp,tp,mp,n,mip) mpn_redc_1 (rp, tp, mp, n, mip[0]) in mpn_powm() argument 319 #define MPN_REDUCE(rp,tp,mp,n,mip) mpn_redc_2 (rp, tp, mp, n, mip) in mpn_powm() argument 329 #define MPN_REDUCE(rp,tp,mp,n,mip) mpn_redc_2 (rp, tp, mp, n, mip) in mpn_powm() argument 339 #define MPN_REDUCE(rp,tp,mp,n,mip) mpn_redc_n (rp, tp, mp, n, mip) in mpn_powm() argument 352 #define MPN_REDUCE(rp,tp,mp,n,mip) mpn_redc_1 (rp, tp, mp, n, mip[0]) in mpn_powm() argument 362 #define MPN_REDUCE(rp,tp,mp,n,mip) mpn_redc_1 (rp, tp, mp, n, mip[0]) in mpn_powm() argument 372 #define MPN_REDUCE(rp,tp,mp,n,mip) mpn_redc_2 (rp, tp, mp, n, mip) in mpn_powm() argument 382 #define MPN_REDUCE(rp,tp,mp,n,mip) mpn_redc_n (rp, tp, mp, n, mip) in mpn_powm() argument [all …]
|