Searched refs:newvnode_flags (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_lookup.c168 int newvnode_flags; local
171 newvnode_flags = 0;
359 retval = hfs_getnewvnode(hfsmp, dvp, cnp, &desc, 0, &attr, &fork, &tvp, &newvnode_flags);
390 (newvnode_flags & (GNV_CHASH_RENAMED | GNV_CAT_DELETED))) {
407 if ((retval == ERECYCLE) && (newvnode_flags & GNV_CAT_ATTRCHANGED)) {
H A Dhfs_vfsutils.c109 int newvnode_flags = 0; local
198 &hfsmp->hfs_extents_vp, &newvnode_flags);
235 &hfsmp->hfs_catalog_vp, &newvnode_flags);
265 &hfsmp->hfs_allocation_vp, &newvnode_flags);
332 int newvnode_flags = 0; local
495 &hfsmp->hfs_extents_vp, &newvnode_flags);
534 &hfsmp->hfs_catalog_vp, &newvnode_flags);
581 &hfsmp->hfs_allocation_vp, &newvnode_flags);
611 &hfsmp->hfs_attribute_vp, &newvnode_flags);
663 &hfsmp->hfs_startup_vp, &newvnode_flags);
[all...]
H A Dhfs_btreeio.c657 int newvnode_flags = 0; local
703 &cfork, &vp, &newvnode_flags);
H A Dhfs_hotfiles.c1703 int newvnode_flags = 0; local
1726 &cfork, &vp, &newvnode_flags);
H A Dhfs_xattr.c2293 int newvnode_flags = 0; local
2331 &cat_fork, &vp, &newvnode_flags);
H A Dhfs_vnops.c5787 int newvnode_flags = 0; local
6111 NULL, &tvp, &newvnode_flags);
6395 int newvnode_flags = 0; local
6529 &rsrcfork, &rvp, &newvnode_flags);
H A Dhfs_vfsops.c3380 int newvnode_flags = 0; local
3383 &cnfork, &vp, &newvnode_flags);
3390 int newvnode_flags = 0; local
3405 &cnfork, &vp, &newvnode_flags);

Completed in 109 milliseconds