Lines Matching defs:mp
38 vfs_quotactl_stat(struct mount *mp, struct quotastat *info) in vfs_quotactl_stat()
48 vfs_quotactl_idtypestat(struct mount *mp, int idtype, in vfs_quotactl_idtypestat()
60 vfs_quotactl_objtypestat(struct mount *mp, int objtype, in vfs_quotactl_objtypestat()
72 vfs_quotactl_get(struct mount *mp, const struct quotakey *key, in vfs_quotactl_get()
84 vfs_quotactl_put(struct mount *mp, const struct quotakey *key, in vfs_quotactl_put()
96 vfs_quotactl_del(struct mount *mp, const struct quotakey *key) in vfs_quotactl_del()
106 vfs_quotactl_cursoropen(struct mount *mp, struct quotakcursor *cursor) in vfs_quotactl_cursoropen()
116 vfs_quotactl_cursorclose(struct mount *mp, struct quotakcursor *cursor) in vfs_quotactl_cursorclose()
126 vfs_quotactl_cursorskipidtype(struct mount *mp, struct quotakcursor *cursor, in vfs_quotactl_cursorskipidtype()
138 vfs_quotactl_cursorget(struct mount *mp, struct quotakcursor *cursor, in vfs_quotactl_cursorget()
154 vfs_quotactl_cursoratend(struct mount *mp, struct quotakcursor *cursor, in vfs_quotactl_cursoratend()
166 vfs_quotactl_cursorrewind(struct mount *mp, struct quotakcursor *cursor) in vfs_quotactl_cursorrewind()
176 vfs_quotactl_quotaon(struct mount *mp, int idtype, const char *path) in vfs_quotactl_quotaon()
187 vfs_quotactl_quotaoff(struct mount *mp, int idtype) in vfs_quotactl_quotaoff()