odb_set_write_time  165 source4/ntvfs/common/opendb.c 	return ops->odb_set_write_time(lck, write_time, force);
odb_set_write_time   40 source4/ntvfs/common/opendb.h 	NTSTATUS (*odb_set_write_time)(struct odb_lock *lck,
odb_set_write_time  893 source4/ntvfs/common/opendb_tdb.c 	.odb_set_write_time      = odb_tdb_set_write_time,
odb_set_write_time  494 source4/ntvfs/posix/pvfs_open.c 			status = odb_set_write_time(lck, h->write_time.close_time, true);
odb_set_write_time  509 source4/ntvfs/posix/pvfs_setfileinfo.c 		status = odb_set_write_time(lck, newstats.dos.write_time, true);
odb_set_write_time  845 source4/ntvfs/posix/pvfs_setfileinfo.c 		status = odb_set_write_time(lck, newstats.dos.write_time, true);
odb_set_write_time   46 source4/ntvfs/posix/pvfs_write.c 	status = odb_set_write_time(lck, write_time, false);