Lines Matching defs:last
40 * detached from fsnotify_mark_connector when last reference to the mark is
52 * - The inode is unlinked for the last time. (fsnotify_inode_remove)
367 * list until its last reference is dropped. Note that we rely on mark being
402 * freeing is actually happening only once last reference to the mark is
551 struct fsnotify_mark *lmark, *last = NULL;
603 last = lmark;
619 BUG_ON(last == NULL);
620 /* mark should be the last entry. last is the current last entry */
621 hlist_add_behind_rcu(&mark->obj_list, &last->obj_list);