HomeSort by: relevance | last modified time | path
    Searched refs:update_ctime (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/sysvbfs/
sysvbfs.h 52 int update_ctime; member in struct:sysvbfs_node
sysvbfs_vnops.c 170 bnode->update_ctime = true;
227 if (bnode->update_ctime)
899 if (bnode->update_ctime) {
901 bnode->update_ctime = false;
  /src/share/examples/puffs/pgfs/
pgfs_subs.h 61 int update_ctime(struct Xconn *, fileid_t);
pgfs_subs.c 613 update_ctime(struct Xconn *xc, fileid_t fileid) function
736 return update_ctime(xc, child);
pgfs_puffs.c 613 error = update_ctime(xc, targ_fileid);
  /src/sys/fs/v7fs/
v7fs_extern.h 58 int update_ctime; member in struct:v7fs_node
v7fs_vnops.c 245 newnode->update_ctime = true;
298 newnode->update_ctime = true;
511 v7node->update_ctime = true;
564 v7node->update_ctime = true;
872 newnode->update_ctime = true;
1248 if (v7node->update_ctime) {
1250 v7node->update_ctime = false;
1317 newnode->update_ctime = true;

Completed in 24 milliseconds