Searched refs:PTR_ERR (Results 1 - 25 of 8634) sorted by last modified time

1234567891011>>

/linux-master/fs/nfsd/
H A Dnfs4callback.c1073 trace_nfsd_cb_setup_err(clp, PTR_ERR(client));
1074 return PTR_ERR(client);
/linux-master/fs/btrfs/tests/
H A Dextent-map-tests.c911 ret = PTR_ERR(dev);
/linux-master/fs/btrfs/
H A Dscrub.c405 ret = PTR_ERR(local_root);
439 ret = PTR_ERR(ipath);
2451 return PTR_ERR(trans);
2920 return PTR_ERR(sctx);
3045 ret = PTR_ERR(trans);
H A Dinode.c162 ret = PTR_ERR(local_root);
188 ret = PTR_ERR(ipath);
653 return PTR_ERR(trans);
1168 ret = PTR_ERR(em);
1183 ret = PTR_ERR(ordered);
1430 ret = PTR_ERR(em);
1440 ret = PTR_ERR(ordered);
2162 ret = PTR_ERR(em);
2181 ret = PTR_ERR(ordered);
2611 return PTR_ERR(ne
[all...]
H A Dbackref.c616 ret = PTR_ERR(root);
861 return PTR_ERR(eb);
1620 ret = PTR_ERR(eb);
1888 if (PTR_ERR(trans) != -ENOENT && PTR_ERR(trans) != -EROFS) {
1889 ret = PTR_ERR(trans);
2436 if (PTR_ERR(trans) != -ENOENT &&
2437 PTR_ERR(trans) != -EROFS)
2438 return PTR_ERR(trans);
2730 return PTR_ERR(fspat
[all...]
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c1206 ret = PTR_ERR(hid);
/linux-master/drivers/hid/
H A Dhid-nintendo.c2437 ret = PTR_ERR(ctlr->battery);
/linux-master/virt/kvm/
H A Dkvm_main.c4406 return PTR_ERR(file);
4490 r = PTR_ERR(kvm_regs);
4515 r = PTR_ERR(kvm_sregs);
4607 r = PTR_ERR(fpu);
5095 return PTR_ERR(file);
5285 r = PTR_ERR(entries);
5461 r = PTR_ERR(kvm);
5467 r = PTR_ERR(file);
6626 return PTR_ERR(thread);
/linux-master/fs/sysfs/
H A Dfile.c310 if (PTR_ERR(kn) == -EEXIST)
312 return PTR_ERR(kn);
345 if (PTR_ERR(kn) == -EEXIST)
347 return PTR_ERR(kn);
/linux-master/fs/smb/server/
H A Dvfs.c88 return PTR_ERR(filename);
181 err = PTR_ERR(dentry);
221 err = PTR_ERR(dentry);
237 err = PTR_ERR(d);
657 err = PTR_ERR(dentry);
702 err = PTR_ERR(to);
724 err = PTR_ERR(trap);
748 err = PTR_ERR(new_dentry);
1196 return PTR_ERR(dfilp);
H A Dsmb2pdu.c629 pr_err("failed to get name %ld\n", PTR_ERR(name));
2251 err = PTR_ERR(name);
2597 return PTR_ERR(context);
2663 err = PTR_ERR(context);
2856 rc = PTR_ERR(name);
2997 rc = PTR_ERR(context);
3017 rc = PTR_ERR(context);
3028 rc = PTR_ERR(context);
3040 rc = PTR_ERR(context);
3245 rc = PTR_ERR(fil
[all...]
/linux-master/fs/smb/client/
H A Dsmb2transport.c927 return PTR_ERR(tfm);
943 return PTR_ERR(tfm);
H A Dsmb2pdu.c1616 rc = PTR_ERR(spnego_key);
H A Dsmb2ops.c1561 rc = PTR_ERR(buffer);
2192 rc = PTR_ERR(path);
3109 return PTR_ERR(tlink);
4274 return PTR_ERR(creq);
H A Dmisc.c1072 rc = PTR_ERR(alg);
1267 rc = PTR_ERR(cifs_sb->prepath);
1329 if (PTR_ERR(ref_path) != -EINVAL)
1330 return PTR_ERR(ref_path);
H A Dfscache.c73 return PTR_ERR(sharename);
92 ret = PTR_ERR(vcookie);
H A Dconnect.c456 __func__, PTR_ERR(hostname));
1813 rc = PTR_ERR(tcp_ses->tsk);
2126 rc = PTR_ERR(key);
2135 rc = PTR_ERR(key);
2144 rc = upayload ? PTR_ERR(upayload) : -EINVAL;
3356 rc = PTR_ERR(server);
3364 rc = PTR_ERR(ses);
3404 rc = PTR_ERR(tcon);
H A Dfs_context.c611 rc = PTR_ERR(ctx->prepath);
782 return PTR_ERR(root);
H A Dcifsfs.c258 rc = PTR_ERR(inode);
/linux-master/fs/bcachefs/
H A Dfs.c455 return bch2_err_class(PTR_ERR(inode));
578 return bch2_err_class(PTR_ERR(inode));
895 return bch2_err_class(PTR_ERR(inode));
1927 ret = PTR_ERR(sb);
H A Dchardev.c348 return PTR_ERR(ca);
391 return PTR_ERR(ca);
417 return PTR_ERR(ca);
604 return PTR_ERR(ca);
645 return PTR_ERR(ca);
694 ret = PTR_ERR(ca);
752 return PTR_ERR(ca);
778 return PTR_ERR(ca);
985 return PTR_ERR(c->chardev);
1009 return PTR_ERR(bch_chardev_clas
[all...]
H A Dbtree_update_interior.c549 ret = PTR_ERR(b);
1854 return PTR_ERR(as);
1924 return PTR_ERR(as);
H A Dbtree_gc.c2063 bch_err_fn(c, PTR_ERR(p));
2064 return PTR_ERR(p);
H A Dbackpointers.c316 return IS_ERR(b) ? bkey_s_c_err(PTR_ERR(b)) : bkey_s_c_null;
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi.c379 ret = PTR_ERR(alt);
400 ret = PTR_ERR(alt);
421 ret = PTR_ERR(alt);
813 return PTR_ERR(con->partner_pd);
823 return PTR_ERR(cap);
843 return PTR_ERR(cap);
876 PTR_ERR(plug));
877 return PTR_ERR(plug);
924 PTR_ERR(cable));
925 return PTR_ERR(cabl
[all...]

Completed in 580 milliseconds

1234567891011>>