Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 153) sorted by relevance

1234567

/fs/xfs/libxfs/
A Dxfs_bit.c53 goto found; in xfs_contig_bits()
59 goto found; in xfs_contig_bits()
64 found: in xfs_contig_bits()
93 goto found; in xfs_next_bit()
99 goto found; in xfs_next_bit()
104 found: in xfs_next_bit()
/fs/ubifs/
A Dtnc.c1488 if (!found) { in ubifs_tnc_locate()
1492 err = found; in ubifs_tnc_locate()
1855 if (!found) { in do_lookup_nm()
1859 err = found; in do_lookup_nm()
2320 if (!found) { in ubifs_tnc_add()
2340 err = found; in ubifs_tnc_add()
2373 err = found; in ubifs_tnc_replace()
2380 found = 0; in ubifs_tnc_replace()
2389 found = 1; in ubifs_tnc_replace()
2422 if (!found) in ubifs_tnc_replace()
[all …]
A Dfind.c254 goto found; in ubifs_find_dirty_leb()
259 goto found; in ubifs_find_dirty_leb()
307 goto found; in ubifs_find_dirty_leb()
320 found: in ubifs_find_dirty_leb()
831 goto found; in find_dirty_idx_leb()
836 goto found; in find_dirty_idx_leb()
841 goto found; in find_dirty_idx_leb()
850 found: in find_dirty_idx_leb()
/fs/btrfs/
A Dtree-mod-log.c532 if (found) in __tree_mod_log_search()
533 BUG_ON(found->seq > cur->seq); in __tree_mod_log_search()
534 found = cur; in __tree_mod_log_search()
538 if (found) in __tree_mod_log_search()
540 found = cur; in __tree_mod_log_search()
543 found = cur; in __tree_mod_log_search()
549 return found; in __tree_mod_log_search()
809 found = tm; in tree_mod_log_oldest_root()
815 if (!found) in tree_mod_log_oldest_root()
816 found = tm; in tree_mod_log_oldest_root()
[all …]
A Dextent-io-tree.c989 bool found = false; in btrfs_find_delalloc_range() local
1005 if (found && (state->start != cur_start || in btrfs_find_delalloc_range()
1010 if (!found) in btrfs_find_delalloc_range()
1014 if (!found) { in btrfs_find_delalloc_range()
1019 found = true; in btrfs_find_delalloc_range()
1029 return found; in btrfs_find_delalloc_range()
1675 int found = 0; in btrfs_count_range_bits() local
1720 if (contig && found && state->start > last + 1) in btrfs_count_range_bits()
1727 if (!found) { in btrfs_count_range_bits()
1729 found = 1; in btrfs_count_range_bits()
[all …]
/fs/btrfs/tests/
A Dextent-io-tests.c121 bool found; in test_find_delalloc() local
182 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc()
184 if (!found) { in test_find_delalloc()
213 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc()
215 if (!found) { in test_find_delalloc()
247 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc()
249 if (found) { in test_find_delalloc()
268 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc()
270 if (!found) { in test_find_delalloc()
309 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc()
[all …]
/fs/xfs/
A Dxfs_reflink.c366 bool *found) in xfs_find_trim_cow_extent() argument
372 *found = false; in xfs_find_trim_cow_extent()
394 *found = true; in xfs_find_trim_cow_extent()
446 bool found; in xfs_reflink_fill_cow_hole() local
472 if (found) { in xfs_reflink_fill_cow_hole()
511 bool found; in xfs_reflink_fill_delalloc() local
525 &found); in xfs_reflink_fill_delalloc()
529 if (found) { in xfs_reflink_fill_delalloc()
572 bool found; in xfs_reflink_allocate_cow() local
585 if (found) in xfs_reflink_allocate_cow()
[all …]
A Dxfs_zone_gc.c529 struct xfs_open_zone *oz, *found = NULL; in xfs_zone_gc_steal_open() local
533 if (!found || oz->oz_allocated < found->oz_allocated) in xfs_zone_gc_steal_open()
534 found = oz; in xfs_zone_gc_steal_open()
537 if (found) { in xfs_zone_gc_steal_open()
538 found->oz_is_gc = true; in xfs_zone_gc_steal_open()
539 list_del_init(&found->oz_entry); in xfs_zone_gc_steal_open()
544 return found; in xfs_zone_gc_steal_open()
A Dxfs_log_recover.c775 int found = 0; in xlog_rseek_logrec_hdr() local
794 if (++found == count) in xlog_rseek_logrec_hdr()
815 if (++found == count) in xlog_rseek_logrec_hdr()
821 return found; in xlog_rseek_logrec_hdr()
849 int found = 0; in xlog_seek_logrec_hdr() local
868 if (++found == count) in xlog_seek_logrec_hdr()
888 if (++found == count) in xlog_seek_logrec_hdr()
894 return found; in xlog_seek_logrec_hdr()
1033 int found; in xlog_verify_head() local
1080 if (found < 0) in xlog_verify_head()
[all …]
/fs/bcachefs/
A Dstr_hash.h265 bool found = false; in bch2_hash_set_or_get_in_snapshot() local
276 goto found; in bch2_hash_set_or_get_in_snapshot()
295 found: in bch2_hash_set_or_get_in_snapshot()
296 found = true; in bch2_hash_set_or_get_in_snapshot()
298 if (found && (flags & STR_HASH_must_create)) { in bch2_hash_set_or_get_in_snapshot()
301 } else if (!found && (flags & STR_HASH_must_replace)) { in bch2_hash_set_or_get_in_snapshot()
304 if (!found && slot.path) in bch2_hash_set_or_get_in_snapshot()
/fs/ext2/
A Dialloc.c296 goto found; in find_group_orlov()
331 goto found; in find_group_orlov()
341 goto found; in find_group_orlov()
355 found: in find_group_orlov()
373 goto found; in find_group_other()
397 goto found; in find_group_other()
410 goto found; in find_group_other()
415 found: in find_group_other()
/fs/ext4/
A Dmballoc-test.c405 ext4_fsblk_t found; in test_new_blocks_simple() local
417 found = ext4_mb_new_blocks_simple(&ar, &err); in test_new_blocks_simple()
418 KUNIT_ASSERT_EQ_MSG(test, ar.goal, found, in test_new_blocks_simple()
420 ar.goal, found); in test_new_blocks_simple()
424 found = ext4_mb_new_blocks_simple(&ar, &err); in test_new_blocks_simple()
427 ar.goal + 1, found); in test_new_blocks_simple()
432 found = ext4_mb_new_blocks_simple(&ar, &err); in test_new_blocks_simple()
434 ext4_group_first_block_no(sb, goal_group + 1), found, in test_new_blocks_simple()
436 ext4_group_first_block_no(sb, goal_group + 1), found); in test_new_blocks_simple()
442 found = ext4_mb_new_blocks_simple(&ar, &err); in test_new_blocks_simple()
[all …]
/fs/ocfs2/
A Dreservations.c408 int offset, start, found; in ocfs2_resmap_find_free_bits() local
413 found = best_start = best_len = 0; in ocfs2_resmap_find_free_bits()
424 found++; in ocfs2_resmap_find_free_bits()
429 found = 1; in ocfs2_resmap_find_free_bits()
432 if (found > best_len) { in ocfs2_resmap_find_free_bits()
433 best_len = found; in ocfs2_resmap_find_free_bits()
434 best_start = start - found; in ocfs2_resmap_find_free_bits()
437 if (found >= wanted) in ocfs2_resmap_find_free_bits()
/fs/hfs/
A Dbitmap.c51 goto found; in hfs_find_set_zero_bits()
63 goto found; in hfs_find_set_zero_bits()
69 found: in hfs_find_set_zero_bits()
/fs/autofs/
A Dexpire.c426 struct dentry *found; in autofs_expire_indirect() local
461 found = should_expire(expired, mnt, timeout, how); in autofs_expire_indirect()
462 if (found != expired) { // something has changed, continue in autofs_expire_indirect()
463 dput(found); in autofs_expire_indirect()
471 goto found; in autofs_expire_indirect()
481 found: in autofs_expire_indirect()
/fs/
A Ddcache.c1481 long found; member
1496 data->found++; in select_collect()
1499 data->found++; in select_collect()
1501 data->found++; in select_collect()
2135 if (found) { in d_add_ci()
2137 return found; in d_add_ci()
2142 if (IS_ERR(found) || !d_in_lookup(found)) { in d_add_ci()
2148 if (!found) { in d_add_ci()
2156 dput(found); in d_add_ci()
2159 return found; in d_add_ci()
[all …]
A Dlibfs.c125 found = dget_dlock(d); in scan_positives()
127 if (likely(found)) in scan_positives()
143 return found; in scan_positives()
462 struct dentry *found = NULL; in find_positive_dentry() local
474 found = dget_dlock(dentry); in find_positive_dentry()
476 if (likely(found)) in find_positive_dentry()
480 return found; in find_positive_dentry()
488 struct dentry *child, *found = NULL; in offset_dir_lookup() local
493 found = find_positive_dentry(parent, NULL, false); in offset_dir_lookup()
497 found = find_positive_dentry(parent, child, false); in offset_dir_lookup()
[all …]
/fs/isofs/
A Dnamei.c155 int found; in isofs_lookup() local
165 found = isofs_find_entry(dir, dentry, in isofs_lookup()
171 inode = found ? isofs_iget(dir->i_sb, block, offset) : NULL; in isofs_lookup()
/fs/hfsplus/
A Dbitmap.c58 goto found; in hfsplus_block_allocate()
72 goto found; in hfsplus_block_allocate()
97 found: in hfsplus_block_allocate()
/fs/nfs/
A Dcallback_proc.c462 int found = 0; in referring_call_exists() local
491 found++; in referring_call_exists()
496 return status < 0 ? status : found; in referring_call_exists()
717 bool found = false; in nfs4_callback_offload() local
734 found = true; in nfs4_callback_offload()
740 if (!found) { in nfs4_callback_offload()
/fs/nilfs2/
A Dbtnode.c104 goto found; in nilfs_btnode_submit_block()
133 goto found; in nilfs_btnode_submit_block()
143 found: in nilfs_btnode_submit_block()
/fs/qnx6/
A Ddir.c248 goto found; in qnx6_find_ino()
255 goto found; in qnx6_find_ino()
267 found: in qnx6_find_ino()
/fs/xfs/scrub/
A Ddir.c805 bool found; in xchk_directory_blocks() local
825 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
826 while (found && !(sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT)) { in xchk_directory_blocks()
854 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
880 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
881 while (found && !(sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT)) { in xchk_directory_blocks()
918 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
/fs/unicode/
A DREADME.utf8data4 The full set of files can be found here:
40 released version of the UCD can be found here:
/fs/efivarfs/
A Dvars.c293 bool found = false; in efivar_variable_is_removable() local
305 found = true; in efivar_variable_is_removable()
313 return found; in efivar_variable_is_removable()

Completed in 63 milliseconds

1234567