Lines Matching refs:ex_path
337 path_put(&exp->ex_path);
358 pth = d_path(&exp->ex_path, *bpp, *blen);
574 err = kern_path(buf, 0, &exp.ex_path);
633 err = check_export(d_inode(exp.ex_path.dentry), &exp.ex_flags,
677 path_put(&exp.ex_path);
700 seq_path(m, &exp->ex_path, " \t\n\\");
727 path_equal(&orig->ex_path, &new->ex_path);
737 new->ex_path = item->ex_path;
738 path_get(&item->ex_path);
804 hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS);
805 hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS);
872 key.ex_path = *path;
1121 rv = fh_compose(fhp, exp, exp->ex_path.dentry, NULL);