Lines Matching defs:locked
401 * a deadlock (attempting to write lock an already write locked leaf).
415 * The node at level 1 must always be locked when our path has
611 u64 newer_than, bool locked)
645 if (!locked)
648 if (!locked)
667 u32 extent_thresh, u64 newer_than, bool locked)
683 next = defrag_lookup_extent(inode, em->start + em->len, newer_than, locked);
713 * - Returned page is locked and has been set up properly.
820 * @locked: if the range has already held extent lock
826 bool locked, struct list_head *target_list,
841 em = defrag_lookup_extent(&inode->vfs_inode, cur, newer_than, locked);
883 * locked, and starting writeback, or finishing an ordered
926 extent_thresh, newer_than, locked);
1009 * @pages: locked pages covering the defrag range
1010 * @nr_pages: number of locked pages
1015 * Pages should be locked, no ordered extent in the pages range,
1018 * - Extent bits are locked
1100 * And this time we have extent locked already, pass @locked = true
1184 * we locked the pages.