Searched refs:hfs_getnewvnode (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c190 error = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr, &fork,
227 error = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr, &fork,
257 error = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr, &fork,
485 retval = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr, &cfork,
490 printf("hfs_mounthfsplus: hfs_getnewvnode returned (%d) getting extentoverflow BT\n", retval);
524 retval = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr, &cfork,
528 printf("hfs_mounthfsplus: hfs_getnewvnode returned (%d) getting catalog BT\n", retval);
571 retval = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr, &cfork,
575 printf("hfs_mounthfsplus: hfs_getnewvnode returned (%d) getting bitmap\n", retval);
601 retval = hfs_getnewvnode(hfsm
[all...]
H A Dhfs_cnode.h316 extern int hfs_getnewvnode(struct hfsmount *hfsmp, struct vnode *dvp, struct componentname *cnp,
320 /* Input flags for hfs_getnewvnode */
327 /* Output flags for hfs_getnewvnode */
H A Dhfs_lookup.c231 * hfs_getnewvnode (which takes the child lock).
335 retval = hfs_getnewvnode(hfsmp, dvp, cnp, &desc, 0, &attr, &fork, &tvp, &newvnode_flags);
340 * we expected to see the item returned from hfs_getnewvnode above.
377 * our call to hfs_getnewvnode. hfs_getnewvnode will validate the cattr we passed it
H A Dhfs_btreeio.c677 result = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr,
H A Dhfs_cnode.c952 * hfs_getnewvnode - get new default vnode
957 hfs_getnewvnode( function
1021 panic("hfs_getnewvnode: unexpected hold of parent cnode %p", VTOC(dvp));
1210 panic("hfs_getnewvnode: orphaned vnode (data)");
1214 panic("hfs_getnewvnode: bad ca_blocks (too small)");
1230 panic("hfs_getnewvnode: orphaned rsrc fork");
1232 panic("hfs_getnewvnode: orphaned vnode (rsrc)");
1239 panic("hfs_getnewvnode: orphaned data fork");
1241 panic("hfs_getnewvnode: orphaned vnode (data)");
1509 * In hfs_getnewvnode, w
[all...]
H A Dhfs_hotfiles.c1710 error = hfs_getnewvnode(hfsmp, NULL, NULL, &cdesc, 0, &cattr,
1713 printf("hfs: hfc_btree_open: hfs_getnewvnode error %d\n", error);
H A Dhfs_vnops.c5179 * cause the cnode creation routine in hfs_getnewvnode to mark the cnode
5324 // have to end the transaction here before we call hfs_getnewvnode()
5377 error = hfs_getnewvnode(hfsmp, dvp, cnp, &out_desc, gnv_flags, &attr,
5663 * Supply hfs_getnewvnode with a component name.
5680 error = hfs_getnewvnode(hfsmp, dvp, cn.cn_pnbuf ? &cn : NULL,
H A Dhfs_xattr.c2265 result = hfs_getnewvnode(hfsmp, NULL, NULL, &cat_desc, 0, &cat_attr,
H A Dhfs_vfsops.c3344 error = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr,
3354 /* Supply hfs_getnewvnode with a component name. */
3366 error = hfs_getnewvnode(hfsmp, NULLVP, &cn, &cndesc, 0, &cnattr,

Completed in 72 milliseconds