HomeSort by: relevance | last modified time | path
    Searched refs:hfsnode (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/hfs/
hfs.h 73 struct hfsnode { struct
137 /* Convert between vnode ptrs and hfsnode ptrs. */
138 #define VTOH(vp) ((struct hfsnode *)(vp)->v_data)
hfs_vnops.c 314 struct hfsnode *dp; /* hfsnode for directory being searched */
485 struct hfsnode *hn = VTOH(ap->a_vp);
508 struct hfsnode *hn = VTOH(ap->a_vp);
584 struct hfsnode *hp;
729 struct hfsnode *hp;
805 struct hfsnode *hp;
860 struct hfsnode *hp;
1010 struct hfsnode *hp;
1039 struct hfsnode *hp
    [all...]
hfs_vfsops.c 535 struct hfsnode *hnode;
590 * Initialize the vnode from the hfsnode, check for aliases.
644 pool_init(&hfs_node_pool, sizeof(struct hfsnode), 0, 0, 0, "hfsndpl",
hfs_subr.c 56 * Initialize the vnode associated with a new hfsnode.
62 struct hfsnode *hp;

Completed in 41 milliseconds