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

/xnu-2422.115.4/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);
266 if (!ISSET(cp->c_hflag, H_ALLOC | H_TRANSIT | H_ATTACH)) {
316 if (ISSET(cp->c_hflag, H_ALLOC | H_ATTACH | H_TRANSIT)) {
317 SET(cp->c_hflag, H_WAITING);
328 SET(cp->c_hflag, H_ATTACH);
375 CLR(cp->c_hflag, H_ATTACH);
377 if (ISSET(cp->c_hflag, H_WAITING)) {
378 CLR(cp->c_hflag, H_WAITING);
414 SET(ncp->c_hflag, H_ALLO
[all...]
H A Dhfs_cnode.h140 u_int32_t c_hflag; /* cnode's flags for maintaining hash - protected by global hash lock */ member in struct:cnode
198 /* hash maintenance flags kept in c_hflag and protected by hfs_chash_mutex */
H A Dhfs_cnode.c1148 if (ISSET(cp->c_hflag, H_ALLOC)) {

Completed in 30 milliseconds