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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h95 fsBTDuplicateRecordErr = btExists,
H A DFileMgrInternal.h80 btExists = ERR_BASE + 33, /* record already exists*/ enumerator in enum:__anon109
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c968 result = btExists;
976 if ((result == btExists) && !std_hfs && (hfsmp->vcbAtrb & kHFSCatalogNodeIDsReusedMask)) {
1013 if (result == btExists)
1240 if (result == btExists) {
2174 result = btExists;
2182 if ((result == btExists) && (hfsmp->vcbAtrb & kHFSCatalogNodeIDsReusedMask)) {
2234 if (result == btExists)
H A Dhfs_link.c1243 if (result == btExists) {
H A Dhfs_vfsutils.c1759 case btExists: /* -32734 */
H A Dhfs_xattr.c2022 if (result == btExists)
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c589 if ( err == btExists )

Completed in 47 milliseconds