Home
last modified time | relevance | path

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

/linux/lib/
A Dearlycpio.c64 const char *p, *dptr, *nptr; in find_cpio_data() local
112 nptr = PTR_ALIGN(dptr + ch[C_FILESIZE], 4); in find_cpio_data()
114 if (nptr > p + len || dptr < p || nptr < dptr) in find_cpio_data()
122 *nextoff = (long)nptr - (long)data; in find_cpio_data()
135 len -= (nptr - p); in find_cpio_data()
136 p = nptr; in find_cpio_data()
/linux/include/media/
A Dmedia-device.h377 struct media_entity_notify *nptr);
388 struct media_entity_notify *nptr);
458 struct media_entity_notify *nptr) in media_device_register_entity_notify() argument
464 struct media_entity_notify *nptr) in media_device_unregister_entity_notify() argument
/linux/drivers/media/mc/
A Dmc-device.c774 struct media_entity_notify *nptr) in media_device_register_entity_notify() argument
777 list_add_tail(&nptr->list, &mdev->entity_notify); in media_device_register_entity_notify()
787 struct media_entity_notify *nptr) in __media_device_unregister_entity_notify() argument
789 list_del(&nptr->list); in __media_device_unregister_entity_notify()
793 struct media_entity_notify *nptr) in media_device_unregister_entity_notify() argument
796 __media_device_unregister_entity_notify(mdev, nptr); in media_device_unregister_entity_notify()
/linux/fs/xfs/libxfs/
A Dxfs_btree.c2960 xfs_btree_copy_ptrs(cur, pp, &nptr, 1); in xfs_btree_new_iroot()
3050 nptr = 1; in xfs_btree_new_root()
3061 nptr = 2; in xfs_btree_new_root()
3102 cur->bc_levels[cur->bc_nlevels].ptr = nptr; in xfs_btree_new_root()
3196 union xfs_btree_ptr nptr; /* new block ptr */ in xfs_btree_insrec() local
3259 xfs_btree_set_ptr_null(cur, &nptr); in xfs_btree_insrec()
3262 &optr, &ptr, &nptr, &ncur, lkey, stat); in xfs_btree_insrec()
3372 *ptrp = nptr; in xfs_btree_insrec()
3373 if (!xfs_btree_ptr_is_null(cur, &nptr)) { in xfs_btree_insrec()
3412 xfs_btree_set_ptr_null(cur, &nptr); in xfs_btree_insert()
[all …]
A Dxfs_ialloc_btree.c46 const union xfs_btree_ptr *nptr, in xfs_inobt_set_root() argument
52 agi->agi_root = nptr->s; in xfs_inobt_set_root()
60 const union xfs_btree_ptr *nptr, in xfs_finobt_set_root() argument
66 agi->agi_free_root = nptr->s; in xfs_finobt_set_root()
A Dxfs_btree.h105 const union xfs_btree_ptr *nptr, int level_change);
/linux/arch/um/drivers/
A Dvector_user.c385 static int strtofd(const char *nptr) in strtofd() argument
390 if (nptr == NULL) in strtofd()
394 fd = strtol(nptr, &endptr, 10); in strtofd()
395 if (nptr == endptr || in strtofd()

Completed in 33 milliseconds