Home
last modified time | relevance | path

Searched refs:H_INVAL (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vfsops.c506 hp->h_flag = H_INVAL; in hpfs_vget()
545 hp->h_flag &= ~H_INVAL; in hpfs_vget()
H A Dhpfs.h335 #define H_INVAL 0x0010 /* Invalid node */ macro
H A Dhpfs_vnops.c615 if (hp->h_flag & H_INVAL) { in hpfs_inactive()