/linux-4.1.27/lib/ |
H A D | earlycpio.c | 72 const char *p, *dptr, *nptr; find_cpio_data() local 120 nptr = PTR_ALIGN(dptr + ch[C_FILESIZE], 4); find_cpio_data() 122 if (nptr > p + len || dptr < p || nptr < dptr) find_cpio_data() 128 *nextoff = (long)nptr - (long)data; find_cpio_data() 140 len -= (nptr - p); find_cpio_data() 141 p = nptr; find_cpio_data()
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_ialloc_btree.c | 57 union xfs_btree_ptr *nptr, xfs_inobt_set_root() 63 agi->agi_root = nptr->s; xfs_inobt_set_root() 71 union xfs_btree_ptr *nptr, xfs_finobt_set_root() 77 agi->agi_free_root = nptr->s; xfs_finobt_set_root() 55 xfs_inobt_set_root( struct xfs_btree_cur *cur, union xfs_btree_ptr *nptr, int inc) xfs_inobt_set_root() argument 69 xfs_finobt_set_root( struct xfs_btree_cur *cur, union xfs_btree_ptr *nptr, int inc) xfs_finobt_set_root() argument
|
H A D | xfs_btree.c | 2601 union xfs_btree_ptr nptr; /* new block addr */ xfs_btree_new_iroot() local 2619 error = cur->bc_ops->alloc_block(cur, pp, &nptr, stat); xfs_btree_new_iroot() 2629 error = xfs_btree_get_buf_block(cur, &nptr, 0, &cblock, &cbp); xfs_btree_new_iroot() 2665 error = xfs_btree_check_ptr(cur, &nptr, 0, level); xfs_btree_new_iroot() 2669 xfs_btree_copy_ptrs(cur, pp, &nptr, 1); xfs_btree_new_iroot() 2710 int nptr; /* new value for key index, 1 or 2 */ xfs_btree_new_root() local 2762 nptr = 1; xfs_btree_new_root() 2773 nptr = 2; xfs_btree_new_root() 2808 cur->bc_ptrs[cur->bc_nlevels] = nptr; xfs_btree_new_root() 2829 union xfs_btree_ptr *nptr, /* new btree ptr */ xfs_btree_make_block_unfull() 2879 error = xfs_btree_split(cur, level, nptr, &key, ncur, stat); xfs_btree_make_block_unfull() 2905 union xfs_btree_ptr nptr; /* new block ptr */ xfs_btree_insrec() local 2974 xfs_btree_set_ptr_null(cur, &nptr); xfs_btree_insrec() 2977 &optr, &ptr, &nptr, &ncur, &nrec, stat); xfs_btree_insrec() 3082 *ptrp = nptr; xfs_btree_insrec() 3083 if (!xfs_btree_ptr_is_null(cur, &nptr)) { xfs_btree_insrec() 3112 union xfs_btree_ptr nptr; /* new block number (split result) */ xfs_btree_insert() local 3121 xfs_btree_set_ptr_null(cur, &nptr); xfs_btree_insert() 3131 * Insert nrec/nptr into this level of the tree. xfs_btree_insert() 3132 * Note if we fail, nptr will be null. xfs_btree_insert() 3134 error = xfs_btree_insrec(pcur, level, &nptr, &rec, &ncur, &i); xfs_btree_insert() 3150 (ncur || xfs_btree_ptr_is_null(cur, &nptr))) { xfs_btree_insert() 3162 } while (!xfs_btree_ptr_is_null(cur, &nptr)); xfs_btree_insert() 2823 xfs_btree_make_block_unfull( struct xfs_btree_cur *cur, int level, int numrecs, int *oindex, int *index, union xfs_btree_ptr *nptr, struct xfs_btree_cur **ncur, union xfs_btree_rec *nrec, int *stat) xfs_btree_make_block_unfull() argument
|
H A D | xfs_btree.h | 129 union xfs_btree_ptr *nptr, int level_change);
|
/linux-4.1.27/net/ipv4/netfilter/ |
H A D | nf_nat_snmp_basic.c | 872 const unsigned char *nptr, fast_csum() 881 s[3] = *nptr; fast_csum() 885 s[2] = *nptr; fast_csum() 870 fast_csum(__sum16 *csum, const unsigned char *optr, const unsigned char *nptr, int offset) fast_csum() argument
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | fw.c | 225 void *nptr = krealloc(*ptr, new_size, gfp_flags); i2400m_zrealloc_2x() local 226 if (nptr) { i2400m_zrealloc_2x() 230 memset(nptr, 0, new_size); i2400m_zrealloc_2x() 232 memset(nptr + old_size, 0, old_size); i2400m_zrealloc_2x() 234 *ptr = nptr; i2400m_zrealloc_2x()
|