/Linux-v6.6/mm/ |
D | page_vma_mapped.c | 10 static inline bool not_found(struct page_vma_mapped_walk *pvmw) in not_found() function 186 return not_found(pvmw); in page_vma_mapped_walk() 193 return not_found(pvmw); in page_vma_mapped_walk() 205 return not_found(pvmw); in page_vma_mapped_walk() 247 return not_found(pvmw); in page_vma_mapped_walk() 251 return not_found(pvmw); in page_vma_mapped_walk() 256 return not_found(pvmw); in page_vma_mapped_walk() 258 return not_found(pvmw); in page_vma_mapped_walk() 292 return not_found(pvmw); in page_vma_mapped_walk()
|
/Linux-v6.6/drivers/parisc/ |
D | led.c | 485 not_found: in early_led_init() 492 goto not_found; in early_led_init() 498 goto not_found; in early_led_init() 501 goto not_found; in early_led_init() 506 goto not_found; in early_led_init() 510 goto not_found; in early_led_init() 516 goto not_found; in early_led_init()
|
/Linux-v6.6/fs/ext2/ |
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() 414 int not_found = 1, error; in ext2_xattr_set() local 476 if (not_found > 0) { in ext2_xattr_set() 477 not_found = ext2_xattr_cmp_entry(name_index, in ext2_xattr_set() 480 if (not_found <= 0) in ext2_xattr_set() 485 if (not_found > 0) in ext2_xattr_set() 496 if (not_found) { in ext2_xattr_set() [all …]
|
/Linux-v6.6/arch/arm64/lib/ |
D | memchr.S | 58 cbz cntin, L(not_found) 71 L(not_found):
|
/Linux-v6.6/arch/alpha/lib/ |
D | memchr.S | 51 beq $18, $not_found # .. e1 : 82 beq $2, $not_found # .. e1 : 160 $not_found:
|
D | ev6-memchr.S | 48 beq $18, $not_found # U : 85 beq $2, $not_found # U : U L U L 186 $not_found:
|
/Linux-v6.6/net/rxrpc/ |
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-v6.6/net/sunrpc/ |
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-v6.6/fs/ext4/ |
D | xattr.c | 1631 old_size = (!s->not_found && !here->e_value_inum) ? in ext4_xattr_set_entry() 1675 if (!s->not_found) in ext4_xattr_set_entry() 1702 if (!s->not_found && here->e_value_inum) { in ext4_xattr_set_entry() 1755 if (!s->not_found && here->e_value_size && !here->e_value_inum) { in ext4_xattr_set_entry() 1799 } else if (s->not_found) { in ext4_xattr_set_entry() 1913 bs->s.not_found = error; in ext4_xattr_block_find() 2003 if (!s->not_found && s->here->e_value_inum) { in ext4_xattr_block_set() 2271 is->s.not_found = error; in ext4_xattr_ibody_find() 2358 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle() 2361 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle() [all …]
|
D | inline.c | 142 .s = { .not_found = -ENODATA, }, in ext4_find_inline_data_nolock() 161 if (!is.s.not_found) { in ext4_find_inline_data_nolock() 268 .s = { .not_found = -ENODATA, }, in ext4_create_inline_data() 301 BUG_ON(!is.s.not_found); in ext4_create_inline_data() 333 .s = { .not_found = -ENODATA, }, in ext4_update_inline_data() 352 BUG_ON(is.s.not_found); in ext4_update_inline_data() 423 .s = { .not_found = 0, }, in ext4_destroy_inline_data_nolock() 1903 .s = { .not_found = -ENODATA, }, in ext4_inline_data_truncate() 1950 BUG_ON(is.s.not_found); in ext4_inline_data_truncate()
|
D | xattr.h | 124 int not_found; member
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | legacy_serial.c | 652 goto not_found; in check_legacy_serial_console() 659 goto not_found; in check_legacy_serial_console() 670 goto not_found; in check_legacy_serial_console() 683 not_found: in check_legacy_serial_console()
|
/Linux-v6.6/fs/ocfs2/ |
D | xattr.c | 125 int not_found; member 1223 if (xs->not_found) { in ocfs2_xattr_block_get() 1285 .not_found = -ENODATA, in ocfs2_xattr_get_nolock() 1288 .not_found = -ENODATA, in ocfs2_xattr_get_nolock() 2704 xs->not_found = ret; in ocfs2_xattr_ibody_find() 2786 xs->not_found ? NULL : xs->here); in ocfs2_xattr_ibody_set() 2846 xs->not_found = ret; in ocfs2_xattr_block_find() 2975 xs->not_found ? NULL : xs->here); in ocfs2_xattr_block_set() 3021 BUG_ON(!xs->not_found); in ocfs2_xattr_can_be_in_inode() 3059 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need() [all …]
|
/Linux-v6.6/arch/powerpc/platforms/powermac/ |
D | pic.c | 590 goto not_found; in pmacpic_find_viaint() 593 goto not_found; in pmacpic_find_viaint() 597 not_found: in pmacpic_find_viaint()
|
D | setup.c | 537 goto not_found; in check_pmac_serial_console() 544 not_found: in check_pmac_serial_console()
|
/Linux-v6.6/net/mptcp/ |
D | token.c | 264 goto not_found; in mptcp_token_get_sock() 276 not_found: in mptcp_token_get_sock()
|
/Linux-v6.6/fs/ocfs2/dlm/ |
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-v6.6/fs/ |
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-v6.6/scripts/ |
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-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | int_port.c | 112 goto not_found; in mlx5e_int_port_lookup() 120 not_found: in mlx5e_int_port_lookup()
|
/Linux-v6.6/include/linux/ |
D | fs_parser.h | 82 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found);
|
/Linux-v6.6/fs/afs/ |
D | dir.c | 1123 goto not_found; in afs_d_revalidate() 1149 goto not_found; in afs_d_revalidate() 1154 goto not_found; in afs_d_revalidate() 1165 goto not_found; in afs_d_revalidate() 1176 goto not_found; in afs_d_revalidate() 1184 goto not_found; in afs_d_revalidate() 1190 goto not_found; in afs_d_revalidate() 1201 not_found: in afs_d_revalidate()
|
/Linux-v6.6/fs/btrfs/ |
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-v6.6/fs/ntfs/ |
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-v6.6/net/smc/ |
D | af_smc.c | 2144 goto not_found; in smc_find_ism_v2_device_serv() 2168 goto not_found; in smc_find_ism_v2_device_serv() 2174 goto not_found; in smc_find_ism_v2_device_serv() 2194 not_found: in smc_find_ism_v2_device_serv() 2209 goto not_found; in smc_find_ism_v1_device_serv() 2214 goto not_found; in smc_find_ism_v1_device_serv() 2220 not_found: in smc_find_ism_v1_device_serv() 2255 goto not_found; in smc_find_rdma_v2_device_serv() 2259 goto not_found; in smc_find_rdma_v2_device_serv() 2272 goto not_found; in smc_find_rdma_v2_device_serv() [all …]
|