Searched refs:dtsp (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | vnode.h | 651 struct timespec *dtsp, int flags); 656 struct timespec *dtsp);
|
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 2488 struct timespec *tsp, struct timespec *dtsp) in cache_enter_time() argument 2554 if (dtsp != NULL) { in cache_enter_time() 2555 ncp_ts->nc_dotdottime = *dtsp; in cache_enter_time() 2601 if (dtsp != NULL) { in cache_enter_time() 2709 struct timespec *tsp, struct timespec *dtsp, int flags) in cache_enter_time_flags() argument 2716 cache_enter_time(dvp, vp, cnp, tsp, dtsp); in cache_enter_time_flags()
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_tpc.c | 864 sdstp = &list->cscd[scscd].dtsp; in tpc_process_b2b() 867 ddstp = &list->cscd[dcscd].dtsp; in tpc_process_b2b() 1995 scsi_ulto3b(lun->be_lun->blocksize, cscd->dtsp.block_length); in tpc_create_token()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_vnops.c | 1553 struct timespec *dtsp = NULL; in fuse_vnop_lookup() local 1555 &timeout, dtsp); in fuse_vnop_lookup()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_all.h | 1807 struct scsi_ec_cscd_dtsp dtsp; member 1821 struct scsi_ec_cscd_dtsp dtsp; member
|