HomeSort by relevance Sort by last modified time
    Searched refs:ERR_PTR (Results 1 - 12 of 12) sorted by null

  /external/fio/
err.h 16 static inline void *ERR_PTR(uintptr_t error)
io_u.c 1137 return ERR_PTR(-EBUSY);
1182 return ERR_PTR(-EBUSY);
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
fragment.c 86 return ERR_PTR(-ENOMEM);
94 return ERR_PTR(err);
id.c 83 return ERR_PTR(-ENOMEM);
90 return ERR_PTR(err);
export.c 78 struct dentry *dentry = ERR_PTR(-ENOENT);
136 return ERR_PTR(-ENOMEM);
144 return ERR_PTR(err);
namei.c 153 return ERR_PTR(-ENOMEM);
228 return ERR_PTR(0);
236 return ERR_PTR(err);
inode.c 88 return ERR_PTR(-ENOMEM);
95 return ERR_PTR(err);
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 262 * another exporter is passed in this function will return ERR_PTR(-EINVAL)
393 return ERR_PTR(-ENODEV);
399 return ERR_PTR(-ENODEV);
409 return ERR_PTR(-ENODEV);
425 return ERR_PTR(-ENODEV);
431 return ERR_PTR(-ENODEV);
444 return ERR_PTR(-ENODEV);
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
LtpfsCmds.c 256 * namespace if possible and return it. Return ERR_PTR(error)
267 return ERR_PTR(-EINVAL);
271 return ERR_PTR(error);
289 bdev = ERR_PTR(error);
  /external/ltp/testcases/kernel/syscalls/utils/
inotify.h 169 return ERR_PTR(-EOPNOTSUPP);
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 727 return ERR_PTR(0);
inode.c     [all...]

Completed in 1974 milliseconds