Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/mm/
H A 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()
/OK3568_Linux_fs/u-boot/tools/
H A Dproftool.c230 static int read_profile(FILE *fin, int *not_found) in read_profile() argument
234 *not_found = 0; in read_profile()
277 int not_found = INT_MAX; in read_profile_file() local
287 err = read_profile(fprof, &not_found); in read_profile_file()
292 if (not_found) { in read_profile_file()
294 not_found); in read_profile_file()
363 int not_found = 0; in check_functions() local
369 not_found++; in check_functions()
377 not_found, removed_code_size); in check_functions()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/
H A Dfloat_functions.hpp116 struct not_found { struct
130 template <> struct is<boost::hash_detail::not_found> { char x[40]; }; argument
176 template <class Float> boost::hash_detail::not_found ldexp(Float, int);
177 template <class Float> boost::hash_detail::not_found frexp(Float, int*);
196 boost::hash_detail::not_found c99_func(Float, type2); \
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Dled.c727 goto not_found; in led_init()
733 goto not_found; in led_init()
736 goto not_found; in led_init()
742 goto not_found; in led_init()
746 goto not_found; in led_init()
752 goto not_found; in led_init()
764 not_found: in led_init()
/OK3568_Linux_fs/kernel/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()
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 …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dwic198 not_found = not_found_dir = ""
200 (not_found, not_found_dir) = ("rootfs-dir", rootfs_dir)
202 (not_found, not_found_dir) = ("kernel-dir", kernel_dir)
204 (not_found, not_found_dir) = ("native-sysroot", native_sysroot)
205 if not_found:
212 … raise WicError("The artifact that couldn't be found was %s:\n %s" % (not_found, not_found_dir))
/OK3568_Linux_fs/kernel/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:
/OK3568_Linux_fs/kernel/net/sunrpc/
H A 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()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dxattr.c1561 old_size = (!s->not_found && !here->e_value_inum) ? in ext4_xattr_set_entry()
1605 if (!s->not_found) in ext4_xattr_set_entry()
1632 if (!s->not_found && here->e_value_inum) { in ext4_xattr_set_entry()
1685 if (!s->not_found && here->e_value_size && !here->e_value_inum) { in ext4_xattr_set_entry()
1715 } else if (s->not_found) { in ext4_xattr_set_entry()
1829 bs->s.not_found = error; in ext4_xattr_block_find()
1907 if (!s->not_found && s->here->e_value_inum) { in ext4_xattr_block_set()
2187 is->s.not_found = error; in ext4_xattr_ibody_find()
2298 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle()
2301 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle()
[all …]
H A Dinline.c131 .s = { .not_found = -ENODATA, }, in ext4_find_inline_data_nolock()
150 if (!is.s.not_found) { in ext4_find_inline_data_nolock()
259 .s = { .not_found = -ENODATA, }, in ext4_create_inline_data()
291 BUG_ON(!is.s.not_found); in ext4_create_inline_data()
323 .s = { .not_found = -ENODATA, }, in ext4_update_inline_data()
342 BUG_ON(is.s.not_found); in ext4_update_inline_data()
412 .s = { .not_found = 0, }, in ext4_destroy_inline_data_nolock()
1898 .s = { .not_found = -ENODATA, }, in ext4_inline_data_truncate()
1936 BUG_ON(is.s.not_found); in ext4_inline_data_truncate()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A 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()
/OK3568_Linux_fs/kernel/fs/iomap/
H A Dseek.c107 goto not_found; in page_cache_seek_hole_data()
112 not_found: in page_cache_seek_hole_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/detail/
H A Dlocal_variable.hpp122 typedef char(&not_found)[1]; typedef
123 static not_found get(...);
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpic.c591 goto not_found; in pmacpic_find_viaint()
594 goto not_found; in pmacpic_find_viaint()
598 not_found: in pmacpic_find_viaint()
H A Dsetup.c561 goto not_found; in check_pmac_serial_console()
568 not_found: in check_pmac_serial_console()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dtoken.c261 goto not_found; in mptcp_token_get_sock()
273 not_found: in mptcp_token_get_sock()
/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dfs_ops.h123 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY()
136 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/
H A Dfs_ops.h123 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY()
136 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/fs/afs/
H A 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dfs_ops.h116 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY()
129 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY()

123