Lines Matching refs:ex_path
353 path_put(&exp->ex_path);
375 pth = d_path(&exp->ex_path, *bpp, *blen);
624 err = kern_path(buf, 0, &exp.ex_path);
685 err = check_export(&exp.ex_path, &exp.ex_flags, exp.ex_uuid);
729 path_put(&exp.ex_path);
766 seq_path(m, &exp->ex_path, " \t\n\\");
804 path_equal(&orig->ex_path, &new->ex_path);
814 new->ex_path = item->ex_path;
815 path_get(&item->ex_path);
888 hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS);
889 hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS);
956 key.ex_path = *path;
1223 rv = fh_compose(fhp, exp, exp->ex_path.dentry, NULL);