Searched refs:std_hfs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.c114 static void buildthreadkey(HFSCatalogNodeID parentID, int std_hfs, CatalogKey *key);
116 static void buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize);
137 static int buildthread(void *keyp, void *recp, int std_hfs, int directory);
244 int std_hfs; local
247 std_hfs = (HFSTOVCB(hfsmp)->vcbSigWord == kHFSSigWord);
254 if (std_hfs) {
281 buildthreadkey(nextCNID, std_hfs, (CatalogKey *)&iterator->key);
312 if (!std_hfs && (hfsmp->vcbAtrb & kHFSCatalogNodeIDsReusedMask)) {
377 int std_hfs = HFSTOVCB(hfsmp)->vcbSigWord == kHFSSigWord; local
379 if (std_hfs
448 int std_hfs = HFSTOVCB(hfsmp)->vcbSigWord == kHFSSigWord; local
527 int std_hfs; local
642 int std_hfs; local
722 int std_hfs; local
877 int std_hfs; local
1157 int std_hfs; local
1305 int std_hfs; local
1616 int std_hfs; local
2456 int std_hfs; local
2909 int std_hfs; local
3934 int std_hfs = (hfsmp->hfs_flags & HFS_STANDARD); local
4088 int std_hfs; local
4186 buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize) argument
4555 buildthread(void *keyp, void *recp, int std_hfs, int directory) argument
4602 buildthreadkey(HFSCatalogNodeID parentID, int std_hfs, CatalogKey *key) argument
[all...]
H A Dhfs_vnops.c5836 int std_hfs = (VTOHFS(ap->a_vp)->hfs_flags & HFS_STANDARD); local
5839 if (std_hfs == 0){
5849 if (std_hfs == 0) {
5871 if (std_hfs == 0) {
5891 if (std_hfs == 0) {
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSVerify1.c3574 buildthreadkey(UInt32 parentID, int std_hfs, CatalogKey *key) argument
3576 if (std_hfs) {

Completed in 146 milliseconds