Home
last modified time | relevance | path

Searched refs:update_ctime (Results 1 – 3 of 3) sorted by relevance

/linux/fs/afs/
H A Ddir.c1334 op->file[0].update_ctime = true; in afs_mkdir()
1424 op->file[0].update_ctime = true; in afs_rmdir()
1574 op->file[0].update_ctime = true; in afs_unlink()
1599 op->file[1].update_ctime = true; in afs_unlink()
1610 op->file[1].update_ctime = false; in afs_unlink()
1659 op->file[0].update_ctime = true; in afs_create()
1743 op->file[0].update_ctime = true; in afs_link()
1744 op->file[1].update_ctime = true; in afs_link()
2121 op->file[0].update_ctime = true; in afs_rename()
2122 op->file[1].update_ctime = true; in afs_rename()
H A Dinode.c208 if (vp->update_ctime) in afs_apply_status()
842 op->file[0].update_ctime = 1; in afs_setattr()
H A Dinternal.h859 bool update_ctime:1; /* Need to update the ctime */ member