Searched refs:permit (Results 1 – 2 of 2) sorted by relevance
132 struct afs_permit *permit; in afs_cache_permit() local176 permit = xpermits->permits; in afs_cache_permit()178 if (permit->key == key) { in afs_cache_permit()179 permit->access_mask = in afs_cache_permit()183 permit++; in afs_cache_permit()187 permits = kmalloc(sizeof(*permits) + sizeof(*permit) * (count + 1), in afs_cache_permit()221 struct afs_permit *permit; in afs_check_permit() local248 permit = permits->permits; in afs_check_permit()250 if (permit->key == key) { in afs_check_permit()252 *_access = permit->access_mask; in afs_check_permit()[all …]
84 To permit users to mount and unmount over directories they own is possible110 To permit users to ummount directories that they have user mounted (see above),371 noexec Do not permit execution of binaries on the mount.