Lines Matching defs:key

14 #include <linux/key.h>
59 struct key *key; /* key to use for secure mounting */
102 struct key *key; /* security for this call */
178 struct key *key;
186 struct key *key; /* The key this file was opened with */
187 struct afs_wb_key *wb; /* Writeback key record for this file */
190 static inline struct key *afs_file_key(struct file *file)
194 return af->key;
341 * servers and (b) a cell's name is used by the client to select the key to use
358 struct key *anonymous_key; /* anonymous user key for this cell */
629 struct key *silly_key; /* Silly rename key */
649 struct key *lock_key; /* Key to be used in lock ops */
677 struct key *key; /* RxRPC ticket holding a security context */
678 afs_access_t access; /* CallerAccess value for this key */
691 bool invalidated; /* Invalidated due to key change */
692 struct afs_permit permits[]; /* List of permits sorted by key pointer */
724 struct key *key; /* Key for the server */
769 struct key *key; /* Key for the cell */
1024 struct dentry *, struct key *);
1050 extern int afs_fetch_data(struct afs_vnode *, struct key *, struct afs_read *);
1090 struct afs_addr_cursor *, struct key *);
1092 struct afs_addr_cursor *, struct key *);
1106 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);
1134 extern void afs_fs_probe_fileserver(struct afs_net *, struct afs_server *, struct key *, bool);
1147 extern int afs_fetch_status(struct afs_vnode *, struct key *, bool, afs_access_t *);
1151 extern struct inode *afs_root_iget(struct super_block *, struct key *);
1153 extern int afs_validate(struct afs_vnode *, struct key *);
1267 call->key = op->key;
1360 extern void afs_cache_permit(struct afs_vnode *, struct key *, unsigned int,
1363 extern struct key *afs_request_key(struct afs_cell *);
1364 extern struct key *afs_request_key_rcu(struct afs_cell *);
1365 extern int afs_check_permit(struct afs_vnode *, struct key *, afs_access_t *);
1377 extern struct afs_server *afs_lookup_server(struct afs_cell *, struct key *, const uuid_t *, u32);
1415 extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *,
1433 struct key *, struct afs_vlserver *, unsigned int);
1440 extern int afs_cell_detect_alias(struct afs_cell *, struct key *);
1446 extern int afs_send_vl_probes(struct afs_net *, struct key *, struct afs_vlserver_list *);
1453 struct afs_cell *, struct key *);