Searched refs:nptr (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/lib/ |
D | earlycpio.c | 72 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() 130 *nextoff = (long)nptr - (long)data; in find_cpio_data() 143 len -= (nptr - p); in find_cpio_data() 144 p = nptr; in find_cpio_data()
|
/Linux-v4.19/include/media/ |
D | media-device.h | 356 struct media_entity_notify *nptr); 367 struct media_entity_notify *nptr); 437 struct media_entity_notify *nptr) in media_device_register_entity_notify() argument 443 struct media_entity_notify *nptr) in media_device_unregister_entity_notify() argument
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_ialloc_btree.c | 46 union xfs_btree_ptr *nptr, in xfs_inobt_set_root() argument 52 agi->agi_root = nptr->s; in xfs_inobt_set_root() 60 union xfs_btree_ptr *nptr, in xfs_finobt_set_root() argument 66 agi->agi_free_root = nptr->s; in xfs_finobt_set_root()
|
D | xfs_btree.c | 2940 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot() local 2955 error = cur->bc_ops->alloc_block(cur, pp, &nptr, stat); in xfs_btree_new_iroot() 2964 error = xfs_btree_get_buf_block(cur, &nptr, 0, &cblock, &cbp); in xfs_btree_new_iroot() 2998 error = xfs_btree_debug_check_ptr(cur, &nptr, 0, level); in xfs_btree_new_iroot() 3002 xfs_btree_copy_ptrs(cur, pp, &nptr, 1); in xfs_btree_new_iroot() 3041 int nptr; /* new value for key index, 1 or 2 */ in xfs_btree_new_root() local 3092 nptr = 1; in xfs_btree_new_root() 3103 nptr = 2; in xfs_btree_new_root() 3144 cur->bc_ptrs[cur->bc_nlevels] = nptr; in xfs_btree_new_root() 3162 union xfs_btree_ptr *nptr, /* new btree ptr */ in xfs_btree_make_block_unfull() argument [all …]
|
D | xfs_btree.h | 107 union xfs_btree_ptr *nptr, int level_change);
|
/Linux-v4.19/drivers/media/ |
D | media-device.c | 752 struct media_entity_notify *nptr) in media_device_register_entity_notify() argument 755 list_add_tail(&nptr->list, &mdev->entity_notify); in media_device_register_entity_notify() 765 struct media_entity_notify *nptr) in __media_device_unregister_entity_notify() argument 767 list_del(&nptr->list); in __media_device_unregister_entity_notify() 771 struct media_entity_notify *nptr) in media_device_unregister_entity_notify() argument 774 __media_device_unregister_entity_notify(mdev, nptr); in media_device_unregister_entity_notify()
|
/Linux-v4.19/drivers/net/wimax/i2400m/ |
D | fw.c | 225 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()
|