Home
last modified time | relevance | path

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

/fs/afs/
Dsecurity.c132 struct afs_permit *permit; in afs_cache_permit() local
176 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() local
248 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 …]
/fs/cifs/
DREADME84 To permit users to mount and unmount over directories they own is possible
110 To permit users to ummount directories that they have user mounted (see above),
371 noexec Do not permit execution of binaries on the mount.