Searched refs:snapshot_timestamp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsutils.c3290 extern time_t snapshot_timestamp;
3323 if (ctime != 0 && snapshot_timestamp != 0 && (ctime <= snapshot_timestamp || vnode_needssnapshots(vp))) {
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c7839 time_t snapshot_timestamp=0; variable
8002 snapshot_timestamp = 0;
8453 if ((nspace_type == NSPACE_HANDLER_SNAPSHOT) && (snapshot_timestamp == 0 || snapshot_timestamp == ~0)) {
8477 if (error && (snapshot_timestamp == 0 || snapshot_timestamp == ~0)) {
8545 (snapshot_timestamp == 0 || snapshot_timestamp == ~0)) {
8878 snapshot_timestamp = ((uint32_t *)data)[0];
8881 printf("nspace-handler-set-snapshot-time: %d\n", (int)snapshot_timestamp);
[all...]

Completed in 109 milliseconds