Home
last modified time | relevance | path

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

123

/linux/mm/
H A 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()
293 return not_found(pvmw); in page_vma_mapped_walk()
/linux/drivers/parisc/
H A Dled.c483 not_found: in early_led_init()
490 goto not_found; in early_led_init()
496 goto not_found; in early_led_init()
499 goto not_found; in early_led_init()
504 goto not_found; in early_led_init()
508 goto not_found; in early_led_init()
514 goto not_found; in early_led_init()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dproc.c254 uint64_t netstat_get(struct netstat *ns, const char *name, bool *not_found) in netstat_get() argument
256 if (not_found) in netstat_get()
257 *not_found = false; in netstat_get()
270 if (not_found) in netstat_get()
271 *not_found = true; in netstat_get()
H A Daolib.h528 const char *name, bool *not_found);
530 static inline uint64_t netstat_get_one(const char *name, bool *not_found) in netstat_get_one() argument
535 ret = netstat_get(ns, name, not_found); in netstat_get_one()
/linux/fs/ext2/
H A 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/arch/arm64/lib/
H A Dmemchr.S58 cbz cntin, L(not_found)
71 L(not_found):
/linux/net/rxrpc/
H A Dconn_object.c111 goto not_found; in rxrpc_find_client_connection_rcu()
116 goto not_found; in rxrpc_find_client_connection_rcu()
123 goto not_found; in rxrpc_find_client_connection_rcu()
129 goto not_found; in rxrpc_find_client_connection_rcu()
139 not_found: in rxrpc_find_client_connection_rcu()
/linux/arch/alpha/lib/
H A Dmemchr.S51 beq $18, $not_found # .. e1 :
82 beq $2, $not_found # .. e1 :
160 $not_found:
H A Dev6-memchr.S48 beq $18, $not_found # U :
85 beq $2, $not_found # U : U L U L
186 $not_found:
/linux/net/sunrpc/
H A Dbackchannel_rqst.c244 goto not_found; in xprt_get_bc_request()
246 goto not_found; in xprt_get_bc_request()
259 not_found: in xprt_get_bc_request()
/linux/fs/ext4/
H A Dxattr.c1634 old_size = (!s->not_found && !here->e_value_inum) ? in ext4_xattr_set_entry()
1678 if (!s->not_found) in ext4_xattr_set_entry()
1705 if (!s->not_found && here->e_value_inum) { in ext4_xattr_set_entry()
1726 if (!s->not_found && here->e_value_size && !here->e_value_inum) { in ext4_xattr_set_entry()
1770 } else if (s->not_found) { in ext4_xattr_set_entry()
1883 bs->s.not_found = error; in ext4_xattr_block_find()
1986 if (!s->not_found && s->here->e_value_inum) { in ext4_xattr_block_set()
2242 is->s.not_found = error; in ext4_xattr_ibody_find()
2354 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle()
2357 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle()
[all …]
H A 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()
1902 .s = { .not_found = -ENODATA, }, in ext4_inline_data_truncate()
1949 BUG_ON(is.s.not_found); in ext4_inline_data_truncate()
/linux/arch/powerpc/kernel/
H A 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/fs/ocfs2/
H A 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/arch/powerpc/platforms/powermac/
H A Dpic.c590 goto not_found; in pmacpic_find_viaint()
593 goto not_found; in pmacpic_find_viaint()
597 not_found: in pmacpic_find_viaint()
H A Dsetup.c537 goto not_found; in check_pmac_serial_console()
544 not_found: in check_pmac_serial_console()
/linux/fs/ocfs2/dlm/
H A 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/net/mptcp/
H A Dtoken.c264 goto not_found; in mptcp_token_get_sock()
276 not_found: in mptcp_token_get_sock()
/linux/fs/
H A 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/fs/bcachefs/
H A Dstr_hash.h286 goto not_found; in bch2_hash_set_in_snapshot()
298 not_found: in bch2_hash_set_in_snapshot()
H A Dreflink.c158 goto not_found; in gc_trigger_reflink_p_segment()
163 goto not_found; in gc_trigger_reflink_p_segment()
171 not_found: in gc_trigger_reflink_p_segment()
/linux/scripts/
H A Dget_abi.pl708 my @not_found;
762 push @not_found, $file if (!$search_string || $found_string);
824 foreach my $file (@not_found) {
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dint_port.c112 goto not_found; in mlx5e_int_port_lookup()
120 not_found: in mlx5e_int_port_lookup()
/linux/include/linux/
H A Dfs_parser.h82 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found);
/linux/fs/afs/
H A Ddir.c1136 goto not_found; in afs_d_revalidate()
1162 goto not_found; in afs_d_revalidate()
1167 goto not_found; in afs_d_revalidate()
1178 goto not_found; in afs_d_revalidate()
1189 goto not_found; in afs_d_revalidate()
1197 goto not_found; in afs_d_revalidate()
1203 goto not_found; in afs_d_revalidate()
1214 not_found: in afs_d_revalidate()

123