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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c169 if (ISSET(cp->c_hflag, H_ALLOC | H_TRANSIT | H_ATTACH)) {
170 SET(cp->c_hflag, H_WAITING);
270 if (!ISSET(cp->c_hflag, H_ALLOC | H_TRANSIT | H_ATTACH)) {
320 if (ISSET(cp->c_hflag, H_ALLOC | H_ATTACH | H_TRANSIT)) {
321 SET(cp->c_hflag, H_WAITING);
332 SET(cp->c_hflag, H_ATTACH);
379 CLR(cp->c_hflag, H_ATTACH);
381 if (ISSET(cp->c_hflag, H_WAITING)) {
382 CLR(cp->c_hflag, H_WAITING);
418 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.c1116 if (ISSET(cp->c_hflag, H_ALLOC)) {

Completed in 17 milliseconds