/linux-4.1.27/security/selinux/ss/ |
D | symtab.c | 13 const char *p, *keyp; in symhash() local 18 keyp = key; in symhash() 19 size = strlen(keyp); in symhash() 20 for (p = keyp; (p - keyp) < size; p++) in symhash()
|
D | avtab.c | 31 static inline int avtab_hash(struct avtab_key *keyp, u32 mask) in avtab_hash() argument 52 mix(keyp->target_class); in avtab_hash() 53 mix(keyp->target_type); in avtab_hash() 54 mix(keyp->source_type); in avtab_hash()
|
/linux-4.1.27/fs/nilfs2/ |
D | btree.c | 275 __u64 *keyp, __u64 *ptrp, int ncmax) in nilfs_btree_node_delete() argument 288 if (keyp != NULL) in nilfs_btree_node_delete() 289 *keyp = key; in nilfs_btree_node_delete() 599 __u64 *keyp, __u64 *ptrp) in nilfs_btree_do_lookup_last() argument 628 if (keyp != NULL) in nilfs_btree_do_lookup_last() 629 *keyp = nilfs_btree_node_get_key(node, index); in nilfs_btree_do_lookup_last() 799 int level, __u64 *keyp, __u64 *ptrp) in nilfs_btree_do_insert() argument 808 *keyp, *ptrp, ncblk); in nilfs_btree_do_insert() 819 *keyp, *ptrp, in nilfs_btree_do_insert() 826 int level, __u64 *keyp, __u64 *ptrp) in nilfs_btree_carry_left() argument [all …]
|
D | direct.c | 177 __u64 *keyp) in nilfs_direct_seek_key() argument 184 *keyp = key; in nilfs_direct_seek_key() 191 static int nilfs_direct_last_key(const struct nilfs_bmap *direct, __u64 *keyp) in nilfs_direct_last_key() argument 204 *keyp = lastkey; in nilfs_direct_last_key()
|
D | bmap.c | 210 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) in nilfs_bmap_seek_key() argument 215 ret = bmap->b_ops->bop_seek_key(bmap, start, keyp); in nilfs_bmap_seek_key() 223 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) in nilfs_bmap_last_key() argument 228 ret = bmap->b_ops->bop_last_key(bmap, keyp); in nilfs_bmap_last_key()
|
D | bmap.h | 160 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp); 161 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp);
|
/linux-4.1.27/fs/fuse/ |
D | cuse.c | 215 static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp) in cuse_parse_one() argument 248 *keyp = key; in cuse_parse_one()
|
/linux-4.1.27/security/smack/ |
D | smack_lsm.c | 4003 struct key *keyp; in smack_key_permission() local 4009 keyp = key_ref_to_ptr(key_ref); in smack_key_permission() 4010 if (keyp == NULL) in smack_key_permission() 4016 if (keyp->security == NULL) in smack_key_permission() 4025 ad.a.u.key_struct.key = keyp->serial; in smack_key_permission() 4026 ad.a.u.key_struct.key_desc = keyp->description; in smack_key_permission() 4032 rc = smk_access(tkp, keyp->security, request, &ad); in smack_key_permission() 4033 rc = smk_bu_note("key access", tkp, keyp->security, request, rc); in smack_key_permission()
|
/linux-4.1.27/drivers/net/hyperv/ |
D | rndis_filter.c | 715 u8 *keyp; in rndis_filter_set_rss_param() local 751 keyp = (u8 *)((unsigned long)rssp + rssp->kashkey_offset); in rndis_filter_set_rss_param() 753 keyp[i] = netvsc_hash_key[i]; in rndis_filter_set_rss_param()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_btree.c | 1858 union xfs_btree_key *keyp, in xfs_btree_updkey() argument 1867 XFS_BTREE_TRACE_ARGIK(cur, level, keyp); in xfs_btree_updkey() 1891 xfs_btree_copy_keys(cur, kp, keyp, 1); in xfs_btree_updkey() 3359 union xfs_btree_key *keyp = &key; /* passed to the next level */ in xfs_btree_delrec() local 3436 keyp = xfs_btree_key_addr(cur, 1, block); in xfs_btree_delrec() 3453 keyp = &key; in xfs_btree_delrec() 3522 error = xfs_btree_updkey(cur, keyp, level + 1); in xfs_btree_delrec()
|
D | xfs_bmap.c | 287 xfs_bmbt_key_t *prevp, *keyp; in xfs_check_block() local 294 keyp = XFS_BMBT_KEY_ADDR(mp, block, i); in xfs_check_block() 298 be64_to_cpu(keyp->br_startoff)); in xfs_check_block() 300 prevp = keyp; in xfs_check_block()
|