| /linux/mm/ |
| H A D | page_vma_mapped.c | 10 static inline bool not_found(struct page_vma_mapped_walk *pvmw) in not_found() function 193 return not_found(pvmw); in page_vma_mapped_walk() 200 return not_found(pvmw); in page_vma_mapped_walk() 212 return not_found(pvmw); in page_vma_mapped_walk() 253 return not_found(pvmw); in page_vma_mapped_walk() 258 return not_found(pvmw); in page_vma_mapped_walk() 263 return not_found(pvmw); in page_vma_mapped_walk() 265 return not_found(pvmw); in page_vma_mapped_walk() 307 return not_found(pvmw); in page_vma_mapped_walk()
|
| H A D | pagewalk.c | 901 goto not_found; in folio_walk_start() 905 goto not_found; in folio_walk_start() 909 goto not_found; in folio_walk_start() 914 goto not_found; in folio_walk_start() 927 goto not_found; in folio_walk_start() 941 goto not_found; in folio_walk_start() 949 goto not_found; in folio_walk_start() 962 goto not_found; in folio_walk_start() 985 goto not_found; in folio_walk_start() 992 goto not_found; in folio_walk_start() [all...] |
| /linux/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/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/net/rxrpc/ |
| H A D | conn_object.c | 113 goto not_found; in rxrpc_find_client_connection_rcu() 118 goto not_found; in rxrpc_find_client_connection_rcu() 125 goto not_found; in rxrpc_find_client_connection_rcu() 131 goto not_found; in rxrpc_find_client_connection_rcu() 141 not_found: in rxrpc_find_client_connection_rcu()
|
| /linux/arch/arm64/lib/ |
| H A D | memchr.S | 58 cbz cntin, L(not_found) 71 L(not_found):
|
| /linux/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/fs/ext4/ |
| H A D | xattr.c | 1642 old_size = (!s->not_found && !here->e_value_inum) ? in ext4_xattr_set_entry() 1686 if (!s->not_found) in ext4_xattr_set_entry() 1713 if (!s->not_found && here->e_value_inum) { in ext4_xattr_set_entry() 1734 if (!s->not_found && here->e_value_size && !here->e_value_inum) { in ext4_xattr_set_entry() 1778 } else if (s->not_found) { in ext4_xattr_set_entry() 1891 bs->s.not_found = error; in ext4_xattr_block_find() 1994 if (!s->not_found && s->here->e_value_inum) { in ext4_xattr_block_set() 2247 is->s.not_found = error; in ext4_xattr_ibody_find() 2359 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle() 2362 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle() [all …]
|
| H A D | xattr.h | 126 int not_found; member
|
| /linux/tools/lib/python/abi/ |
| H A D | system_symbols.py | 318 not_found = [] 353 not_found.append(res["fname"]) 377 for f in sorted(not_found):
|
| /linux/net/sunrpc/ |
| H A D | backchannel_rqst.c | 259 goto not_found; in xprt_get_bc_request() 261 goto not_found; in xprt_get_bc_request() 274 not_found: in xprt_get_bc_request()
|
| /linux/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/fs/ocfs2/ |
| H A D | xattr.c | 129 int not_found; member 1262 if (xs->not_found) { in ocfs2_xattr_block_get() 1324 .not_found = -ENODATA, in ocfs2_xattr_get_nolock() 1327 .not_found = -ENODATA, in ocfs2_xattr_get_nolock() 2743 xs->not_found = ret; in ocfs2_xattr_ibody_find() 2825 xs->not_found ? NULL : xs->here); in ocfs2_xattr_ibody_set() 2885 xs->not_found = ret; in ocfs2_xattr_block_find() 3014 xs->not_found ? NULL : xs->here); in ocfs2_xattr_block_set() 3060 BUG_ON(!xs->not_found); in ocfs2_xattr_can_be_in_inode() 3098 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need() [all …]
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A 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()
|
| H A D | setup.c | 535 goto not_found; in check_pmac_serial_console() 542 not_found: in check_pmac_serial_console()
|
| /linux/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/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/fs/exfat/ |
| H A D | dir.c | 1035 goto not_found; in exfat_find_dir_entry() 1053 goto not_found; in exfat_find_dir_entry() 1147 goto not_found; in exfat_find_dir_entry() 1151 not_found: in exfat_find_dir_entry() 1288 goto not_found; in exfat_get_volume_label_dentry() 1310 not_found: in exfat_get_volume_label_dentry()
|
| /linux/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/fs/afs/ |
| H A D | dir.c | 1094 goto not_found; in afs_d_revalidate() 1120 goto not_found; in afs_d_revalidate() 1125 goto not_found; in afs_d_revalidate() 1136 goto not_found; in afs_d_revalidate() 1147 goto not_found; in afs_d_revalidate() 1155 goto not_found; in afs_d_revalidate() 1160 goto not_found; in afs_d_revalidate() 1170 not_found: in afs_d_revalidate()
|
| /linux/include/linux/ |
| H A D | fs_parser.h | 85 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found);
|
| /linux/net/smc/ |
| H A D | af_smc.c | 2176 goto not_found; in smc_find_ism_v2_device_serv() 2182 goto not_found; in smc_find_ism_v2_device_serv() 2219 goto not_found; in smc_find_ism_v2_device_serv() 2225 goto not_found; in smc_find_ism_v2_device_serv() 2245 not_found: in smc_find_ism_v2_device_serv() 2262 goto not_found; in smc_find_ism_v1_device_serv() 2268 goto not_found; in smc_find_ism_v1_device_serv() 2274 not_found: in smc_find_ism_v1_device_serv() 2309 goto not_found; in smc_find_rdma_v2_device_serv() 2314 goto not_found; in smc_find_rdma_v2_device_serv() [all …]
|
| /linux/fs/btrfs/ |
| H A D | defrag.c | 634 goto not_found; in defrag_get_extent() 682 goto not_found; in defrag_get_extent() 721 goto not_found; in defrag_get_extent() 725 not_found: in defrag_get_extent()
|