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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_lookup.c168 int newvnode_flags; local
171 newvnode_flags = 0;
356 retval = hfs_getnewvnode(hfsmp, dvp, cnp, &desc, 0, &attr, &fork, &tvp, &newvnode_flags);
387 (newvnode_flags & (GNV_CHASH_RENAMED | GNV_CAT_DELETED))) {
404 if ((retval == ERECYCLE) && (newvnode_flags & GNV_CAT_ATTRCHANGED)) {
H A Dhfs_btreeio.c657 int newvnode_flags = 0; local
703 &cfork, &vp, &newvnode_flags);
H A Dhfs_vfsutils.c114 int newvnode_flags = 0; local
207 &hfsmp->hfs_extents_vp, &newvnode_flags);
244 &hfsmp->hfs_catalog_vp, &newvnode_flags);
274 &hfsmp->hfs_allocation_vp, &newvnode_flags);
341 int newvnode_flags = 0; local
560 &hfsmp->hfs_extents_vp, &newvnode_flags);
599 &hfsmp->hfs_catalog_vp, &newvnode_flags);
646 &hfsmp->hfs_allocation_vp, &newvnode_flags);
676 &hfsmp->hfs_attribute_vp, &newvnode_flags);
728 &hfsmp->hfs_startup_vp, &newvnode_flags);
[all...]
H A Dhfs_hotfiles.c1703 int newvnode_flags = 0; local
1726 &cfork, &vp, &newvnode_flags);
H A Dhfs_vfsops.c3376 int newvnode_flags = 0; local
3379 &cnfork, &vp, &newvnode_flags);
3386 int newvnode_flags = 0; local
3401 &cnfork, &vp, &newvnode_flags);
H A Dhfs_xattr.c2324 int newvnode_flags = 0; local
2362 &cat_fork, &vp, &newvnode_flags);
H A Dhfs_vnops.c6116 int newvnode_flags = 0; local
6441 NULL, &tvp, &newvnode_flags);
6663 int newvnode_flags = 0; local
6790 &rsrcfork, &rvp, &newvnode_flags);

Completed in 103 milliseconds