Searched refs:mkfsvnode (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/usr.sbin/makefs/
H A Dmsdos.h33 struct mkfsvnode;
36 struct msdosfsmount *msdosfs_mount(struct mkfsvnode *, int);
37 int msdosfs_root(struct msdosfsmount *, struct mkfsvnode *);
H A Dmsdos.c114 struct mkfsvnode vp, rootvp;
H A Dffs.c787 struct mkfsvnode vp = { fsopts, NULL };
/openbsd-current/usr.sbin/makefs/ffs/
H A Dbuf.h58 struct mkfsvnode { struct
77 int bread(struct mkfsvnode *, daddr_t, int, int, struct mkfsbuf **);
80 struct mkfsbuf * getblk(struct mkfsvnode *, daddr_t, int, int, int);
H A Dbuf.c54 bread(struct mkfsvnode *vp, daddr_t blkno, int size, int u2 __unused,
158 getblk(struct mkfsvnode *vp, daddr_t blkno, int size, int u1 __unused,
H A Dufs_inode.h48 struct mkfsvnode *i_devvp; /* device mkfsvnode for block I/O */
/openbsd-current/usr.sbin/makefs/msdos/
H A Ddenode.h55 struct mkfsvnode;
60 * This is the pc filesystem specific portion of the mkfsvnode structure.
151 * contained within a mkfsvnode.
160 struct mkfsvnode *de_mkfsvnode; /* addr of mkfsvnode we are part of */
161 struct mkfsvnode *de_devvp; /* mkfsvnode of blk dev we live on */
266 * Prototypes for MSDOSFS mkfsvnode operations
302 int msdosfs_update(struct mkfsvnode *, const struct timespec *,
314 int msdosfs_gop_alloc(struct mkfsvnode *, off_
[all...]
H A Dmsdosfsmount.h86 struct mkfsvnode *pm_devvp; /* mkfsvnode for block device mntd */
H A Dmsdosfs_vfsops.c80 msdosfs_mount(struct mkfsvnode *devvp, int flags)
349 msdosfs_root(struct msdosfsmount *pmp, struct mkfsvnode *vp) {
H A Dmsdosfs_denode.c114 * Copy the directory entry into the denode area of the mkfsvnode.
126 ldep->de_mkfsvnode = (struct mkfsvnode *)-1;
162 * Fill in a few fields of the mkfsvnode and finish filling in the
210 * the VROOT bit in the mkfsvnode because checking for the directory

Completed in 167 milliseconds