Home
last modified time | relevance | path

Searched refs:keyp (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/security/selinux/ss/
Dsymtab.c13 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()
Davtab.c32 static inline int avtab_hash(struct avtab_key *keyp, u32 mask) in avtab_hash() argument
53 mix(keyp->target_class); in avtab_hash()
54 mix(keyp->target_type); in avtab_hash()
55 mix(keyp->source_type); in avtab_hash()
/linux-4.4.14/fs/nilfs2/
Dbtree.c275 __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 …]
Ddirect.c177 __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()
Dbmap.c210 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()
Dbmap.h160 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.4.14/fs/fuse/
Dcuse.c215 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.4.14/drivers/net/hyperv/
Drndis_filter.c716 u8 *keyp; in rndis_filter_set_rss_param() local
752 keyp = (u8 *)((unsigned long)rssp + rssp->kashkey_offset); in rndis_filter_set_rss_param()
754 keyp[i] = netvsc_hash_key[i]; in rndis_filter_set_rss_param()
/linux-4.4.14/security/smack/
Dsmack_lsm.c4312 struct key *keyp; in smack_key_permission() local
4318 keyp = key_ref_to_ptr(key_ref); in smack_key_permission()
4319 if (keyp == NULL) in smack_key_permission()
4325 if (keyp->security == NULL) in smack_key_permission()
4334 ad.a.u.key_struct.key = keyp->serial; in smack_key_permission()
4335 ad.a.u.key_struct.key_desc = keyp->description; in smack_key_permission()
4341 rc = smk_access(tkp, keyp->security, request, &ad); in smack_key_permission()
4342 rc = smk_bu_note("key access", tkp, keyp->security, request, rc); in smack_key_permission()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_btree.c1873 union xfs_btree_key *keyp, in xfs_btree_updkey() argument
1882 XFS_BTREE_TRACE_ARGIK(cur, level, keyp); in xfs_btree_updkey()
1906 xfs_btree_copy_keys(cur, kp, keyp, 1); in xfs_btree_updkey()
3374 union xfs_btree_key *keyp = &key; /* passed to the next level */ in xfs_btree_delrec() local
3451 keyp = xfs_btree_key_addr(cur, 1, block); in xfs_btree_delrec()
3468 keyp = &key; in xfs_btree_delrec()
3537 error = xfs_btree_updkey(cur, keyp, level + 1); in xfs_btree_delrec()
Dxfs_bmap.c287 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()