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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_chash.c165 if (ISSET(cp->c_hflag, H_ALLOC | H_TRANSIT | H_ATTACH)) {
166 SET(cp->c_hflag, H_WAITING);
268 if (!ISSET(cp->c_hflag, H_ALLOC | H_TRANSIT | H_ATTACH)) {
318 if (ISSET(cp->c_hflag, H_ALLOC | H_ATTACH | H_TRANSIT)) {
319 SET(cp->c_hflag, H_WAITING);
330 SET(cp->c_hflag, H_ATTACH);
377 CLR(cp->c_hflag, H_ATTACH);
379 if (ISSET(cp->c_hflag, H_WAITING)) {
380 CLR(cp->c_hflag, H_WAITING);
416 SET(ncp->c_hflag, H_ALLO
[all...]
H A Dhfs_cnode.h141 u_int32_t c_hflag; /* cnode's flags for maintaining hash - protected by global hash lock */ member in struct:cnode
212 /* hash maintenance flags kept in c_hflag and protected by hfs_chash_mutex */
H A Dhfs_cnode.c1160 if (ISSET(cp->c_hflag, H_ALLOC)) {

Completed in 75 milliseconds