/linux-4.1.27/arch/alpha/lib/ |
H A D | ev6-memchr.S | 47 beq $18, $not_found # U : 84 beq $2, $not_found # U : U L U L 185 $not_found:
|
H A D | memchr.S | 51 beq $18, $not_found # .. e1 : 82 beq $2, $not_found # .. e1 : 160 $not_found:
|
/linux-4.1.27/fs/ext3/ |
H A D | xattr.c | 522 int not_found; member in struct:ext3_xattr_search 541 if (!s->not_found) { ext3_xattr_set_entry() 554 if (i->value && s->not_found) { ext3_xattr_set_entry() 665 bs->s.not_found = error; ext3_xattr_block_find() 897 is->s.not_found = error; ext3_xattr_ibody_find() 952 .s = { .not_found = -ENODATA, }, ext3_xattr_set_handle() 955 .s = { .not_found = -ENODATA, }, ext3_xattr_set_handle() 981 if (is.s.not_found) ext3_xattr_set_handle() 985 if (is.s.not_found && bs.s.not_found) { ext3_xattr_set_handle() 998 if (!is.s.not_found) ext3_xattr_set_handle() 1000 else if (!bs.s.not_found) ext3_xattr_set_handle() 1004 if (!error && !bs.s.not_found) { ext3_xattr_set_handle() 1016 if (!is.s.not_found) { ext3_xattr_set_handle()
|
/linux-4.1.27/fs/ext4/ |
H A D | xattr.c | 633 if (!s->not_found) { ext4_xattr_set_entry() 646 if (i->value && s->not_found) { ext4_xattr_set_entry() 766 bs->s.not_found = error; ext4_xattr_block_find() 1004 is->s.not_found = error; ext4_xattr_ibody_find() 1096 .s = { .not_found = -ENODATA, }, ext4_xattr_set_handle() 1099 .s = { .not_found = -ENODATA, }, ext4_xattr_set_handle() 1125 if (is.s.not_found) ext4_xattr_set_handle() 1129 if (is.s.not_found && bs.s.not_found) { ext4_xattr_set_handle() 1142 if (!is.s.not_found) ext4_xattr_set_handle() 1144 else if (!bs.s.not_found) ext4_xattr_set_handle() 1148 if (!error && !bs.s.not_found) { ext4_xattr_set_handle() 1160 if (!is.s.not_found) { ext4_xattr_set_handle() 1357 is->s.not_found = -ENODATA; ext4_expand_extra_isize_ea() 1358 bs->s.not_found = -ENODATA; ext4_expand_extra_isize_ea()
|
H A D | xattr.h | 90 int not_found; member in struct:ext4_xattr_search
|
H A D | inline.c | 133 .s = { .not_found = -ENODATA, }, ext4_find_inline_data_nolock() 152 if (!is.s.not_found) { ext4_find_inline_data_nolock() 252 .s = { .not_found = -ENODATA, }, ext4_create_inline_data() 284 BUG_ON(!is.s.not_found); ext4_create_inline_data() 316 .s = { .not_found = -ENODATA, }, ext4_update_inline_data() 335 BUG_ON(is.s.not_found); ext4_update_inline_data() 404 .s = { .not_found = 0, }, ext4_destroy_inline_data_nolock() 1902 .s = { .not_found = -ENODATA, }, ext4_inline_data_truncate() 1939 BUG_ON(is.s.not_found); ext4_inline_data_truncate()
|
/linux-4.1.27/drivers/parisc/ |
H A D | led.c | 729 goto not_found; led_init() 735 goto not_found; led_init() 738 goto not_found; led_init() 744 goto not_found; led_init() 748 goto not_found; led_init() 754 goto not_found; led_init() 766 not_found: led_init()
|
/linux-4.1.27/fs/ext2/ |
H A D | xattr.c | 366 int not_found = 1, error; ext2_xattr_set() local 422 not_found = name_index - here->e_name_index; ext2_xattr_set() 423 if (!not_found) ext2_xattr_set() 424 not_found = name_len - here->e_name_len; ext2_xattr_set() 425 if (!not_found) ext2_xattr_set() 426 not_found = memcmp(name, here->e_name,name_len); ext2_xattr_set() 427 if (not_found <= 0) ext2_xattr_set() 454 if (not_found) { ext2_xattr_set() 528 if (not_found) { ext2_xattr_set()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | xattr.c | 139 int not_found; member in struct:ocfs2_xattr_search 1219 if (xs->not_found) { ocfs2_xattr_block_get() 1281 .not_found = -ENODATA, ocfs2_xattr_get_nolock() 1284 .not_found = -ENODATA, ocfs2_xattr_get_nolock() 2699 xs->not_found = ret; ocfs2_xattr_ibody_find() 2781 xs->not_found ? NULL : xs->here); ocfs2_xattr_ibody_set() 2841 xs->not_found = ret; ocfs2_xattr_block_find() 2970 xs->not_found ? NULL : xs->here); ocfs2_xattr_block_set() 3016 BUG_ON(!xs->not_found); ocfs2_xattr_can_be_in_inode() 3054 if (xis->not_found && xbs->not_found) { ocfs2_calc_xattr_set_need() 3066 if (!xis->not_found) { ocfs2_calc_xattr_set_need() 3303 if (!xis->not_found) __ocfs2_xattr_set_handle() 3305 else if (!xbs->not_found) __ocfs2_xattr_set_handle() 3310 if (!ret && !xbs->not_found) { __ocfs2_xattr_set_handle() 3318 old_found = xis->not_found; __ocfs2_xattr_set_handle() 3319 xis->not_found = -ENODATA; __ocfs2_xattr_set_handle() 3328 xis->not_found = old_found; __ocfs2_xattr_set_handle() 3348 old_found = xis->not_found; __ocfs2_xattr_set_handle() 3349 xis->not_found = -ENODATA; __ocfs2_xattr_set_handle() 3358 xis->not_found = old_found; __ocfs2_xattr_set_handle() 3377 if (!xis->not_found) { __ocfs2_xattr_set_handle() 3384 xbs->not_found = -ENODATA; __ocfs2_xattr_set_handle() 3456 .not_found = -ENODATA, ocfs2_xattr_set_handle() 3460 .not_found = -ENODATA, ocfs2_xattr_set_handle() 3493 if (xis.not_found) { ocfs2_xattr_set_handle() 3540 .not_found = -ENODATA, ocfs2_xattr_set() 3544 .not_found = -ENODATA, ocfs2_xattr_set() 3576 if (xis.not_found) { ocfs2_xattr_set() 3582 if (xis.not_found && xbs.not_found) { ocfs2_xattr_set() 3597 (!xis.not_found || !xbs.not_found)) { ocfs2_xattr_set() 4259 if (xs->not_found) ocfs2_xattr_update_xattr_search() 5549 xs->not_found ? NULL : xs->here); ocfs2_xattr_set_entry_bucket() 5636 xs->not_found = ret; ocfs2_xattr_set_entry_index_block() 5776 if (!xis->not_found) { ocfs2_prepare_refcount_xattr()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
H A D | pic.c | 600 goto not_found; pmacpic_find_viaint() 603 goto not_found; pmacpic_find_viaint() 606 not_found: pmacpic_find_viaint()
|
H A D | setup.c | 572 goto not_found; check_pmac_serial_console() 580 goto not_found; check_pmac_serial_console() 587 not_found: check_pmac_serial_console()
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | psargs.c | 324 * some not_found cases are allowed acpi_ps_get_next_namepath() 328 /* 1) not_found is ok during load pass 1/2 (allow forward references) */ acpi_ps_get_next_namepath() 335 /* 2) not_found during a cond_ref_of(x) is ok by definition */ acpi_ps_get_next_namepath() 343 * 3) not_found while building a Package is ok at this point, we acpi_ps_get_next_namepath()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 610 goto not_found; check_legacy_serial_console() 617 goto not_found; check_legacy_serial_console() 628 goto not_found; check_legacy_serial_console() 641 not_found: check_legacy_serial_console()
|
/linux-4.1.27/net/sunrpc/ |
H A D | backchannel_rqst.c | 221 goto not_found; xprt_alloc_bc_request() 231 not_found: xprt_alloc_bc_request()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
H A D | dlmunlock.c | 438 goto not_found; dlm_unlock_lock_handler() 482 goto not_found; 509 not_found:
|
/linux-4.1.27/drivers/misc/mic/host/ |
H A D | mic_smpt.c | 118 goto not_found; mic_smpt_op() 131 not_found: mic_smpt_op()
|
/linux-4.1.27/fs/hpfs/ |
H A D | dnode.c | 20 pr_info("%s(): not_found\n", __func__); get_pos() 1076 if (c < 0 && !de->last) goto not_found; map_fnode_dirent() 1078 if (d->root_dnode) goto not_found; map_fnode_dirent() 1088 not_found: map_fnode_dirent()
|
/linux-4.1.27/fs/afs/ |
H A D | dir.c | 640 goto not_found; afs_d_revalidate() 654 goto not_found; afs_d_revalidate() 662 goto not_found; afs_d_revalidate() 679 not_found: afs_d_revalidate()
|
/linux-4.1.27/net/ipv6/ |
H A D | exthdrs_core.c | 153 /* not_found */ ipv6_find_tlv()
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | cpuid.c | 151 goto not_found; cpuid_query_maxphyaddr() 155 not_found: cpuid_query_maxphyaddr()
|
/linux-4.1.27/drivers/dma/ |
H A D | ste_dma40.c | 1785 goto not_found; d40_alloc_mask_set() 1791 goto not_found; d40_alloc_mask_set() 1800 goto not_found; d40_alloc_mask_set() 1803 goto not_found; d40_alloc_mask_set() 1812 goto not_found; d40_alloc_mask_set() 1815 not_found: d40_alloc_mask_set()
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 682 goto not_found; xfs_alloc_ag_vextent_exact() 703 goto not_found; xfs_alloc_ag_vextent_exact() 705 goto not_found; xfs_alloc_ag_vextent_exact() 708 goto not_found; xfs_alloc_ag_vextent_exact() 720 goto not_found; xfs_alloc_ag_vextent_exact() 746 not_found: xfs_alloc_ag_vextent_exact()
|
/linux-4.1.27/drivers/regulator/ |
H A D | max8973-regulator.c | 119 * and will return not_found so that caller need to set new VOUT
|
H A D | tps62360-regulator.c | 92 * and will return not_found so that caller need to set new VSET
|
/linux-4.1.27/net/bluetooth/ |
H A D | hci_event.c | 3452 goto not_found; hci_link_key_request_evt() 3466 goto not_found; hci_link_key_request_evt() 3474 goto not_found; hci_link_key_request_evt() 3489 not_found: hci_link_key_request_evt() 4942 goto not_found; hci_le_ltk_request_evt() 4946 goto not_found; hci_le_ltk_request_evt() 4951 goto not_found; hci_le_ltk_request_evt() 4955 goto not_found; hci_le_ltk_request_evt() 4985 not_found: hci_le_ltk_request_evt()
|
/linux-4.1.27/fs/jfs/ |
H A D | xattr.c | 906 goto not_found; __jfs_getxattr() 926 not_found: __jfs_getxattr()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 593 goto not_found; spu_get_idle() 611 not_found: spu_get_idle()
|
/linux-4.1.27/lib/ |
H A D | swiotlb.c | 483 goto not_found; swiotlb_tbl_map_single() 514 not_found: swiotlb_tbl_map_single()
|
/linux-4.1.27/net/tipc/ |
H A D | name_table.c | 551 goto not_found; tipc_nametbl_translate() 604 not_found: tipc_nametbl_translate()
|
/linux-4.1.27/security/keys/ |
H A D | key.c | 634 not_found: key_lookup() 641 goto not_found; key_lookup()
|
/linux-4.1.27/fs/ntfs/ |
H A D | attrib.c | 883 goto not_found; ntfs_external_attr_find() 907 goto not_found; ntfs_external_attr_find() 916 goto not_found; ntfs_external_attr_find() 927 goto not_found; ntfs_external_attr_find() 940 goto not_found; ntfs_external_attr_find() 956 goto not_found; ntfs_external_attr_find() 1100 not_found: ntfs_external_attr_find()
|
/linux-4.1.27/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 531 goto not_found; sba_search_bitmap() 608 not_found: sba_search_bitmap()
|
/linux-4.1.27/tools/lib/traceevent/ |
H A D | event-parse.c | 6329 goto not_found; pevent_register_event_handler() 6338 not_found: pevent_register_event_handler() 6414 goto not_found; pevent_unregister_event_handler() 6425 not_found: pevent_unregister_event_handler()
|
/linux-4.1.27/fs/btrfs/ |
H A D | inode.c | 6741 goto not_found; btrfs_get_extent() 6784 goto not_found; btrfs_get_extent() 6790 goto not_found; btrfs_get_extent() 6792 goto not_found; btrfs_get_extent() 6871 not_found: btrfs_get_extent()
|
/linux-4.1.27/drivers/net/ethernet/rocker/ |
H A D | rocker.c | 3751 goto not_found; rocker_port_internal_vlan_id_put() 3761 not_found: rocker_port_internal_vlan_id_put()
|
/linux-4.1.27/fs/dlm/ |
H A D | lock.c | 962 goto not_found; dlm_master_lookup() 1052 not_found: dlm_master_lookup()
|