Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 25 of 50) sorted by relevance

12

/Linux-v6.6/mm/
Dpage_vma_mapped.c10 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/
Dled.c485 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/
Dxattr.c203 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/
Dmemchr.S58 cbz cntin, L(not_found)
71 L(not_found):
/Linux-v6.6/arch/alpha/lib/
Dmemchr.S51 beq $18, $not_found # .. e1 :
82 beq $2, $not_found # .. e1 :
160 $not_found:
Dev6-memchr.S48 beq $18, $not_found # U :
85 beq $2, $not_found # U : U L U L
186 $not_found:
/Linux-v6.6/net/rxrpc/
Dconn_object.c110 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/
Dbackchannel_rqst.c245 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/
Dxattr.c1631 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 …]
Dinline.c142 .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()
Dxattr.h124 int not_found; member
/Linux-v6.6/arch/powerpc/kernel/
Dlegacy_serial.c652 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/
Dxattr.c125 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/
Dpic.c590 goto not_found; in pmacpic_find_viaint()
593 goto not_found; in pmacpic_find_viaint()
597 not_found: in pmacpic_find_viaint()
Dsetup.c537 goto not_found; in check_pmac_serial_console()
544 not_found: in check_pmac_serial_console()
/Linux-v6.6/net/mptcp/
Dtoken.c264 goto not_found; in mptcp_token_get_sock()
276 not_found: in mptcp_token_get_sock()
/Linux-v6.6/fs/ocfs2/dlm/
Ddlmunlock.c436 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/
Dfs_parser.c41 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/
Dget_abi.pl707 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/
Dint_port.c112 goto not_found; in mlx5e_int_port_lookup()
120 not_found: in mlx5e_int_port_lookup()
/Linux-v6.6/include/linux/
Dfs_parser.h82 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found);
/Linux-v6.6/fs/afs/
Ddir.c1123 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/
Ddefrag.c509 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/
Dattrib.c893 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/
Daf_smc.c2144 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 …]

12