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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c168 int newvnode_flags; local
171 newvnode_flags = 0;
335 retval = hfs_getnewvnode(hfsmp, dvp, cnp, &desc, 0, &attr, &fork, &tvp, &newvnode_flags);
366 (newvnode_flags & (GNV_CHASH_RENAMED | GNV_CAT_DELETED))) {
383 if ((retval == ERECYCLE) && (newvnode_flags & GNV_CAT_ATTRCHANGED)) {
H A Dhfs_vfsutils.c102 int newvnode_flags = 0; local
191 &hfsmp->hfs_extents_vp, &newvnode_flags);
228 &hfsmp->hfs_catalog_vp, &newvnode_flags);
258 &hfsmp->hfs_allocation_vp, &newvnode_flags);
323 int newvnode_flags = 0; local
486 &hfsmp->hfs_extents_vp, &newvnode_flags);
525 &hfsmp->hfs_catalog_vp, &newvnode_flags);
572 &hfsmp->hfs_allocation_vp, &newvnode_flags);
602 &hfsmp->hfs_attribute_vp, &newvnode_flags);
654 &hfsmp->hfs_startup_vp, &newvnode_flags);
[all...]
H A Dhfs_btreeio.c632 int newvnode_flags = 0; local
678 &cfork, &vp, &newvnode_flags);
H A Dhfs_hotfiles.c1688 int newvnode_flags = 0; local
1711 &cfork, &vp, &newvnode_flags);
H A Dhfs_vnops.c5080 int newvnode_flags = 0; local
5378 NULL, &tvp, &newvnode_flags);
5551 int newvnode_flags = 0; local
5682 &rsrcfork, &rvp, &newvnode_flags);
H A Dhfs_xattr.c2228 int newvnode_flags = 0; local
2266 &cat_fork, &vp, &newvnode_flags);
H A Dhfs_vfsops.c3342 int newvnode_flags = 0; local
3345 &cnfork, &vp, &newvnode_flags);
3352 int newvnode_flags = 0; local
3367 &cnfork, &vp, &newvnode_flags);

Completed in 50 milliseconds