Home
last modified time | relevance | path

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

/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c322 struct mount *lowermp; in nullfs_quotactl() local
328 lowermp = atomic_load_ptr(&mntdata->nullm_vfs); in nullfs_quotactl()
341 error = vfs_busy(lowermp, 0); in nullfs_quotactl()
343 error = VFS_QUOTACTL(lowermp, cmd, uid, arg, &unbusy); in nullfs_quotactl()
345 vfs_unbusy(lowermp); in nullfs_quotactl()