/fs/xfs/libxfs/ |
D | xfs_bit.c | 52 goto found; in xfs_contig_bits() 58 goto found; in xfs_contig_bits() 63 found: in xfs_contig_bits() 92 goto found; in xfs_next_bit() 98 goto found; in xfs_next_bit() 103 found: in xfs_next_bit()
|
/fs/btrfs/ |
D | space-info.c | 29 struct btrfs_space_info *found; in btrfs_clear_space_info_full() local 32 list_for_each_entry_rcu(found, head, list) in btrfs_clear_space_info_full() 33 found->full = 0; in btrfs_clear_space_info_full() 119 struct btrfs_space_info *found; in btrfs_update_space_info() local 124 found = btrfs_find_space_info(info, flags); in btrfs_update_space_info() 125 ASSERT(found); in btrfs_update_space_info() 126 spin_lock(&found->lock); in btrfs_update_space_info() 127 found->total_bytes += total_bytes; in btrfs_update_space_info() 128 found->disk_total += total_bytes * factor; in btrfs_update_space_info() 129 found->bytes_used += bytes_used; in btrfs_update_space_info() [all …]
|
/fs/btrfs/tests/ |
D | extent-io-tests.c | 70 bool found; in test_find_delalloc() local 116 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc() 118 if (!found) { in test_find_delalloc() 147 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc() 149 if (!found) { in test_find_delalloc() 181 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc() 183 if (found) { in test_find_delalloc() 202 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc() 204 if (!found) { in test_find_delalloc() 243 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc() [all …]
|
/fs/ubifs/ |
D | tnc.c | 1444 int found, n, err, safely = 0, gc_seq1; in ubifs_tnc_locate() local 1450 found = ubifs_lookup_level0(c, key, &znode, &n); in ubifs_tnc_locate() 1451 if (!found) { in ubifs_tnc_locate() 1454 } else if (found < 0) { in ubifs_tnc_locate() 1455 err = found; in ubifs_tnc_locate() 1812 int found, n, err; in do_lookup_nm() local 1817 found = ubifs_lookup_level0(c, key, &znode, &n); in do_lookup_nm() 1818 if (!found) { in do_lookup_nm() 1821 } else if (found < 0) { in do_lookup_nm() 1822 err = found; in do_lookup_nm() [all …]
|
D | find.c | 254 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() 830 goto found; in find_dirty_idx_leb() 835 goto found; in find_dirty_idx_leb() 840 goto found; in find_dirty_idx_leb() 850 found: in find_dirty_idx_leb()
|
/fs/nfsd/ |
D | trace.h | 263 TP_PROTO(struct inode *inode, unsigned int hash, int found), 264 TP_ARGS(inode, hash, found), 268 __field(int, found) 273 __entry->found = found; 276 __entry->inode, __entry->found) 281 TP_PROTO(struct inode *inode, unsigned int hash, int found), \ 282 TP_ARGS(inode, hash, found))
|
/fs/f2fs/ |
D | trace.c | 154 unsigned int found; in f2fs_destroy_trace_ios() local 157 while ((found = gang_lookup_pids(pid, next_pid, PIDVEC_SIZE))) { in f2fs_destroy_trace_ios() 160 next_pid = pid[found - 1] + 1; in f2fs_destroy_trace_ios() 161 for (idx = 0; idx < found; idx++) in f2fs_destroy_trace_ios()
|
/fs/sdcardfs/ |
D | lookup.c | 227 bool found; member 239 buf->found = true; in sdcardfs_name_match() 288 .found = false, in __sdcardfs_lookup() 305 if (buffer.found) in __sdcardfs_lookup() 318 found: in __sdcardfs_lookup() 382 goto found; in __sdcardfs_lookup()
|
/fs/adfs/ |
D | map.c | 97 goto found; in lookup_zone() 108 found: in lookup_zone() 201 goto found; in scan_map() 209 found: in scan_map()
|
/fs/ocfs2/ |
D | reservations.c | 415 int offset, start, found; in ocfs2_resmap_find_free_bits() local 420 found = best_start = best_len = 0; in ocfs2_resmap_find_free_bits() 431 found++; in ocfs2_resmap_find_free_bits() 436 found = 1; in ocfs2_resmap_find_free_bits() 439 if (found > best_len) { in ocfs2_resmap_find_free_bits() 440 best_len = found; in ocfs2_resmap_find_free_bits() 441 best_start = start - found; in ocfs2_resmap_find_free_bits() 444 if (found >= wanted) in ocfs2_resmap_find_free_bits()
|
/fs/ext2/ |
D | ialloc.c | 304 goto found; in find_group_orlov() 339 goto found; in find_group_orlov() 349 goto found; in find_group_orlov() 363 found: in find_group_orlov() 381 goto found; in find_group_other() 405 goto found; in find_group_other() 418 goto found; in find_group_other() 423 found: in find_group_other()
|
/fs/gfs2/ |
D | recovery.c | 59 int found = 0; in gfs2_revoke_add() local 63 found = 1; in gfs2_revoke_add() 68 if (found) { in gfs2_revoke_add() 88 int found = 0; in gfs2_revoke_check() local 92 found = 1; in gfs2_revoke_check() 97 if (!found) in gfs2_revoke_check()
|
/fs/xfs/ |
D | xfs_reflink.c | 312 bool *found) in xfs_find_trim_cow_extent() argument 319 *found = false; in xfs_find_trim_cow_extent() 342 *found = true; in xfs_find_trim_cow_extent() 360 bool found; in xfs_reflink_allocate_cow() local 370 error = xfs_find_trim_cow_extent(ip, imap, shared, &found); in xfs_reflink_allocate_cow() 373 if (found) in xfs_reflink_allocate_cow() 395 error = xfs_find_trim_cow_extent(ip, imap, shared, &found); in xfs_reflink_allocate_cow() 398 if (found) { in xfs_reflink_allocate_cow() 1479 bool found; in xfs_reflink_inode_has_shared_extents() local 1490 found = xfs_iext_lookup_extent(ip, ifp, 0, &icur, &got); in xfs_reflink_inode_has_shared_extents() [all …]
|
/fs/hfs/ |
D | bitmap.c | 51 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/ |
D | expire.c | 429 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/isofs/ |
D | namei.c | 154 int found; in isofs_lookup() local 164 found = isofs_find_entry(dir, dentry, in isofs_lookup() 170 inode = found ? isofs_iget(dir->i_sb, block, offset) : NULL; in isofs_lookup()
|
/fs/ocfs2/dlm/ |
D | dlmunlock.c | 399 int found = 0, i; in dlm_unlock_lock_handler() local 442 found = 0; in dlm_unlock_lock_handler() 470 found = 1; in dlm_unlock_lock_handler() 474 if (found) in dlm_unlock_lock_handler() 480 if (!found) { in dlm_unlock_lock_handler() 510 if (!found) in dlm_unlock_lock_handler()
|
/fs/ |
D | dcache.c | 1466 long found; member 1481 data->found++; in select_collect() 1487 data->found++; in select_collect() 1552 if (!data.found) in shrink_dcache_parent() 2134 struct dentry *found, *res; in d_add_ci() local 2140 found = d_hash_and_lookup(dentry->d_parent, name); in d_add_ci() 2141 if (found) { in d_add_ci() 2143 return found; in d_add_ci() 2146 found = d_alloc_parallel(dentry->d_parent, name, in d_add_ci() 2148 if (IS_ERR(found) || !d_in_lookup(found)) { in d_add_ci() [all …]
|
D | dcookies.c | 68 struct dcookie_struct *found = NULL; in find_dcookie() local 78 found = dcs; in find_dcookie() 83 return found; in find_dcookie()
|
/fs/hfsplus/ |
D | bitmap.c | 58 goto found; in hfsplus_block_allocate() 72 goto found; in hfsplus_block_allocate() 97 found: in hfsplus_block_allocate()
|
/fs/erofs/ |
D | utils.c | 198 int i, found; in erofs_shrink_workstation() local 202 found = radix_tree_gang_lookup(&sbi->workstn_tree, in erofs_shrink_workstation() 205 for (i = 0; i < found; ++i) { in erofs_shrink_workstation()
|
/fs/nilfs2/ |
D | btnode.c | 72 goto found; in nilfs_btnode_submit_block() 101 goto found; in nilfs_btnode_submit_block() 112 found: in nilfs_btnode_submit_block()
|
/fs/xfs/scrub/ |
D | dir.c | 636 bool found; in xchk_directory_blocks() local 659 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks() 660 while (found && !(sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT)) { in xchk_directory_blocks() 696 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks() 722 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks() 723 while (found && !(sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT)) { in xchk_directory_blocks() 760 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
|
/fs/qnx6/ |
D | dir.c | 248 goto found; in qnx6_find_entry() 255 goto found; in qnx6_find_entry() 267 found: in qnx6_find_entry()
|
/fs/cifs/ |
D | smb2misc.c | 516 bool found; in smb2_tcon_has_lease() local 563 found = false; in smb2_tcon_has_lease() 569 if (!found && ack_req) { in smb2_tcon_has_lease() 570 found = true; in smb2_tcon_has_lease() 584 return found; in smb2_tcon_has_lease()
|