Searched refs:keyp (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/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 | 28 static inline int avtab_hash(struct avtab_key *keyp, u16 mask) in avtab_hash() argument 30 return ((keyp->target_class + (keyp->target_type << 2) + in avtab_hash() 31 (keyp->source_type << 9)) & mask); in avtab_hash()
|
/linux-3.4.99/fs/nilfs2/ |
D | btree.c | 273 __u64 *keyp, __u64 *ptrp, int ncmax) in nilfs_btree_node_delete() argument 286 if (keyp != NULL) in nilfs_btree_node_delete() 287 *keyp = key; in nilfs_btree_node_delete() 569 __u64 *keyp, __u64 *ptrp) in nilfs_btree_do_lookup_last() argument 598 if (keyp != NULL) in nilfs_btree_do_lookup_last() 599 *keyp = nilfs_btree_node_get_key(node, index); in nilfs_btree_do_lookup_last() 731 int level, __u64 *keyp, __u64 *ptrp) in nilfs_btree_do_insert() argument 740 *keyp, *ptrp, ncblk); in nilfs_btree_do_insert() 751 *keyp, *ptrp, in nilfs_btree_do_insert() 758 int level, __u64 *keyp, __u64 *ptrp) in nilfs_btree_carry_left() argument [all …]
|
D | direct.c | 176 static int nilfs_direct_last_key(const struct nilfs_bmap *direct, __u64 *keyp) in nilfs_direct_last_key() argument 189 *keyp = lastkey; in nilfs_direct_last_key()
|
/linux-3.4.99/fs/fuse/ |
D | cuse.c | 214 static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp) in cuse_parse_one() argument 247 *keyp = key; in cuse_parse_one()
|
/linux-3.4.99/security/smack/ |
D | smack_lsm.c | 3293 struct key *keyp; in smack_key_permission() local 3297 keyp = key_ref_to_ptr(key_ref); in smack_key_permission() 3298 if (keyp == NULL) in smack_key_permission() 3304 if (keyp->security == NULL) in smack_key_permission() 3313 ad.a.u.key_struct.key = keyp->serial; in smack_key_permission() 3314 ad.a.u.key_struct.key_desc = keyp->description; in smack_key_permission() 3316 return smk_access(tsp, keyp->security, in smack_key_permission()
|
/linux-3.4.99/fs/xfs/ |
D | xfs_btree.c | 1665 union xfs_btree_key *keyp, in xfs_btree_updkey() argument 1674 XFS_BTREE_TRACE_ARGIK(cur, level, keyp); in xfs_btree_updkey() 1698 xfs_btree_copy_keys(cur, kp, keyp, 1); in xfs_btree_updkey() 3080 union xfs_btree_key *keyp = &key; /* passed to the next level */ in xfs_btree_delrec() local 3157 keyp = xfs_btree_key_addr(cur, 1, block); in xfs_btree_delrec() 3174 keyp = &key; in xfs_btree_delrec() 3243 error = xfs_btree_updkey(cur, keyp, level + 1); in xfs_btree_delrec()
|
D | xfs_bmap.c | 5724 xfs_bmbt_key_t *prevp, *keyp; in xfs_check_block() local 5731 keyp = XFS_BMBT_KEY_ADDR(mp, block, i); in xfs_check_block() 5735 be64_to_cpu(keyp->br_startoff)); in xfs_check_block() 5737 prevp = keyp; in xfs_check_block()
|