Searched refs:vfs_quotactl (Results 1 – 2 of 2) sorted by relevance
642 int (*vfs_quotactl)(struct mount *mp, int cmds, uid_t uid, caddr_t arg, vfs_context_t context); member
283 if ((mp == dead_mountp) || (mp->mnt_op->vfs_quotactl == 0)) { in VFS_QUOTACTL()287 error = (*mp->mnt_op->vfs_quotactl)(mp, cmd, uid, datap, ctx); in VFS_QUOTACTL()