Searched refs:ctimep (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_kmod.c | 719 cfs_timestruc_t *ctimep, in kmod_create() argument 764 if (ctimep) in kmod_create() 765 *ctimep = ret.cr_ctime; in kmod_create() 801 cfs_timestruc_t *ctimep, in kmod_pushback() argument 834 if (ctimep) in kmod_pushback() 835 *ctimep = ret.pb_ctime; in kmod_pushback() 876 cfs_timestruc_t *ctimep, in kmod_rename() argument 893 dbug_precond(ctimep); in kmod_rename() 920 *ctimep = ret.rn_ctime; in kmod_rename() 922 ctimep->tv_sec, ctimep->tv_nsec)); in kmod_rename() [all …]
|
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, 76 const cfs_cid_t *cidp, dl_cred_t *credp, timestruc_t *ctimep, 80 timestruc_t *ctimep, timestruc_t *mtimep); 83 const aclent_t *acl, dl_cred_t *credp, timestruc_t *ctimep, 87 timestruc_t *ctimep); 90 const dl_cred_t *credp, timestruc_t *ctimep); 99 timestruc_t *ctimep, timestruc_t *mtimep);
|
H A D | cfsd_logelem.c | 1712 cfs_timestruc_t *ctimep; in logelem_roll_remove() local 1857 ctimep = (va.va_nlink > 1) ? in logelem_roll_remove() 1864 &REMOVE_OBJECT(logelem_object_p).i_up->dl_cred, ctimep); in logelem_roll_remove() 1881 if (ctimep) { in logelem_roll_remove()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_ioctl.c | 1595 cfs_timestruc_t *ctimep = (cfs_timestruc_t *)doutp; in cachefs_io_remove() local 1615 if (ctimep) { in cachefs_io_remove() 1633 if (ctimep) { in cachefs_io_remove() 1640 ctimep, error); in cachefs_io_remove() 1670 cfs_timestruc_t *ctimep = (cfs_timestruc_t *)doutp; in cachefs_io_link() local 1709 CACHEFS_TS_TO_CFS_TS_COPY(&va.va_ctime, ctimep, error); in cachefs_io_link()
|