Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hpfs/
HDhpfs_subr.c732 if (!(hp->h_flag & H_CHANGE)) in hpfs_update()
741 hp->h_flag &= ~H_CHANGE; in hpfs_update()
786 hp->h_flag |= (H_CHANGE | H_PARCHANGE); in hpfs_truncate()
824 hp->h_flag |= (H_CHANGE | H_PARCHANGE); in hpfs_extend()
HDhpfs.h333 #define H_CHANGE 0x0004 /* node date was changed */ macro
HDhpfs_vnops.c598 if (hp->h_flag & H_CHANGE) { in hpfs_inactive()