Searched refs:dtfs_updatetimes (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vnops.c | 248 dtfs_updatetimes(pn, 1, 0, 0); in dtfs_node_readdir() 366 dtfs_updatetimes(src, 0, 1, 0); in dtfs_node_rename() 384 dtfs_updatetimes(targ, 0, 1, 0); in dtfs_node_link() 482 dtfs_updatetimes(pn, 1, 0, 0); in dtfs_node_read() 521 dtfs_updatetimes(pn, 0, 1, 1); in dtfs_node_write()
|
H A D | dtfs_subr.c | 305 dtfs_updatetimes(pn_dir, 0, 1, 1); in dtfs_adddent() 325 dtfs_updatetimes(pn_dir, 0, 1, 1); in dtfs_removedent() 329 dtfs_updatetimes(struct puffs_node *pn, int doatime, int doctime, int domtime) in dtfs_updatetimes() function
|
H A D | dtfs.h | 119 void dtfs_updatetimes(struct puffs_node *, int, int, int);
|