Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/mm/
Dpage_vma_mapped.c10 static inline bool not_found(struct page_vma_mapped_walk *pvmw) in not_found() function
161 return not_found(pvmw); in page_vma_mapped_walk()
166 return not_found(pvmw); in page_vma_mapped_walk()
176 return not_found(pvmw); in page_vma_mapped_walk()
222 return not_found(pvmw); in page_vma_mapped_walk()
224 return not_found(pvmw); in page_vma_mapped_walk()
232 return not_found(pvmw); in page_vma_mapped_walk()
236 return not_found(pvmw); in page_vma_mapped_walk()
266 return not_found(pvmw); in page_vma_mapped_walk()
/kernel/linux/linux-5.10/net/rxrpc/
Dconn_object.c84 goto not_found; in rxrpc_find_connection_rcu()
92 goto not_found; in rxrpc_find_connection_rcu()
105 goto not_found; in rxrpc_find_connection_rcu()
109 goto not_found; in rxrpc_find_connection_rcu()
120 goto not_found; in rxrpc_find_connection_rcu()
125 goto not_found; in rxrpc_find_connection_rcu()
134 goto not_found; in rxrpc_find_connection_rcu()
143 goto not_found; in rxrpc_find_connection_rcu()
154 not_found: in rxrpc_find_connection_rcu()
/kernel/linux/linux-5.10/drivers/parisc/
Dled.c730 goto not_found; in led_init()
736 goto not_found; in led_init()
739 goto not_found; in led_init()
745 goto not_found; in led_init()
749 goto not_found; in led_init()
755 goto not_found; in led_init()
767 not_found: in led_init()
/kernel/linux/linux-5.10/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()
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 …]
/kernel/linux/linux-5.10/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:
/kernel/linux/linux-5.10/net/sunrpc/
Dbackchannel_rqst.c259 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()
/kernel/linux/linux-5.10/fs/iomap/
Dseek.c107 goto not_found; in page_cache_seek_hole_data()
112 not_found: in page_cache_seek_hole_data()
/kernel/linux/linux-5.10/fs/ext4/
Dxattr.c1576 old_size = (!s->not_found && !here->e_value_inum) ? in ext4_xattr_set_entry()
1620 if (!s->not_found) in ext4_xattr_set_entry()
1647 if (!s->not_found && here->e_value_inum) { in ext4_xattr_set_entry()
1700 if (!s->not_found && here->e_value_size && !here->e_value_inum) { in ext4_xattr_set_entry()
1730 } else if (s->not_found) { in ext4_xattr_set_entry()
1844 bs->s.not_found = error; in ext4_xattr_block_find()
1933 if (!s->not_found && s->here->e_value_inum) { in ext4_xattr_block_set()
2198 is->s.not_found = error; in ext4_xattr_ibody_find()
2310 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle()
2313 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle()
[all …]
Dinline.c130 .s = { .not_found = -ENODATA, }, in ext4_find_inline_data_nolock()
149 if (!is.s.not_found) { in ext4_find_inline_data_nolock()
258 .s = { .not_found = -ENODATA, }, in ext4_create_inline_data()
290 BUG_ON(!is.s.not_found); in ext4_create_inline_data()
322 .s = { .not_found = -ENODATA, }, in ext4_update_inline_data()
341 BUG_ON(is.s.not_found); in ext4_update_inline_data()
411 .s = { .not_found = 0, }, in ext4_destroy_inline_data_nolock()
1885 .s = { .not_found = -ENODATA, }, in ext4_inline_data_truncate()
1923 BUG_ON(is.s.not_found); in ext4_inline_data_truncate()
Dxattr.h124 int not_found; member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dlegacy_serial.c618 goto not_found; in check_legacy_serial_console()
625 goto not_found; in check_legacy_serial_console()
636 goto not_found; in check_legacy_serial_console()
649 not_found: in check_legacy_serial_console()
/kernel/linux/linux-5.10/fs/ocfs2/
Dxattr.c131 int not_found; member
1229 if (xs->not_found) { in ocfs2_xattr_block_get()
1291 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
1294 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
2710 xs->not_found = ret; in ocfs2_xattr_ibody_find()
2792 xs->not_found ? NULL : xs->here); in ocfs2_xattr_ibody_set()
2852 xs->not_found = ret; in ocfs2_xattr_block_find()
2981 xs->not_found ? NULL : xs->here); in ocfs2_xattr_block_set()
3027 BUG_ON(!xs->not_found); in ocfs2_xattr_can_be_in_inode()
3065 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
Dpic.c591 goto not_found; in pmacpic_find_viaint()
594 goto not_found; in pmacpic_find_viaint()
598 not_found: in pmacpic_find_viaint()
Dsetup.c561 goto not_found; in check_pmac_serial_console()
568 not_found: in check_pmac_serial_console()
/kernel/linux/linux-5.10/net/mptcp/
Dtoken.c261 goto not_found; in mptcp_token_get_sock()
273 not_found: in mptcp_token_get_sock()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
Ddlmunlock.c438 goto not_found; in dlm_unlock_lock_handler()
482 goto not_found; in dlm_unlock_lock_handler()
509 not_found: in dlm_unlock_lock_handler()
/kernel/linux/linux-5.10/include/linux/
Dfs_parser.h81 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found);
/kernel/linux/linux-5.10/fs/afs/
Ddir.c1079 goto not_found; in afs_d_revalidate()
1105 goto not_found; in afs_d_revalidate()
1110 goto not_found; in afs_d_revalidate()
1121 goto not_found; in afs_d_revalidate()
1132 goto not_found; in afs_d_revalidate()
1140 goto not_found; in afs_d_revalidate()
1146 goto not_found; in afs_d_revalidate()
1157 not_found: in afs_d_revalidate()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/net/smc/
Daf_smc.c1517 goto not_found; in smc_find_ism_v2_device_serv()
1524 goto not_found; in smc_find_ism_v2_device_serv()
1545 goto not_found; in smc_find_ism_v2_device_serv()
1547 goto not_found; in smc_find_ism_v2_device_serv()
1564 not_found: in smc_find_ism_v2_device_serv()
1578 goto not_found; in smc_find_ism_v1_device_serv()
1582 goto not_found; in smc_find_ism_v1_device_serv()
1587 not_found: in smc_find_ism_v1_device_serv()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_nested.c530 goto not_found; in kvmhv_copy_tofrom_guest_nested()
537 goto not_found; in kvmhv_copy_tofrom_guest_nested()
544 goto not_found; in kvmhv_copy_tofrom_guest_nested()
550 goto not_found; in kvmhv_copy_tofrom_guest_nested()
559 not_found: in kvmhv_copy_tofrom_guest_nested()
/kernel/linux/linux-5.10/kernel/dma/
Dswiotlb.c515 goto not_found; in find_slots()
539 not_found: in find_slots()
/kernel/linux/linux-5.10/fs/exfat/
Ddir.c955 goto not_found; in exfat_find_dir_entry()
990 goto not_found; in exfat_find_dir_entry()
1085 not_found: in exfat_find_dir_entry()

12