Home
last modified time | relevance | path

Searched refs:nptr (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/lib/
Dearlycpio.c72 const char *p, *dptr, *nptr; in find_cpio_data() local
120 nptr = PTR_ALIGN(dptr + ch[C_FILESIZE], 4); in find_cpio_data()
122 if (nptr > p + len || dptr < p || nptr < dptr) in find_cpio_data()
128 *nextoff = (long)nptr - (long)data; in find_cpio_data()
140 len -= (nptr - p); in find_cpio_data()
141 p = nptr; in find_cpio_data()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc_btree.c57 union xfs_btree_ptr *nptr, in xfs_inobt_set_root() argument
63 agi->agi_root = nptr->s; in xfs_inobt_set_root()
71 union xfs_btree_ptr *nptr, in xfs_finobt_set_root() argument
77 agi->agi_free_root = nptr->s; in xfs_finobt_set_root()
Dxfs_btree.c2601 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot() local
2619 error = cur->bc_ops->alloc_block(cur, pp, &nptr, stat); in xfs_btree_new_iroot()
2629 error = xfs_btree_get_buf_block(cur, &nptr, 0, &cblock, &cbp); in xfs_btree_new_iroot()
2665 error = xfs_btree_check_ptr(cur, &nptr, 0, level); in xfs_btree_new_iroot()
2669 xfs_btree_copy_ptrs(cur, pp, &nptr, 1); in xfs_btree_new_iroot()
2710 int nptr; /* new value for key index, 1 or 2 */ in xfs_btree_new_root() local
2762 nptr = 1; in xfs_btree_new_root()
2773 nptr = 2; in xfs_btree_new_root()
2808 cur->bc_ptrs[cur->bc_nlevels] = nptr; in xfs_btree_new_root()
2829 union xfs_btree_ptr *nptr, /* new btree ptr */ in xfs_btree_make_block_unfull() argument
[all …]
Dxfs_btree.h129 union xfs_btree_ptr *nptr, int level_change);
/linux-4.1.27/drivers/net/wimax/i2400m/
Dfw.c225 void *nptr = krealloc(*ptr, new_size, gfp_flags); in i2400m_zrealloc_2x() local
226 if (nptr) { in i2400m_zrealloc_2x()
230 memset(nptr, 0, new_size); in i2400m_zrealloc_2x()
232 memset(nptr + old_size, 0, old_size); in i2400m_zrealloc_2x()
234 *ptr = nptr; in i2400m_zrealloc_2x()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_snmp_basic.c872 const unsigned char *nptr, in fast_csum() argument
881 s[3] = *nptr; in fast_csum()
885 s[2] = *nptr; in fast_csum()