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

/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_subr.c738 if (!(hp->h_flag & H_CHANGE))
747 hp->h_flag &= ~H_CHANGE;
787 hp->h_flag |= (H_CHANGE | H_PARCHANGE);
825 hp->h_flag |= (H_CHANGE | H_PARCHANGE);
H A Dhpfs.h333 #define H_CHANGE 0x0004 /* node date was changed */ macro
H A Dhpfs_vnops.c564 if (hp->h_flag & H_CHANGE) {

Completed in 80 milliseconds