Lines Matching refs:tv
92 struct timeval tv[2]; in priv_vfs_utimes_froot() local
95 tv[0].tv_sec = 0; in priv_vfs_utimes_froot()
96 tv[0].tv_usec = 0; in priv_vfs_utimes_froot()
97 tv[1].tv_sec = 0; in priv_vfs_utimes_froot()
98 tv[1].tv_usec = 0; in priv_vfs_utimes_froot()
99 error = utimes(fpath, tv); in priv_vfs_utimes_froot()
135 struct timeval tv[2]; in priv_vfs_utimes_fowner() local
138 tv[0].tv_sec = 0; in priv_vfs_utimes_fowner()
139 tv[0].tv_usec = 0; in priv_vfs_utimes_fowner()
140 tv[1].tv_sec = 0; in priv_vfs_utimes_fowner()
141 tv[1].tv_usec = 0; in priv_vfs_utimes_fowner()
142 error = utimes(fpath, tv); in priv_vfs_utimes_fowner()
176 struct timeval tv[2]; in priv_vfs_utimes_fother() local
179 tv[0].tv_sec = 0; in priv_vfs_utimes_fother()
180 tv[0].tv_usec = 0; in priv_vfs_utimes_fother()
181 tv[1].tv_sec = 0; in priv_vfs_utimes_fother()
182 tv[1].tv_usec = 0; in priv_vfs_utimes_fother()
183 error = utimes(fpath, tv); in priv_vfs_utimes_fother()