Home
last modified time | relevance | path

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

/linux-4.19.296/fs/afs/
Dsecurity.c57 struct afs_permits *permits = in afs_permits_rcu() local
61 for (i = 0; i < permits->nr_permits; i++) in afs_permits_rcu()
62 key_put(permits->permits[i].key); in afs_permits_rcu()
63 kfree(permits); in afs_permits_rcu()
69 void afs_put_permits(struct afs_permits *permits) in afs_put_permits() argument
71 if (permits && refcount_dec_and_test(&permits->usage)) { in afs_put_permits()
73 hash_del_rcu(&permits->hash_node); in afs_put_permits()
75 call_rcu(&permits->rcu, afs_permits_rcu); in afs_put_permits()
84 struct afs_permits *permits; in afs_clear_permits() local
87 permits = rcu_dereference_protected(vnode->permit_cache, in afs_clear_permits()
[all …]
Dinternal.h570 struct afs_permit permits[]; /* List of permits sorted by key pointer */ member
/linux-4.19.296/fs/cachefiles/
DKconfig6 This permits use of a mounted filesystem as a cache for other
17 This permits debugging to be dynamically enabled in the filesystem
/linux-4.19.296/fs/romfs/
DKconfig32 This permits ROMFS to use block devices buffered through the page
42 This permits ROMFS to use MTD based devices directly, without the
/linux-4.19.296/fs/fscache/
DKconfig50 This permits debugging to be dynamically enabled in the local caching
/linux-4.19.296/fs/
DKconfig.binfmt47 MMU is available as it still permits text segments to be shared,
/linux-4.19.296/fs/jffs2/
DREADME.Locking79 As the MTD API no longer permits erase-completion callback functions
/linux-4.19.296/drivers/char/
DKconfig455 The raw driver permits block devices to be bound to /dev/raw/rawN.