/linux-6.3-rc2/mm/ |
A D | page_vma_mapped.c | 10 static inline bool not_found(struct page_vma_mapped_walk *pvmw) in not_found() function 163 return not_found(pvmw); in page_vma_mapped_walk() 170 return not_found(pvmw); in page_vma_mapped_walk() 182 return not_found(pvmw); in page_vma_mapped_walk() 224 return not_found(pvmw); in page_vma_mapped_walk() 228 return not_found(pvmw); in page_vma_mapped_walk() 233 return not_found(pvmw); in page_vma_mapped_walk() 235 return not_found(pvmw); in page_vma_mapped_walk() 266 return not_found(pvmw); in page_vma_mapped_walk()
|
/linux-6.3-rc2/drivers/parisc/ |
A D | led.c | 730 goto not_found; in led_init() 736 goto not_found; in led_init() 739 goto not_found; in led_init() 745 goto not_found; in led_init() 749 goto not_found; in led_init() 755 goto not_found; in led_init() 767 not_found: in led_init()
|
/linux-6.3-rc2/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-6.3-rc2/arch/arm64/lib/ |
A D | memchr.S | 58 cbz cntin, L(not_found) 71 L(not_found):
|
/linux-6.3-rc2/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-6.3-rc2/net/rxrpc/ |
A D | conn_object.c | 110 goto not_found; in rxrpc_find_client_connection_rcu() 115 goto not_found; in rxrpc_find_client_connection_rcu() 124 goto not_found; in rxrpc_find_client_connection_rcu() 133 goto not_found; in rxrpc_find_client_connection_rcu() 143 not_found: in rxrpc_find_client_connection_rcu()
|
/linux-6.3-rc2/net/sunrpc/ |
A D | backchannel_rqst.c | 245 goto not_found; in xprt_get_bc_request() 247 goto not_found; in xprt_get_bc_request() 260 not_found: in xprt_get_bc_request()
|
/linux-6.3-rc2/fs/ext4/ |
A D | xattr.c | 1693 if (!s->not_found) in ext4_xattr_set_entry() 1803 } else if (s->not_found) { in ext4_xattr_set_entry() 1917 bs->s.not_found = error; in ext4_xattr_block_find() 2273 is->s.not_found = error; in ext4_xattr_ibody_find() 2360 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle() 2411 if (is.s.not_found) in ext4_xattr_set_handle() 2415 if (is.s.not_found && bs.s.not_found) { in ext4_xattr_set_handle() 2429 if (!is.s.not_found) in ext4_xattr_set_handle() 2431 else if (!bs.s.not_found) in ext4_xattr_set_handle() 2628 is->s.not_found = -ENODATA; in ext4_xattr_move_to_block() [all …]
|
A D | inline.c | 132 .s = { .not_found = -ENODATA, }, in ext4_find_inline_data_nolock() 151 if (!is.s.not_found) { in ext4_find_inline_data_nolock() 258 .s = { .not_found = -ENODATA, }, in ext4_create_inline_data() 291 BUG_ON(!is.s.not_found); in ext4_create_inline_data() 323 .s = { .not_found = -ENODATA, }, in ext4_update_inline_data() 342 BUG_ON(is.s.not_found); in ext4_update_inline_data() 413 .s = { .not_found = 0, }, in ext4_destroy_inline_data_nolock() 1919 .s = { .not_found = -ENODATA, }, in ext4_inline_data_truncate() 1974 BUG_ON(is.s.not_found); in ext4_inline_data_truncate()
|
A D | xattr.h | 124 int not_found; member
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | legacy_serial.c | 648 goto not_found; in check_legacy_serial_console() 655 goto not_found; in check_legacy_serial_console() 666 goto not_found; in check_legacy_serial_console() 679 not_found: in check_legacy_serial_console()
|
/linux-6.3-rc2/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-6.3-rc2/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 | 536 goto not_found; in check_pmac_serial_console() 543 not_found: in check_pmac_serial_console()
|
/linux-6.3-rc2/net/mptcp/ |
A D | token.c | 264 goto not_found; in mptcp_token_get_sock() 276 not_found: in mptcp_token_get_sock()
|
/linux-6.3-rc2/fs/ocfs2/dlm/ |
A D | dlmunlock.c | 436 goto not_found; in dlm_unlock_lock_handler() 479 goto not_found; in dlm_unlock_lock_handler() 506 not_found: in dlm_unlock_lock_handler()
|
/linux-6.3-rc2/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-6.3-rc2/scripts/ |
A D | get_abi.pl | 707 my @not_found; 761 push @not_found, $file if (!$search_string || $found_string); 823 foreach my $file (@not_found) {
|
/linux-6.3-rc2/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-6.3-rc2/include/linux/ |
A D | fs_parser.h | 82 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found);
|
/linux-6.3-rc2/fs/afs/ |
A D | dir.c | 1119 goto not_found; in afs_d_revalidate() 1145 goto not_found; in afs_d_revalidate() 1150 goto not_found; in afs_d_revalidate() 1161 goto not_found; in afs_d_revalidate() 1172 goto not_found; in afs_d_revalidate() 1180 goto not_found; in afs_d_revalidate() 1186 goto not_found; in afs_d_revalidate() 1197 not_found: in afs_d_revalidate()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | defrag.c | 509 goto not_found; in defrag_get_extent() 557 goto not_found; in defrag_get_extent() 594 goto not_found; in defrag_get_extent() 599 not_found: in defrag_get_extent()
|
/linux-6.3-rc2/fs/ntfs/ |
A D | attrib.c | 893 goto not_found; in ntfs_external_attr_find() 917 goto not_found; in ntfs_external_attr_find() 926 goto not_found; in ntfs_external_attr_find() 937 goto not_found; in ntfs_external_attr_find() 950 goto not_found; in ntfs_external_attr_find() 966 goto not_found; in ntfs_external_attr_find() 1110 not_found: in ntfs_external_attr_find()
|
/linux-6.3-rc2/net/smc/ |
A D | af_smc.c | 2084 goto not_found; in smc_find_ism_v2_device_serv() 2108 goto not_found; in smc_find_ism_v2_device_serv() 2114 goto not_found; in smc_find_ism_v2_device_serv() 2134 not_found: in smc_find_ism_v2_device_serv() 2149 goto not_found; in smc_find_ism_v1_device_serv() 2154 goto not_found; in smc_find_ism_v1_device_serv() 2160 not_found: in smc_find_ism_v1_device_serv() 2195 goto not_found; in smc_find_rdma_v2_device_serv() 2199 goto not_found; in smc_find_rdma_v2_device_serv() 2212 goto not_found; in smc_find_rdma_v2_device_serv() [all …]
|