Lines Matching refs:ex_path
312 path_put(&exp->ex_path); in svc_export_put()
328 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
543 err = kern_path(buf, 0, &exp.ex_path); in svc_export_parse()
602 err = check_export(d_inode(exp.ex_path.dentry), &exp.ex_flags, in svc_export_parse()
644 path_put(&exp.ex_path); in svc_export_parse()
667 seq_path(m, &exp->ex_path, " \t\n\\"); in svc_export_show()
694 path_equal(&orig->ex_path, &new->ex_path); in svc_export_match()
704 new->ex_path = item->ex_path; in svc_export_init()
705 path_get(&item->ex_path); in svc_export_init()
770 hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS); in svc_export_hash()
771 hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS); in svc_export_hash()
836 key.ex_path = *path; in exp_get_by_name()
1073 rv = fh_compose(fhp, exp, exp->ex_path.dentry, NULL); in exp_pseudoroot()