HomeSort by: relevance | last modified time | path
    Searched refs:dtfs_updatetimes (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/fs/puffs/h_dtfs/
dtfs.h 119 void dtfs_updatetimes(struct puffs_node *, int, int, int);
dtfs_subr.c 305 dtfs_updatetimes(pn_dir, 0, 1, 1);
325 dtfs_updatetimes(pn_dir, 0, 1, 1);
329 dtfs_updatetimes(struct puffs_node *pn, int doatime, int doctime, int domtime) function in typeref:typename:void
dtfs_vnops.c 248 dtfs_updatetimes(pn, 1, 0, 0);
366 dtfs_updatetimes(src, 0, 1, 0);
384 dtfs_updatetimes(targ, 0, 1, 0);
482 dtfs_updatetimes(pn, 1, 0, 0);
521 dtfs_updatetimes(pn, 0, 1, 1);

Completed in 15 milliseconds