/Linux-v6.1/mm/ |
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() 179 return not_found(pvmw); in page_vma_mapped_walk() 221 return not_found(pvmw); in page_vma_mapped_walk() 225 return not_found(pvmw); in page_vma_mapped_walk() 230 return not_found(pvmw); in page_vma_mapped_walk() 232 return not_found(pvmw); in page_vma_mapped_walk() 263 return not_found(pvmw); in page_vma_mapped_walk()
|
/Linux-v6.1/net/rxrpc/ |
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-v6.1/drivers/parisc/ |
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-v6.1/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() 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-v6.1/arch/arm64/lib/ |
D | memchr.S | 58 cbz cntin, L(not_found) 71 L(not_found):
|
/Linux-v6.1/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.1/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.1/fs/ext4/ |
D | xattr.c | 1577 old_size = (!s->not_found && !here->e_value_inum) ? in ext4_xattr_set_entry() 1621 if (!s->not_found) in ext4_xattr_set_entry() 1648 if (!s->not_found && here->e_value_inum) { in ext4_xattr_set_entry() 1701 if (!s->not_found && here->e_value_size && !here->e_value_inum) { in ext4_xattr_set_entry() 1731 } else if (s->not_found) { in ext4_xattr_set_entry() 1845 bs->s.not_found = error; in ext4_xattr_block_find() 1935 if (!s->not_found && s->here->e_value_inum) { in ext4_xattr_block_set() 2209 is->s.not_found = error; in ext4_xattr_ibody_find() 2296 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle() 2299 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle() [all …]
|
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() 260 .s = { .not_found = -ENODATA, }, in ext4_create_inline_data() 293 BUG_ON(!is.s.not_found); in ext4_create_inline_data() 325 .s = { .not_found = -ENODATA, }, in ext4_update_inline_data() 344 BUG_ON(is.s.not_found); in ext4_update_inline_data() 415 .s = { .not_found = 0, }, in ext4_destroy_inline_data_nolock() 1921 .s = { .not_found = -ENODATA, }, in ext4_inline_data_truncate() 1976 BUG_ON(is.s.not_found); in ext4_inline_data_truncate()
|
D | xattr.h | 124 int not_found; member
|
/Linux-v6.1/arch/powerpc/kernel/ |
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-v6.1/fs/ocfs2/ |
D | xattr.c | 129 int not_found; member 1227 if (xs->not_found) { in ocfs2_xattr_block_get() 1289 .not_found = -ENODATA, in ocfs2_xattr_get_nolock() 1292 .not_found = -ENODATA, in ocfs2_xattr_get_nolock() 2708 xs->not_found = ret; in ocfs2_xattr_ibody_find() 2790 xs->not_found ? NULL : xs->here); in ocfs2_xattr_ibody_set() 2850 xs->not_found = ret; in ocfs2_xattr_block_find() 2979 xs->not_found ? NULL : xs->here); in ocfs2_xattr_block_set() 3025 BUG_ON(!xs->not_found); in ocfs2_xattr_can_be_in_inode() 3063 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need() [all …]
|
/Linux-v6.1/arch/powerpc/platforms/powermac/ |
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()
|
D | setup.c | 544 goto not_found; in check_pmac_serial_console() 551 not_found: in check_pmac_serial_console()
|
/Linux-v6.1/net/mptcp/ |
D | token.c | 260 goto not_found; in mptcp_token_get_sock() 272 not_found: in mptcp_token_get_sock()
|
/Linux-v6.1/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.1/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.1/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.1/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.1/include/linux/ |
D | fs_parser.h | 81 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found);
|
/Linux-v6.1/fs/afs/ |
D | dir.c | 1118 goto not_found; in afs_d_revalidate() 1144 goto not_found; in afs_d_revalidate() 1149 goto not_found; in afs_d_revalidate() 1160 goto not_found; in afs_d_revalidate() 1171 goto not_found; in afs_d_revalidate() 1179 goto not_found; in afs_d_revalidate() 1185 goto not_found; in afs_d_revalidate() 1196 not_found: in afs_d_revalidate()
|
/Linux-v6.1/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.1/net/smc/ |
D | af_smc.c | 2069 goto not_found; in smc_find_ism_v2_device_serv() 2093 goto not_found; in smc_find_ism_v2_device_serv() 2099 goto not_found; in smc_find_ism_v2_device_serv() 2119 not_found: in smc_find_ism_v2_device_serv() 2134 goto not_found; in smc_find_ism_v1_device_serv() 2139 goto not_found; in smc_find_ism_v1_device_serv() 2145 not_found: in smc_find_ism_v1_device_serv() 2180 goto not_found; in smc_find_rdma_v2_device_serv() 2184 goto not_found; in smc_find_rdma_v2_device_serv() 2197 goto not_found; in smc_find_rdma_v2_device_serv() [all …]
|
/Linux-v6.1/arch/powerpc/kvm/ |
D | book3s_hv_nested.c | 594 goto not_found; in kvmhv_copy_tofrom_guest_nested() 601 goto not_found; in kvmhv_copy_tofrom_guest_nested() 608 goto not_found; in kvmhv_copy_tofrom_guest_nested() 614 goto not_found; in kvmhv_copy_tofrom_guest_nested() 623 not_found: in kvmhv_copy_tofrom_guest_nested()
|