Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hpfs/
H A Dhpfs_subr.c680 if (!(hp->h_flag & H_PARCHANGE)) in hpfs_updateparent()
711 hp->h_flag &= ~H_PARCHANGE; in hpfs_updateparent()
743 if (hp->h_flag & H_PARCHANGE) 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()
H A Dhpfs.h334 #define H_PARCHANGE 0x0008 /* parent node date was changed */ macro
H A Dhpfs_vnops.c543 hp->h_flag |= H_PARCHANGE; in hpfs_setattr()
605 if (hp->h_flag & H_PARCHANGE) { in hpfs_inactive()