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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit_tree.c357 struct fsnotify_mark *old_entry, *chunk_entry; local
386 chunk_entry = &chunk->mark;
397 fsnotify_duplicate_mark(chunk_entry, old_entry);
398 if (fsnotify_add_mark(chunk_entry, chunk_entry->group, chunk_entry->i.inode, NULL, 1)) {
405 /* even though we hold old_entry->lock, this is safe since chunk_entry->lock could NEVER have been grabbed before */
406 spin_lock(&chunk_entry->lock);
409 /* we now hold old_entry->lock, chunk_entry->lock, and hash_lock */
413 spin_unlock(&chunk_entry
[all...]

Completed in 62 milliseconds