Lines Matching defs:mnt
120 int tmpfs_mount(struct Mount *mnt, struct Vnode *device, const void *data);
121 int tmpfs_unmount(struct Mount *mnt, struct Vnode **blkdriver);
1667 int tmpfs_mount(struct Mount *mnt, struct Vnode *device, const void *data)
1717 tdo->mode = mnt->vnodeBeCovered->mode;
1718 tdo->gid = mnt->vnodeBeCovered->gid;
1719 tdo->uid = mnt->vnodeBeCovered->uid;
1720 vp->originMount = mnt;
1727 mnt->data = fs;
1728 mnt->vnodeCovered = vp;
1740 int tmpfs_unmount(struct Mount *mnt, struct Vnode **blkdriver)
1742 struct tmpfs_s *fs = (struct tmpfs_s *)mnt->data;