Searched defs:ptrp (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/fs/nilfs2/ | 
| D | btree.c | 275 				    __u64 *keyp, __u64 *ptrp, int ncmax)  in nilfs_btree_node_delete()537 				 __u64 key, __u64 *ptrp, int minlevel,  in nilfs_btree_do_lookup()
 599 				      __u64 *keyp, __u64 *ptrp)  in nilfs_btree_do_lookup_last()
 675 			      __u64 key, int level, __u64 *ptrp)  in nilfs_btree_lookup()
 692 				     __u64 key, __u64 *ptrp, unsigned maxblocks)  in nilfs_btree_lookup_contig()
 799 				  int level, __u64 *keyp, __u64 *ptrp)  in nilfs_btree_do_insert()
 826 				   int level, __u64 *keyp, __u64 *ptrp)  in nilfs_btree_carry_left()
 872 				    int level, __u64 *keyp, __u64 *ptrp)  in nilfs_btree_carry_right()
 919 			      int level, __u64 *keyp, __u64 *ptrp)  in nilfs_btree_split()
 974 			     int level, __u64 *keyp, __u64 *ptrp)  in nilfs_btree_grow()
 [all …]
 
 | 
| D | direct.c | 49 			       __u64 key, int level, __u64 *ptrp)  in nilfs_direct_lookup()64 				      __u64 key, __u64 *ptrp,  in nilfs_direct_lookup_contig()
 
 | 
| D | bmap.c | 76 			       __u64 *ptrp)  in nilfs_bmap_lookup_at_level()99 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp,  in nilfs_bmap_lookup_contig()
 
 | 
| /linux-4.1.27/fs/xfs/libxfs/ | 
| D | xfs_btree.c | 1509 		union xfs_btree_ptr	*ptrp;  in xfs_btree_increment()  local1608 		union xfs_btree_ptr	*ptrp;  in xfs_btree_decrement()  local
 2328 	union xfs_btree_ptr	*ptrp,  in __xfs_btree_split()
 2508 	union xfs_btree_ptr	*ptrp;  member
 2557 	union xfs_btree_ptr	*ptrp,  in xfs_btree_split()
 2897 	union xfs_btree_ptr	*ptrp,	/* i/o: block number inserted */  in xfs_btree_insrec()
 
 |