NOTIFY_KEY        107 source3/smbd/notify_internal.c 	notify->key = string_term_tdb_data(NOTIFY_KEY);
NOTIFY_KEY        136 source4/ntvfs/common/notify.c 	if (tdb_lock_bystring(notify->w->tdb, NOTIFY_KEY) != 0) {
NOTIFY_KEY        147 source4/ntvfs/common/notify.c 	tdb_unlock_bystring(notify->w->tdb, NOTIFY_KEY);
NOTIFY_KEY        172 source4/ntvfs/common/notify.c 	dbuf = tdb_fetch_bystring(notify->w->tdb, NOTIFY_KEY);
NOTIFY_KEY        219 source4/ntvfs/common/notify.c 		ret = tdb_delete_bystring(notify->w->tdb, NOTIFY_KEY);
NOTIFY_KEY        239 source4/ntvfs/common/notify.c 	ret = tdb_store_bystring(notify->w->tdb, NOTIFY_KEY, dbuf, TDB_REPLACE);