Lines Matching defs:first
262 * the SCAN_DEV ioctl registration or from mount either implicitly (the first
481 * belonging to a fs_devices that was created by first scanning
754 * time fs_devices was first created by another constituent device
1451 * allocator, because we anyway use/reserve the first two zones
3146 * 1) Just like with the first phase of the chunk allocation, we must
5199 * in the first pass through the devices list, we gather information
5566 * acquires both mutexes - first the device_list_mutex and then the
5649 * so we must first allocate a metadata and a system chunk. But before
5651 * we must first:
5824 struct map_lookup *map, int first,
5850 preferred_mirror = first + (current->pid % num_stripes);
5870 for (i = first; i < first + num_stripes; i++) {
6030 * Special for the first stripe and
6137 struct btrfs_io_stripe *first = &bioc->stripes[num_stripes];
6147 if (first->physical > second->physical) {
6148 swap(second->physical, first->physical);
6149 swap(second->dev, first->dev);
6240 * the Nth mirror. (e.g. mirror_num 1 means the first
6915 * Upon first call for a seed fs fsid, just create a private copy of the
7309 * we always lock first fs_info->chunk_mutex before
8064 * - Call btrfs_bio_counter_inc_blocked() first