Searched refs:mtimep (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_kmod.h | 70 timestruc_t *ctimep, timestruc_t *mtimep); 72 cfs_fid_t *fidp, dl_cred_t *credp, timestruc_t *ctimep, timestruc_t *mtimep, 80 timestruc_t *ctimep, timestruc_t *mtimep); 84 timestruc_t *mtimep); 99 timestruc_t *ctimep, timestruc_t *mtimep);
|
H A D | cfsd_kmod.c | 720 cfs_timestruc_t *mtimep) in kmod_create() argument 766 if (mtimep) in kmod_create() 767 *mtimep = ret.cr_mtime; in kmod_create() 802 cfs_timestruc_t *mtimep, in kmod_pushback() argument 836 if (mtimep) in kmod_pushback() 837 *mtimep = ret.pb_mtime; in kmod_pushback() 958 cfs_timestruc_t *mtimep) in kmod_setattr() argument 973 dbug_precond(mtimep); in kmod_setattr() 994 *mtimep = ret.sa_mtime; in kmod_setattr() 997 dbug_print(("ioctl", " mtime %x %x", mtimep->tv_sec, in kmod_setattr() [all …]
|