Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_vnops.c141 dnp->dn_update = 0; in dn_times_locked()
142 } else if (dnp->dn_update) { in dn_times_locked()
145 dnp->dn_update = 0; in dn_times_locked()
169 dnp->dn_update = 1; in dn_mark_for_delayed_times_update()
564 file_node->dn_update = 1; in devfs_setattr()
738 if (dnp->dn_update || (just_changed_flags & DEVFS_UPDATE_MOD)) { in devfs_consider_time_update()
1569 ip->dn_update = 0; in devfs_update()
H A Ddevfsdefs.h152 int dn_update; member