Home
last modified time | relevance | path

Searched refs:vfs_quotactl (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dmount.h642 int (*vfs_quotactl)(struct mount *mp, int cmds, uid_t uid, caddr_t arg, vfs_context_t context); member
/xnu-11417.140.69/bsd/vfs/
H A Dkpi_vfs.c283 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()