Searched refs:hpfsnode (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/vfs/hpfs/ |
| HD | hpfs_subr.h | 58 int hpfs_truncate (struct hpfsnode *, u_long); 59 int hpfs_extend (struct hpfsnode *, u_long); 61 int hpfs_updateparent (struct hpfsnode *); 62 int hpfs_update (struct hpfsnode *); 64 int hpfs_validateparent (struct hpfsnode *); 66 int hpfs_genlookupbyname (struct hpfsnode *, char *, int, 81 int hpfs_hpbmap (struct hpfsnode *, daddr_t, daddr_t *, int *); 83 int hpfs_addextent (struct hpfsmount *, struct hpfsnode *, u_long);
|
| HD | hpfs_hash.c | 49 static LIST_HEAD(hphashhead, hpfsnode) *hpfs_hphashtbl; 88 struct hpfsnode * 91 struct hpfsnode *hp; in hpfs_hphashlookup() 106 struct hpfsnode *hp; in hpfs_hphashvget() 145 hpfs_hphashins(struct hpfsnode *hp) in hpfs_hphashins() 160 hpfs_hphashrem(struct hpfsnode *hp) in hpfs_hphashrem()
|
| HD | hpfs.h | 336 struct hpfsnode { struct 339 LIST_ENTRY(hpfsnode) h_hash; argument 384 #define VTOHP(v) ((struct hpfsnode *)((v)->v_data)) 400 struct hpfsnode *hpfs_hphashlookup (cdev_t, lsn_t); 401 struct hpfsnode *hpfs_hphashget (cdev_t, lsn_t); 403 void hpfs_hphashins (struct hpfsnode *); 404 void hpfs_hphashrem (struct hpfsnode *);
|
| HD | hpfs_lookup.c | 57 struct hpfsnode *dhp, in hpfs_genlookupbyname() 118 struct hpfsnode *dhp = VTOHP(dvp); in hpfs_makefnode() 205 struct hpfsnode *dhp = VTOHP(dvp); in hpfs_removefnode() 206 struct hpfsnode *hp = VTOHP(vp); in hpfs_removefnode()
|
| HD | hpfs_vnops.c | 137 struct hpfsnode *hp = VTOHP(vp); in hpfs_ioctl() 268 struct hpfsnode *hp = VTOHP(ap->a_vp); in hpfs_bmap() 300 struct hpfsnode *hp = VTOHP(vp); in hpfs_read() 360 struct hpfsnode *hp = VTOHP(vp); in hpfs_write() 445 struct hpfsnode *hp = VTOHP(vp); in hpfs_getattr() 493 struct hpfsnode *hp = VTOHP(vp); in hpfs_setattr() 593 struct hpfsnode *hp = VTOHP(vp); in hpfs_inactive() 635 struct hpfsnode *hp = VTOHP(vp); in hpfs_reclaim() 661 struct hpfsnode *hp = VTOHP(vp); in hpfs_print() 685 struct hpfsnode *hp; in hpfs_strategy() [all …]
|
| HD | hpfs_subr.c | 523 struct hpfsnode *hp) in hpfs_validateparent() 525 struct hpfsnode *dhp; in hpfs_validateparent() 670 struct hpfsnode *hp) in hpfs_updateparent() 672 struct hpfsnode *dhp; in hpfs_updateparent() 726 struct hpfsnode *hp) in hpfs_update() 754 struct hpfsnode *hp, in hpfs_truncate() 798 struct hpfsnode *hp, in hpfs_extend()
|
| HD | hpfs_vfsops.c | 445 struct hpfsnode *hpp; in hpfs_vptofh() 461 struct hpfsnode *hp; in hpfs_vget() 488 hp = kmalloc(sizeof(struct hpfsnode), M_HPFSNO, M_WAITOK); in hpfs_vget()
|
| HD | hpfs_alsubr.c | 63 hpfs_hpbmap(struct hpfsnode *hp, daddr_t bn, daddr_t *bnp, int *runp) in hpfs_hpbmap() 331 hpfs_addextent(struct hpfsmount *hpmp, struct hpfsnode *hp, u_long len) in hpfs_addextent()
|