Home
last modified time | relevance | path

Searched refs:H_HASHED (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/hpfs/
H A Dhpfs_hash.c151 hp->h_flag |= H_HASHED; in hpfs_hphashins()
163 if (hp->h_flag & H_HASHED) { in hpfs_hphashrem()
164 hp->h_flag &= ~H_HASHED; in hpfs_hphashrem()
H A Dhpfs.h331 #define H_HASHED 0x0001 /* Present in hash */ macro