| /linux-6.15/mm/ |
| H A D | page_vma_mapped.c | 10 static inline bool not_found(struct page_vma_mapped_walk *pvmw) in not_found() function 197 return not_found(pvmw); in page_vma_mapped_walk() 204 return not_found(pvmw); in page_vma_mapped_walk() 216 return not_found(pvmw); in page_vma_mapped_walk() 258 return not_found(pvmw); in page_vma_mapped_walk() 262 return not_found(pvmw); in page_vma_mapped_walk() 267 return not_found(pvmw); in page_vma_mapped_walk() 269 return not_found(pvmw); in page_vma_mapped_walk() 304 return not_found(pvmw); in page_vma_mapped_walk()
|
| H A D | pagewalk.c | 847 goto not_found; in folio_walk_start() 851 goto not_found; in folio_walk_start() 855 goto not_found; in folio_walk_start() 860 goto not_found; in folio_walk_start() 877 goto not_found; in folio_walk_start() 895 goto not_found; in folio_walk_start() 908 goto not_found; in folio_walk_start() 931 goto not_found; in folio_walk_start() 938 goto not_found; in folio_walk_start() 967 not_found: in folio_walk_start()
|
| /linux-6.15/drivers/parisc/ |
| H A D | led.c | 481 not_found: in early_led_init() 488 goto not_found; in early_led_init() 494 goto not_found; in early_led_init() 497 goto not_found; in early_led_init() 502 goto not_found; in early_led_init() 506 goto not_found; in early_led_init() 512 goto not_found; in early_led_init()
|
| /linux-6.15/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | proc.c | 254 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 D | aolib.h | 644 const char *name, bool *not_found); 646 static inline uint64_t netstat_get_one(const char *name, bool *not_found) in netstat_get_one() argument 651 ret = netstat_get(ns, name, not_found); in netstat_get_one()
|
| /linux-6.15/fs/ext2/ |
| H 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() 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-6.15/arch/arm64/lib/ |
| H A D | memchr.S | 58 cbz cntin, L(not_found) 71 L(not_found):
|
| /linux-6.15/arch/alpha/lib/ |
| H A D | memchr.S | 51 beq $18, $not_found # .. e1 : 82 beq $2, $not_found # .. e1 : 160 $not_found:
|
| H 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.15/net/rxrpc/ |
| H A D | conn_object.c | 112 goto not_found; in rxrpc_find_client_connection_rcu() 117 goto not_found; in rxrpc_find_client_connection_rcu() 124 goto not_found; in rxrpc_find_client_connection_rcu() 130 goto not_found; in rxrpc_find_client_connection_rcu() 140 not_found: in rxrpc_find_client_connection_rcu()
|
| /linux-6.15/net/sunrpc/ |
| H A D | backchannel_rqst.c | 244 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-6.15/scripts/lib/abi/ |
| H A D | system_symbols.py | 318 not_found = [] 353 not_found.append(res["fname"]) 377 for f in sorted(not_found):
|
| /linux-6.15/fs/ext4/ |
| H A D | xattr.c | 1676 if (!s->not_found) in ext4_xattr_set_entry() 1768 } else if (s->not_found) { in ext4_xattr_set_entry() 1881 bs->s.not_found = error; in ext4_xattr_block_find() 2237 is->s.not_found = error; in ext4_xattr_ibody_find() 2349 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle() 2400 if (is.s.not_found) in ext4_xattr_set_handle() 2404 if (is.s.not_found && bs.s.not_found) { in ext4_xattr_set_handle() 2418 if (!is.s.not_found) in ext4_xattr_set_handle() 2420 else if (!bs.s.not_found) in ext4_xattr_set_handle() 2619 is->s.not_found = -ENODATA; in ext4_xattr_move_to_block() [all …]
|
| H A D | inline.c | 147 .s = { .not_found = -ENODATA, }, in ext4_find_inline_data_nolock() 166 if (!is.s.not_found) { in ext4_find_inline_data_nolock() 273 .s = { .not_found = -ENODATA, }, in ext4_create_inline_data() 306 BUG_ON(!is.s.not_found); in ext4_create_inline_data() 338 .s = { .not_found = -ENODATA, }, in ext4_update_inline_data() 357 BUG_ON(is.s.not_found); in ext4_update_inline_data() 428 .s = { .not_found = 0, }, in ext4_destroy_inline_data_nolock() 1605 .s = { .not_found = -ENODATA, }, in ext4_find_inline_entry() 1858 .s = { .not_found = -ENODATA, }, in ext4_inline_data_truncate() 1905 BUG_ON(is.s.not_found); in ext4_inline_data_truncate()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A 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-6.15/fs/ocfs2/ |
| H A D | xattr.c | 125 int not_found; member 1232 if (xs->not_found) { in ocfs2_xattr_block_get() 2712 xs->not_found = ret; in ocfs2_xattr_ibody_find() 2854 xs->not_found = ret; in ocfs2_xattr_block_find() 3067 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need() 3506 if (xis.not_found) { in ocfs2_xattr_set_handle() 3591 if (xis.not_found) { in ocfs2_xattr_set() 3597 if (xis.not_found && xbs.not_found) { in ocfs2_xattr_set() 3612 (!xis.not_found || !xbs.not_found)) { in ocfs2_xattr_set() 4258 if (xs->not_found) in ocfs2_xattr_update_xattr_search() [all …]
|
| /linux-6.15/arch/powerpc/platforms/powermac/ |
| H A 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()
|
| H A D | setup.c | 537 goto not_found; in check_pmac_serial_console() 544 not_found: in check_pmac_serial_console()
|
| /linux-6.15/net/mptcp/ |
| H A D | token.c | 264 goto not_found; in mptcp_token_get_sock() 276 not_found: in mptcp_token_get_sock()
|
| /linux-6.15/fs/ocfs2/dlm/ |
| H 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.15/fs/ |
| H A D | fs_parser.c | 42 int lookup_constant(const struct constant_table *tbl, const char *name, int not_found) in lookup_constant() argument 46 return p ? p->value : not_found; in lookup_constant()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | int_port.c | 112 goto not_found; in mlx5e_int_port_lookup() 120 not_found: in mlx5e_int_port_lookup()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | str_hash.h | 285 goto not_found; in bch2_hash_set_or_get_in_snapshot() 296 not_found: in bch2_hash_set_or_get_in_snapshot()
|
| /linux-6.15/fs/afs/ |
| H A D | dir.c | 1095 goto not_found; in afs_d_revalidate() 1121 goto not_found; in afs_d_revalidate() 1126 goto not_found; in afs_d_revalidate() 1137 goto not_found; in afs_d_revalidate() 1148 goto not_found; in afs_d_revalidate() 1156 goto not_found; in afs_d_revalidate() 1161 goto not_found; in afs_d_revalidate() 1171 not_found: in afs_d_revalidate()
|
| /linux-6.15/include/linux/ |
| H A D | fs_parser.h | 85 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found);
|