Lines Matching defs:now
188 * For lockfs: ulockfs begin/end is now inlined in the ufs_xxx functions.
1076 * size field in the inode now. This can't be done
1356 clock_t now;
1425 now = ddi_get_lbolt();
1426 if (now >= smallfile_update) {
1436 smallfile_update = now + hz;
2126 timestruc_t now;
2342 gethrestime(&now);
2343 if (now.tv_sec > TIME32_MAX) {
2350 ip->i_ctime.tv_sec = now.tv_sec;
2351 ip->i_ctime.tv_usec = now.tv_nsec / 1000;
2601 /* now, copy it into the user buffer */
3138 * number now.
3376 timestruc_t now;
3445 gethrestime(&now);
3664 if ((sip->i_ctime.tv_usec * 1000) > now.tv_nsec ||
3665 sip->i_ctime.tv_sec > now.tv_sec) {
4709 * Can be a reader from now on.
4851 * for write) then update the inode access time and mod time now.
5400 * set elsewhere (e.g. for write/setattr) we set the time now.
5454 * we are now writing to it
6466 /* Abort now if the request is either empty or invalid. */