/fs/xfs/ |
D | xfs_bit.c | 67 goto found; in xfs_contig_bits() 73 goto found; in xfs_contig_bits() 78 found: in xfs_contig_bits() 107 goto found; in xfs_next_bit() 113 goto found; in xfs_next_bit() 118 found: in xfs_next_bit()
|
/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() 1806 int found, n, err; in do_lookup_nm() local 1811 found = ubifs_lookup_level0(c, key, &znode, &n); in do_lookup_nm() 1812 if (!found) { in do_lookup_nm() 1815 } else if (found < 0) { in do_lookup_nm() 1816 err = found; in do_lookup_nm() [all …]
|
D | find.c | 266 goto found; in ubifs_find_dirty_leb() 271 goto found; in ubifs_find_dirty_leb() 319 goto found; in ubifs_find_dirty_leb() 332 found: in ubifs_find_dirty_leb() 844 goto found; in find_dirty_idx_leb() 849 goto found; in find_dirty_idx_leb() 854 goto found; in find_dirty_idx_leb() 864 found: in find_dirty_idx_leb()
|
/fs/btrfs/ |
D | inode-map.c | 104 goto found; in btrfs_find_free_objectid() 108 goto found; in btrfs_find_free_objectid() 117 goto found; in btrfs_find_free_objectid() 121 goto found; in btrfs_find_free_objectid() 132 found: in btrfs_find_free_objectid()
|
D | extent_map.c | 303 goto found; in lookup_extent_mapping() 308 goto found; in lookup_extent_mapping() 320 goto found; in lookup_extent_mapping() 325 found: in lookup_extent_mapping()
|
D | extent-tree.c | 333 struct btrfs_space_info *found; in __find_space_info() local 336 list_for_each_entry_rcu(found, head, list) { in __find_space_info() 337 if (found->flags == flags) { in __find_space_info() 339 return found; in __find_space_info() 353 struct btrfs_space_info *found; in btrfs_clear_space_info_full() local 356 list_for_each_entry_rcu(found, head, list) in btrfs_clear_space_info_full() 357 found->full = 0; in btrfs_clear_space_info_full() 397 goto found; in btrfs_find_block_group() 415 found: in btrfs_find_block_group() 1911 struct btrfs_space_info *found; in update_space_info() local [all …]
|
/fs/ |
D | dcache.c | 813 int found = 0; in select_parent() local 831 found++; in select_parent() 839 if (found && need_resched()) in select_parent() 860 return found; in select_parent() 873 int found; in shrink_dcache_parent() local 875 while ((found = select_parent(parent)) != 0) in shrink_dcache_parent() 876 __shrink_dcache_sb(sb, &found, 0); in shrink_dcache_parent() 1247 struct dentry *found; in d_add_ci() local 1251 found = d_hash_and_lookup(dentry->d_parent, name); in d_add_ci() 1253 if (!found) { in d_add_ci() [all …]
|
D | posix_acl.c | 214 int found = 0; in posix_acl_permission() local 229 found = 1; in posix_acl_permission() 236 found = 1; in posix_acl_permission() 244 if (found) in posix_acl_permission()
|
D | dcookies.c | 66 struct dcookie_struct *found = NULL; in find_dcookie() local 76 found = dcs; in find_dcookie() 81 return found; in find_dcookie()
|
/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() 591 int found = 0; in gfs2_jdesc_find_dirty() local 598 found = 1; in gfs2_jdesc_find_dirty() 604 if (!found) in gfs2_jdesc_find_dirty()
|
D | locking.c | 159 int error, found; in gfs2_mount_lockproto() local 168 found = 0; in gfs2_mount_lockproto() 171 found = 1; in gfs2_mount_lockproto() 176 if (!found) { in gfs2_mount_lockproto()
|
D | quota.c | 132 int error, found; in qd_get() local 137 found = 0; in qd_get() 143 found = 1; in qd_get() 148 if (!found) in qd_get() 212 goto found; in slot_get() 217 found: in slot_get() 326 int found = 0; in qd_fish() local 349 found = 1; in qd_fish() 354 if (!found) in qd_fish() 1107 unsigned int found = 0; in gfs2_quota_init() local [all …]
|
/fs/adfs/ |
D | map.c | 108 goto found; in lookup_zone() 119 found: in lookup_zone() 213 goto found; in scan_map() 221 found: in scan_map()
|
/fs/ext2/ |
D | ialloc.c | 315 goto found; in find_group_orlov() 350 goto found; in find_group_orlov() 360 goto found; in find_group_orlov() 374 found: in find_group_orlov() 392 goto found; in find_group_other() 416 goto found; in find_group_other() 429 goto found; in find_group_other() 434 found: in find_group_other()
|
/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/isofs/ |
D | namei.c | 167 int found; in isofs_lookup() local 180 found = isofs_find_entry(dir, dentry, in isofs_lookup() 187 if (found) { in isofs_lookup()
|
/fs/proc/ |
D | proc_devtree.c | 119 int found = 0; in duplicate_name() local 125 found = 1; in duplicate_name() 132 return found; in duplicate_name()
|
/fs/nfs/ |
D | pagelist.c | 396 int found, i; in nfs_scan_list() local 406 found = radix_tree_gang_lookup_tag(&nfsi->nfs_page_tree, in nfs_scan_list() 409 if (found <= 0) in nfs_scan_list() 411 for (i = 0; i < found; i++) { in nfs_scan_list()
|
/fs/ocfs2/dlm/ |
D | dlmunlock.c | 395 int found = 0, i; in dlm_unlock_lock_handler() local 438 found = 0; in dlm_unlock_lock_handler() 467 found = 1; in dlm_unlock_lock_handler() 471 if (found) in dlm_unlock_lock_handler() 477 if (!found) { in dlm_unlock_lock_handler() 507 if (!found) in dlm_unlock_lock_handler()
|
/fs/dlm/ |
D | member.c | 185 int i, error, found, pos = 0, neg = 0, low = -1; in dlm_recover_members() local 198 found = 0; in dlm_recover_members() 201 found = 1; in dlm_recover_members() 206 if (!found) { in dlm_recover_members()
|
/fs/hfsplus/ |
D | bitmap.c | 55 goto found; in hfsplus_block_allocate() 69 goto found; in hfsplus_block_allocate() 94 found: in hfsplus_block_allocate()
|
/fs/exportfs/ |
D | expfs.c | 217 int found; /* inode matched? */ member 235 buf->found = 1; in filldir_one() 279 buffer.found = 0; in get_name() 285 if (buffer.found) { in get_name()
|
/fs/ocfs2/ |
D | suballoc.c | 912 int offset, start, found, status = 0; in ocfs2_block_group_find_clear_bits() local 919 found = start = best_offset = best_size = 0; in ocfs2_block_group_find_clear_bits() 929 found = 0; in ocfs2_block_group_find_clear_bits() 933 found++; in ocfs2_block_group_find_clear_bits() 938 found = 1; in ocfs2_block_group_find_clear_bits() 941 if (found > best_size) { in ocfs2_block_group_find_clear_bits() 942 best_size = found; in ocfs2_block_group_find_clear_bits() 943 best_offset = start - found; in ocfs2_block_group_find_clear_bits() 946 if (found == bits_wanted) { in ocfs2_block_group_find_clear_bits() 954 if (found == bits_wanted) { in ocfs2_block_group_find_clear_bits() [all …]
|
/fs/autofs4/ |
D | expire.c | 359 goto found; in autofs4_expire_indirect() 376 goto found; in autofs4_expire_indirect() 391 goto found; in autofs4_expire_indirect() 403 found: in autofs4_expire_indirect()
|
/fs/omfs/ |
D | bitmap.c | 154 goto found; in omfs_allocate_range() 161 found: in omfs_allocate_range()
|