Home
last modified time | relevance | path

Searched refs:m_vnode (Results 1 – 17 of 17) sorted by relevance

/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h183 struct m_vnode *a_vp;
190 struct m_vnode *a_vp;
196 struct m_vnode *a_vp;
203 struct m_vnode *a_vp;
208 struct m_vnode *a_vp;
213 struct m_vnode *a_vp;
219 struct m_vnode *a_vp;
226 struct m_vnode *a_vp;
233 struct m_vnode *a_vp;
242 struct m_vnode *a_vp;
[all …]
H A Dhammer2.h310 struct m_vnode *devvp;
738 struct m_vnode *vp;
1936 ino_t ino, struct m_vnode **vpp);
2018 struct m_vnode **rootvoldevvp);
2025 int hammer2_reclaim(struct m_vnode *vp);
2031 int hammer2_nresolve(struct m_vnode *dvp, struct m_vnode **vpp, char *name, int nlen);
2032 int hammer2_nmkdir(struct m_vnode *dvp, struct m_vnode **vpp, char *name, int nlen,
2034 int hammer2_nlink(struct m_vnode *dvp, struct m_vnode *vp, char *name, int nlen);
2035 int hammer2_ncreate(struct m_vnode *dvp, struct m_vnode **vpp, char *name, int nlen,
2037 int hammer2_nmknod(struct m_vnode *dvp, struct m_vnode **vpp, char *name, int nlen,
[all …]
H A Dhammer2_vnops.c82 struct m_vnode *vp; in hammer2_vop_inactive()
144 struct m_vnode *vp; in hammer2_vop_reclaim()
222 struct m_vnode *vp; in hammer2_vop_fsync()
325 struct m_vnode *vp; in hammer2_vop_getattr()
385 struct m_vnode *vp; in hammer2_vop_getattr_lite()
438 struct m_vnode *vp; in hammer2_vop_setattr()
868 struct m_vnode *vp; in hammer2_vop_readlink()
914 struct m_vnode *vp; in hammer2_vop_read()
978 struct m_vnode *vp; in hammer2_vop_write()
1583 struct m_vnode *vp; in hammer2_vop_nresolve()
[all …]
H A Dhammer2_ondisk.c59 hammer2_lookup_device(const char *path, int rootmount, struct m_vnode **devvp)
61 struct m_vnode *vp = NULL;
106 struct m_vnode *devvp; in hammer2_open_devvp()
145 struct m_vnode *devvp; in hammer2_close_devvp()
164 hammer2_init_devvp(struct m_vnode *devvp, hammer2_devvp_list_t *devvpl) in hammer2_init_devvp()
461 hammer2_read_volume_header(struct m_vnode *devvp, const char *path, in hammer2_read_volume_header()
577 struct m_vnode **rootvoldevvp) in hammer2_init_vfsvolumes()
582 struct m_vnode *devvp; in hammer2_init_vfsvolumes()
H A Dhammer2_buf.c42 getblkx(struct m_vnode *vp, off_t loffset, int size, int blkflags, int slptimeo) in getblkx()
62 breadx(struct m_vnode *vp, off_t loffset, int size, struct m_buf **bpp) in breadx()
107 bread_kvabio(struct m_vnode *vp, off_t loffset, int size, struct m_buf **bpp) in bread_kvabio()
H A Dhammer2_vfsops.c971 hammer2_vfs_mount(struct m_vnode *makefs_devvp, struct mount *mp, in hammer2_vfs_mount()
1051 struct m_vnode *devvp = e->devvp; in hammer2_vfs_mount()
1548 struct m_vnode *devvp;
1855 hammer2_vfs_vget(struct mount *mp, struct m_vnode *dvp, in hammer2_vfs_vget()
1856 ino_t ino, struct m_vnode **vpp) in hammer2_vfs_vget()
1905 hammer2_vfs_root(struct mount *mp, struct m_vnode **vpp) in hammer2_vfs_root()
1908 struct m_vnode *vp; in hammer2_vfs_root()
2413 struct m_vnode *vp; in hammer2_vfs_sync_pmp()
2760 hammer2_vfs_vptofh(struct m_vnode *vp, struct fid *fhp)
2776 hammer2_vfs_fhtovp(struct mount *mp, struct m_vnode *rootvp,
[all …]
H A Dhammer2_inode.c676 struct m_vnode *
680 struct m_vnode *vp; in hammer2_igetv()
1585 hammer2_inode_unlink_finisher(hammer2_inode_t *ip, struct m_vnode **vprecyclep) in hammer2_inode_unlink_finisher()
1587 struct m_vnode *vp; in hammer2_inode_unlink_finisher()
1654 hammer2_inode_vprecycle(struct m_vnode *vp) in hammer2_inode_vprecycle()
1850 struct m_vnode *vp; in vflush()
H A Dhammer2_flush.c1304 struct m_vnode *devvp; in hammer2_xop_inode_flush()
/dragonfly/usr.sbin/makefs/
H A Dhammer2.c304 struct m_vnode devvp, *vroot; in hammer2_makefs()
1010 hammer2_print(const struct m_vnode *dvp, const struct m_vnode *vp, in hammer2_print()
1055 struct m_vnode *vp; in hammer2_populate_dir()
1380 hammer2_pfs_get(struct m_vnode *vp) in hammer2_pfs_get()
1540 struct m_vnode *vp; in hammer2_inode_getx()
1662 struct m_vnode *vp; in hammer2_inode_setcheck()
1780 struct m_vnode *vp; in hammer2_inode_setcomp()
1933 hammer2_bulkfree(struct m_vnode *vp) in hammer2_bulkfree()
1956 struct m_vnode *vp; in hammer2_destroy_path()
2160 struct m_vnode *vp; in hammer2_readx_directory()
[all …]
H A Dmsdos.h53 struct m_vnode;
57 struct msdosfsmount *msdosfs_mount(struct m_vnode *);
58 int msdosfs_root(struct msdosfsmount *, struct m_vnode *);
69 struct msdosfsmount *m_msdosfs_mount(struct m_vnode *devvp);
H A Dmsdos.c150 struct m_vnode vp, rootvp; in msdos_makefs()
H A Dffs.c944 struct m_vnode vp = { fsopts, NULL }; in ffs_write_file()
/dragonfly/usr.sbin/makefs/ffs/
H A Dbuf.h54 struct m_vnode { struct
77 struct m_vnode *b_vp; /* DragonFly */ argument
84 int bread(struct m_vnode *, makefs_daddr_t, int, struct ucred *,
88 struct m_buf * getblk(struct m_vnode *, makefs_daddr_t, int, int, int, int);
H A Dbuf.c60 bread(struct m_vnode *vp, makefs_daddr_t blkno, int size, struct ucred *u1 __unused, in bread()
193 getblk(struct m_vnode *vp, makefs_daddr_t blkno, int size, int u1 __unused, in getblk()
H A Dufs_inode.h52 struct m_vnode *i_devvp; /* vnode pointer (contains fsopts) */
/dragonfly/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c76 m_msdosfs_mount(struct m_vnode *devvp) in m_msdosfs_mount()
347 msdosfs_root(struct msdosfsmount *pmp, struct m_vnode *vp) { in msdosfs_root()
351 *vp = *(struct m_vnode *)pmp->pm_devvp; in msdosfs_root()
H A Ddenode.h32 #define m_vnode vnode macro