/linux/mm/ |
A D | page_vma_mapped.c | 10 static inline bool not_found(struct page_vma_mapped_walk *pvmw) in not_found() function 165 return not_found(pvmw); in page_vma_mapped_walk() 170 return not_found(pvmw); in page_vma_mapped_walk() 180 return not_found(pvmw); in page_vma_mapped_walk() 226 return not_found(pvmw); in page_vma_mapped_walk() 228 return not_found(pvmw); in page_vma_mapped_walk() 236 return not_found(pvmw); in page_vma_mapped_walk() 240 return not_found(pvmw); in page_vma_mapped_walk() 270 return not_found(pvmw); in page_vma_mapped_walk()
|
/linux/net/rxrpc/ |
A D | conn_object.c | 83 goto not_found; in rxrpc_find_connection_rcu() 91 goto not_found; in rxrpc_find_connection_rcu() 104 goto not_found; in rxrpc_find_connection_rcu() 108 goto not_found; in rxrpc_find_connection_rcu() 119 goto not_found; in rxrpc_find_connection_rcu() 124 goto not_found; in rxrpc_find_connection_rcu() 133 goto not_found; in rxrpc_find_connection_rcu() 142 goto not_found; in rxrpc_find_connection_rcu() 153 not_found: in rxrpc_find_connection_rcu()
|
/linux/drivers/parisc/ |
A D | led.c | 727 goto not_found; in led_init() 733 goto not_found; in led_init() 736 goto not_found; in led_init() 742 goto not_found; in led_init() 746 goto not_found; in led_init() 752 goto not_found; in led_init() 764 not_found: in led_init()
|
/linux/fs/ext2/ |
A D | xattr.c | 203 int error, not_found; in ext2_xattr_get() local 243 not_found = ext2_xattr_cmp_entry(name_index, name_len, name, in ext2_xattr_get() 245 if (!not_found) in ext2_xattr_get() 247 if (not_found < 0) in ext2_xattr_get() 415 int not_found = 1, error; in ext2_xattr_set() local 477 if (not_found > 0) { in ext2_xattr_set() 478 not_found = ext2_xattr_cmp_entry(name_index, in ext2_xattr_set() 481 if (not_found <= 0) in ext2_xattr_set() 486 if (not_found > 0) in ext2_xattr_set() 497 if (not_found) { in ext2_xattr_set() [all …]
|
/linux/arch/arm64/lib/ |
A D | memchr.S | 58 cbz cntin, L(not_found) 71 L(not_found):
|
/linux/arch/alpha/lib/ |
A D | memchr.S | 51 beq $18, $not_found # .. e1 : 82 beq $2, $not_found # .. e1 : 160 $not_found:
|
A D | ev6-memchr.S | 48 beq $18, $not_found # U : 85 beq $2, $not_found # U : U L U L 186 $not_found:
|
/linux/net/sunrpc/ |
A D | backchannel_rqst.c | 248 goto not_found; in xprt_get_bc_request() 250 goto not_found; in xprt_get_bc_request() 263 not_found: in xprt_get_bc_request()
|
/linux/fs/ext4/ |
A D | xattr.c | 1612 if (!s->not_found) in ext4_xattr_set_entry() 1722 } else if (s->not_found) { in ext4_xattr_set_entry() 1836 bs->s.not_found = error; in ext4_xattr_block_find() 2195 is->s.not_found = error; in ext4_xattr_ibody_find() 2281 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle() 2332 if (is.s.not_found) in ext4_xattr_set_handle() 2336 if (is.s.not_found && bs.s.not_found) { in ext4_xattr_set_handle() 2350 if (!is.s.not_found) in ext4_xattr_set_handle() 2352 else if (!bs.s.not_found) in ext4_xattr_set_handle() 2549 is->s.not_found = -ENODATA; in ext4_xattr_move_to_block() [all …]
|
A D | inline.c | 128 .s = { .not_found = -ENODATA, }, in ext4_find_inline_data_nolock() 147 if (!is.s.not_found) { in ext4_find_inline_data_nolock() 256 .s = { .not_found = -ENODATA, }, in ext4_create_inline_data() 289 BUG_ON(!is.s.not_found); in ext4_create_inline_data() 321 .s = { .not_found = -ENODATA, }, in ext4_update_inline_data() 340 BUG_ON(is.s.not_found); in ext4_update_inline_data() 411 .s = { .not_found = 0, }, in ext4_destroy_inline_data_nolock() 1889 .s = { .not_found = -ENODATA, }, in ext4_inline_data_truncate() 1945 BUG_ON(is.s.not_found); in ext4_inline_data_truncate()
|
A D | xattr.h | 111 int not_found; member
|
/linux/arch/powerpc/kernel/ |
A D | legacy_serial.c | 646 goto not_found; in check_legacy_serial_console() 653 goto not_found; in check_legacy_serial_console() 664 goto not_found; in check_legacy_serial_console() 677 not_found: in check_legacy_serial_console()
|
/linux/fs/ocfs2/ |
A D | xattr.c | 129 int not_found; member 1227 if (xs->not_found) { in ocfs2_xattr_block_get() 2708 xs->not_found = ret; in ocfs2_xattr_ibody_find() 2850 xs->not_found = ret; in ocfs2_xattr_block_find() 3063 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need() 3502 if (xis.not_found) { in ocfs2_xattr_set_handle() 3587 if (xis.not_found) { in ocfs2_xattr_set() 3593 if (xis.not_found && xbs.not_found) { in ocfs2_xattr_set() 3608 (!xis.not_found || !xbs.not_found)) { in ocfs2_xattr_set() 4263 if (xs->not_found) in ocfs2_xattr_update_xattr_search() [all …]
|
/linux/arch/powerpc/platforms/powermac/ |
A D | pic.c | 591 goto not_found; in pmacpic_find_viaint() 594 goto not_found; in pmacpic_find_viaint() 598 not_found: in pmacpic_find_viaint()
|
A D | setup.c | 556 goto not_found; in check_pmac_serial_console() 563 not_found: in check_pmac_serial_console()
|
/linux/net/mptcp/ |
A D | token.c | 260 goto not_found; in mptcp_token_get_sock() 272 not_found: in mptcp_token_get_sock()
|
/linux/fs/ocfs2/dlm/ |
A D | dlmunlock.c | 436 goto not_found; in dlm_unlock_lock_handler() 480 goto not_found; in dlm_unlock_lock_handler() 507 not_found: in dlm_unlock_lock_handler()
|
/linux/fs/ |
A D | fs_parser.c | 41 int lookup_constant(const struct constant_table *tbl, const char *name, int not_found) in lookup_constant() argument 45 return p ? p->value : not_found; in lookup_constant()
|
/linux/scripts/ |
A D | get_abi.pl | 706 my @not_found; 760 push @not_found, $file if (!$search_string || $found_string); 822 foreach my $file (@not_found) {
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
A D | int_port.c | 112 goto not_found; in mlx5e_int_port_lookup() 120 not_found: in mlx5e_int_port_lookup()
|
/linux/fs/afs/ |
A D | dir.c | 1117 goto not_found; in afs_d_revalidate() 1143 goto not_found; in afs_d_revalidate() 1148 goto not_found; in afs_d_revalidate() 1159 goto not_found; in afs_d_revalidate() 1170 goto not_found; in afs_d_revalidate() 1178 goto not_found; in afs_d_revalidate() 1184 goto not_found; in afs_d_revalidate() 1195 not_found: in afs_d_revalidate()
|
/linux/net/smc/ |
A D | af_smc.c | 1696 goto not_found; in smc_find_ism_v2_device_serv() 1720 goto not_found; in smc_find_ism_v2_device_serv() 1726 goto not_found; in smc_find_ism_v2_device_serv() 1746 not_found: in smc_find_ism_v2_device_serv() 1761 goto not_found; in smc_find_ism_v1_device_serv() 1766 goto not_found; in smc_find_ism_v1_device_serv() 1772 not_found: in smc_find_ism_v1_device_serv() 1802 goto not_found; in smc_find_rdma_v2_device_serv() 1806 goto not_found; in smc_find_rdma_v2_device_serv() 1819 goto not_found; in smc_find_rdma_v2_device_serv() [all …]
|
/linux/fs/ntfs/ |
A D | attrib.c | 869 goto not_found; in ntfs_external_attr_find() 893 goto not_found; in ntfs_external_attr_find() 902 goto not_found; in ntfs_external_attr_find() 913 goto not_found; in ntfs_external_attr_find() 926 goto not_found; in ntfs_external_attr_find() 942 goto not_found; in ntfs_external_attr_find() 1086 not_found: in ntfs_external_attr_find()
|
/linux/include/linux/ |
A D | fs_parser.h | 81 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found);
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv_nested.c | 602 goto not_found; in kvmhv_copy_tofrom_guest_nested() 609 goto not_found; in kvmhv_copy_tofrom_guest_nested() 616 goto not_found; in kvmhv_copy_tofrom_guest_nested() 622 goto not_found; in kvmhv_copy_tofrom_guest_nested() 631 not_found: in kvmhv_copy_tofrom_guest_nested()
|