• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/hfs/

Lines Matching refs:NULL

113 	*svpp = NULL;
149 *svpp = NULL;
226 struct BTreeIterator * iterator = NULL;
229 HFSPlusAttrRecord * recp = NULL;
261 if (uio == NULL) {
274 struct vnode *rvp = NULL;
292 if (uio == NULL) {
313 if ((hfsmp->hfs_attribute_vp == NULL) ||
321 if (iterator == NULL) {
332 if (recp == NULL) {
346 result = BTSearchRecord(btfile, iterator, &btdata, &datasize, NULL);
386 if (uio == NULL) {
414 if (extentbuf == NULL) {
430 result = BTSearchRecord(btfile, iterator, &btdata, &datasize, NULL);
493 struct cnode *cp = NULL;
496 struct BTreeIterator * iterator = NULL;
497 struct filefork *btfile = NULL;
500 HFSPlusAttrRecord *recp = NULL;
501 HFSPlusExtentDescriptor *extentptr = NULL;
503 void * user_data_ptr = NULL;
510 if (ap->a_name == NULL || ap->a_name[0] == '\0') {
600 struct vnode *rvp = NULL;
653 if (user_data_ptr == NULL) {
688 if (hfsmp->hfs_attribute_vp == NULL) {
704 if (iterator == NULL) {
719 exists = BTSearchRecord(btfile, iterator, &btdata, NULL, NULL) == 0;
750 if (extentptr == NULL) {
780 if (recp == NULL) {
842 if (recp == NULL) {
933 struct BTreeIterator * iterator = NULL;
937 if (ap->a_name == NULL || ap->a_name[0] == '\0') {
947 struct vnode *rvp = NULL;
1036 if (hfsmp->hfs_attribute_vp == NULL) {
1041 if (iterator == NULL) {
1114 struct BTreeIterator * iterator = NULL;
1120 if (hfsmp->hfs_attribute_vp == NULL) {
1125 if (iterator == NULL) {
1132 result = hfs_buildattrkey(fileID, NULL, key);
1138 result = BTSearchRecord(btfile, iterator, NULL, NULL, NULL);
1143 result = BTIterateRecord(btfile, kBTreeNextRecord, iterator, NULL, NULL);
1184 result = BTSearchRecord(btfile, iterator, &btdata, &datasize, NULL);
1220 result = BTSearchRecord(btfile, iterator, &btdata, &datasize, NULL);
1267 struct BTreeIterator * iterator = NULL;
1298 if (uio == NULL) {
1312 if (uio == NULL) {
1333 if ((hfsmp->hfs_attribute_vp == NULL) ||
1341 if (iterator == NULL) {
1346 result = hfs_buildattrkey(cp->c_fileid, NULL, (HFSPlusAttrKey *)&iterator->key);
1365 result = BTSearchRecord(btfile, iterator, NULL, NULL, NULL);
1382 if (uio == NULL) {
1434 if (state->uio == NULL) {
1469 if (hfsmp->hfs_attribute_vp == NULL) {
1491 (void) hfs_buildattrkey(fileid, NULL, key);
1492 result = BTIterateRecord(btfile, kBTreeNextRecord, iterator, NULL, NULL);
1523 (hfsmp->hfs_attribute_vp == NULL) &&
1542 struct BTreeIterator * iterator = NULL;
1554 if (hfsmp->hfs_attribute_vp == NULL) {
1563 if (iterator == NULL) {
1669 hfsmp->hfs_attribute_vp == NULL) {
1674 if (iterator == NULL) {
1697 result = BTSearchRecord(btfile, iterator, NULL, NULL, NULL);
1791 if (attrname != NULL) {
1854 if (attrvp != NULL) {
1920 result = hfs_getnewvnode(hfsmp, NULL, NULL, &cat_desc, 0, &cat_attr, &cat_fork, &vp);