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)
130 * iput() outside of spinlocks. This happens when last mark that wanted iref is
148 /* Unpin inode after detach of last mark that wanted iref */
434 * list until its last reference is dropped. Note that we rely on mark being
465 * freeing is actually happening only once last reference to the mark is
614 struct fsnotify_mark *lmark, *last = NULL;
667 last = lmark;
683 BUG_ON(last == NULL);
684 /* mark should be the last entry. last is the current last entry */
685 hlist_add_behind_rcu(&mark->obj_list, &last->obj_list);