Searched refs:update_atime (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/fs/sysvbfs/
H A Dsysvbfs.h53 int update_atime; member in struct:sysvbfs_node
H A Dsysvbfs_vnops.c172 bnode->update_atime = true;
193 bnode->update_atime = true;
225 if (bnode->update_atime)
895 if (bnode->update_atime) {
897 bnode->update_atime = false;
/netbsd-current/share/examples/puffs/pgfs/
H A Dpgfs_subs.h59 int update_atime(struct Xconn *, fileid_t);
H A Dpgfs_puffs.c269 error = update_atime(xc, parent_fileid);
557 error = update_atime(xc, fileid);
H A Dpgfs_subs.c590 update_atime(struct Xconn *xc, fileid_t fileid) function
/netbsd-current/sys/fs/v7fs/
H A Dv7fs_extern.h59 int update_atime; member in struct:v7fs_node
H A Dv7fs_vnops.c247 newnode->update_atime = true;
300 newnode->update_atime = true;
568 v7node->update_atime = true;
604 v7node->update_atime = true;
874 newnode->update_atime = true;
1243 if (v7node->update_atime) {
1245 v7node->update_atime = false;
1319 newnode->update_atime = true;

Completed in 132 milliseconds