Searched refs:not_found (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/mm/
H A Dpage_vma_mapped.c10 static inline bool not_found(struct page_vma_mapped_walk *pvmw) function
186 return not_found(pvmw);
193 return not_found(pvmw);
205 return not_found(pvmw);
247 return not_found(pvmw);
251 return not_found(pvmw);
256 return not_found(pvmw);
258 return not_found(pvmw);
293 return not_found(pvmw);
/linux-master/arch/arm64/lib/
H A Dmemchr.S58 cbz cntin, L(not_found)
71 L(not_found):
/linux-master/drivers/parisc/
H A Dled.c483 not_found:
490 goto not_found;
496 goto not_found;
499 goto not_found;
504 goto not_found;
508 goto not_found;
514 goto not_found;
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dproc.c254 uint64_t netstat_get(struct netstat *ns, const char *name, bool *not_found) argument
256 if (not_found)
257 *not_found = false;
270 if (not_found)
271 *not_found = true;
H A Daolib.h528 const char *name, bool *not_found);
530 static inline uint64_t netstat_get_one(const char *name, bool *not_found) argument
535 ret = netstat_get(ns, name, not_found);
/linux-master/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-master/net/sunrpc/
H A Dbackchannel_rqst.c244 goto not_found;
246 goto not_found;
259 not_found:
/linux-master/net/rxrpc/
H A Dconn_object.c111 goto not_found;
116 goto not_found;
125 goto not_found;
134 goto not_found;
144 not_found:
/linux-master/fs/ext2/
H A Dxattr.c203 int error, not_found; local
243 not_found = ext2_xattr_cmp_entry(name_index, name_len, name,
245 if (!not_found)
247 if (not_found < 0)
414 int not_found = 1, error; local
476 if (not_found > 0) {
477 not_found = ext2_xattr_cmp_entry(name_index,
480 if (not_found <= 0)
485 if (not_found > 0)
496 if (not_found) {
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dpic.c590 goto not_found;
593 goto not_found;
597 not_found:
H A Dsetup.c537 goto not_found;
544 not_found:
/linux-master/include/linux/
H A Dfs_parser.h82 extern int lookup_constant(const struct constant_table tbl[], const char *name, int not_found);
/linux-master/arch/powerpc/kernel/
H A Dlegacy_serial.c652 goto not_found;
659 goto not_found;
670 goto not_found;
683 not_found:
/linux-master/fs/ext4/
H A Dxattr.h124 int not_found; member in struct:ext4_xattr_search
H A Dxattr.c1634 old_size = (!s->not_found && !here->e_value_inum) ?
1678 if (!s->not_found)
1705 if (!s->not_found && here->e_value_inum) {
1753 if (!s->not_found && here->e_value_size && !here->e_value_inum) {
1797 } else if (s->not_found) {
1911 bs->s.not_found = error;
2001 if (!s->not_found && s->here->e_value_inum) {
2258 is->s.not_found = error;
2345 .s = { .not_found = -ENODATA, },
2348 .s = { .not_found
[all...]
H A Dinline.c142 .s = { .not_found = -ENODATA, },
161 if (!is.s.not_found) {
268 .s = { .not_found = -ENODATA, },
301 BUG_ON(!is.s.not_found);
333 .s = { .not_found = -ENODATA, },
352 BUG_ON(is.s.not_found);
423 .s = { .not_found = 0, },
1902 .s = { .not_found = -ENODATA, },
1949 BUG_ON(is.s.not_found);
/linux-master/net/mptcp/
H A Dtoken.c264 goto not_found;
276 not_found:
/linux-master/fs/
H A Dfs_parser.c39 * @not_found: The value to return if the name is not found.
41 int lookup_constant(const struct constant_table *tbl, const char *name, int not_found) argument
45 return p ? p->value : not_found;
/linux-master/fs/bcachefs/
H A Dstr_hash.h294 goto not_found;
306 not_found:
H A Dreflink.c157 goto not_found;
162 goto not_found;
169 not_found:
/linux-master/fs/ocfs2/
H A Dxattr.c125 int not_found; member in struct:ocfs2_xattr_search
1223 if (xs->not_found) {
1285 .not_found = -ENODATA,
1288 .not_found = -ENODATA,
2704 xs->not_found = ret;
2786 xs->not_found ? NULL : xs->here);
2846 xs->not_found = ret;
2975 xs->not_found ? NULL : xs->here);
3021 BUG_ON(!xs->not_found);
3059 if (xis->not_found
[all...]
/linux-master/fs/ocfs2/dlm/
H A Ddlmunlock.c436 goto not_found;
479 goto not_found;
506 not_found:
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dint_port.c112 goto not_found;
120 not_found:
/linux-master/fs/afs/
H A Ddir.c1136 goto not_found;
1162 goto not_found;
1167 goto not_found;
1178 goto not_found;
1189 goto not_found;
1197 goto not_found;
1203 goto not_found;
1214 not_found:

Completed in 462 milliseconds

123