/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_compat.h | 183 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 D | hammer2.h | 310 struct m_vnode *devvp; 738 struct m_vnode *vp; 1127 struct m_vnode *devvp; /* device vnode */ 1162 struct m_vnode *devvp; /* device vnode for root volume */ 1522 struct m_vnode *hammer2_igetv(hammer2_inode_t *ip, int *errorp); 1560 int hammer2_inode_unlink_finisher(hammer2_inode_t *ip, struct m_vnode **vpp); 1561 void hammer2_inode_vprecycle(struct m_vnode *vp); 1935 int hammer2_vfs_vget(struct mount *mp, struct m_vnode *dvp, 1936 ino_t ino, struct m_vnode **vpp); 1937 int hammer2_vfs_root(struct mount *mp, struct m_vnode **vpp); [all …]
|
H A D | hammer2_vnops.c | 82 struct m_vnode *vp; in hammer2_vop_inactive() 144 struct m_vnode *vp; in hammer2_vop_reclaim() 201 hammer2_reclaim(struct m_vnode *vp) in hammer2_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() 823 hammer2_readdir(struct m_vnode *vp, void *buf, size_t size, off_t *offsetp, in hammer2_readdir() 868 struct m_vnode *vp; in hammer2_vop_readlink() 882 hammer2_readlink(struct m_vnode *vp, void *buf, size_t size) in hammer2_readlink() [all …]
|
H A D | hammer2_ondisk.c | 59 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() 473 hammer2_read_volume_header(struct m_vnode *devvp, const char *path, in hammer2_read_volume_header() 589 struct m_vnode **rootvoldevvp) in hammer2_init_vfsvolumes() 594 struct m_vnode *devvp; in hammer2_init_vfsvolumes()
|
H A D | hammer2_buf.c | 42 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 D | hammer2_vfsops.c | 971 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 D | hammer2_inode.c | 676 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 D | hammer2_flush.c | 1304 struct m_vnode *devvp; in hammer2_xop_inode_flush()
|
/dflybsd-src/usr.sbin/makefs/ |
H A D | hammer2.c | 68 static int hammer2_populate_dir(struct m_vnode *, const char *, fsnode *, 72 static int hammer2_write_file(struct m_vnode *, const char *, fsnode *); 73 static int hammer2_version_get(struct m_vnode *); 74 static int hammer2_pfs_get(struct m_vnode *); 75 static int hammer2_pfs_lookup(struct m_vnode *, const char *); 76 static int hammer2_pfs_create(struct m_vnode *, const char *); 77 static int hammer2_pfs_delete(struct m_vnode *, const char *); 78 static int hammer2_pfs_snapshot(struct m_vnode *, const char *, const char *); 79 static int hammer2_inode_getx(struct m_vnode *, const char *); 80 static int hammer2_inode_setcheck(struct m_vnode *, const char *); [all …]
|
H A D | msdos.h | 53 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 D | msdos.c | 150 struct m_vnode vp, rootvp; in msdos_makefs()
|
H A D | ffs.c | 944 struct m_vnode vp = { fsopts, NULL }; in ffs_write_file()
|
/dflybsd-src/usr.sbin/makefs/ffs/ |
H A D | buf.h | 54 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 D | buf.c | 60 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 D | ufs_inode.h | 52 struct m_vnode *i_devvp; /* vnode pointer (contains fsopts) */
|
/dflybsd-src/usr.sbin/makefs/msdos/ |
H A D | msdosfs_vfsops.c | 76 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 D | denode.h | 32 #define m_vnode vnode macro
|