Lines Matching refs:ENOENT
95 err = -ENOENT; in expkey_parse()
533 err = -ENOENT; in svc_export_parse()
559 if (err == -ENOENT) { in svc_export_parse()
810 return ERR_PTR(-ENOENT); in exp_find_key()
833 return ERR_PTR(-ENOENT); in exp_get_by_name()
857 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) { in exp_parent()
972 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name()
981 if (PTR_ERR(exp) == -ENOENT) in rqst_exp_get_by_name()
993 if (PTR_ERR(gssexp) == -ENOENT) in rqst_exp_get_by_name()
1003 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find()
1013 if (PTR_ERR(exp) == -ENOENT) in rqst_exp_find()
1026 if (PTR_ERR(gssexp) == -ENOENT) in rqst_exp_find()
1039 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) { in rqst_exp_parent()