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

Lines Matching refs:NULL

242 	    (VTOHFS(vp)->jnl == NULL) ||
350 hfsmp->hfs_freezing_proc = NULL;
721 struct cnode *cp = NULL;
762 if (cp == NULL) {
954 if (!suser(cred, NULL))
1324 struct filefork *fp = NULL;
1345 if (VTOF(vp)->fcbBTCBPtr != NULL) {
1347 if (hfsmp->jnl == NULL) {
1437 if (VTOF(vp)->fcbBTCBPtr != NULL) {
1468 VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, NULL);
1582 if (vnode_issystem(vp) && (VTOF(vp)->fcbBTCBPtr != NULL))
1660 if ((hfsmp->hfs_attribute_vp != NULL) &&
1717 if ((error = cat_preflight(hfsmp, CAT_DELETE, NULL, 0))) {
1733 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
1867 struct vnode *rvp = NULL;
1978 if ((hfsmp->hfs_attribute_vp != NULL) &&
2093 if ((error = cat_preflight(hfsmp, CAT_RENAME, NULL, 0))) {
2100 &to_desc, (struct cat_desc *)NULL);
2108 &hfsmp->hfs_private_attr[FILE_HARDLINKS], NULL, NULL);
2119 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
2125 (void) cat_update(hfsmp, &to_desc, &cp->c_attr, NULL, NULL);
2142 if ((error = cat_preflight(hfsmp, CAT_DELETE, NULL, 0))) {
2167 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
2309 error = hfs_lockfour(VTOC(fdvp), VTOC(fvp), VTOC(tdvp), tvp ? VTOC(tvp) : NULL,
2329 * tvp is no longer in the namespace. Try again with NULL
2333 tcp = NULL;
2334 tvp = NULL;
2344 tcp = tvp ? VTOC(tvp) : NULL;
2366 tcp = NULL;
2367 tvp = NULL;
2472 (suser(vfs_context_ucred(tcnp->cn_context), NULL)) &&
2493 (fdcp->c_desc.cd_nameptr != NULL) &&
2557 if (cat_lookup(hfsmp, &tmpdesc, 0, NULL, NULL, NULL, &real_cnid) != 0) {
2774 struct vnode *vp = NULL;
2775 struct cnode *cp = NULL;
2778 struct buf *bp = NULL;
2870 journal_modify_block_end(hfsmp->jnl, bp, NULL, NULL);
2885 if ((cp != NULL) && (vp != NULL)) {
2892 *vpp = NULL;
2966 directoryhint_t *dirhint = NULL;
3122 if (dirhint == NULL) {
3176 if ((dirhint != NULL) &&
3225 if (fp->ff_symlinkptr == NULL) {
3226 struct buf *bp = NULL;
3237 fp->ff_symlinkptr = NULL;
3348 struct cat_fork *dataforkp = NULL;
3349 struct cat_fork *rsrcforkp = NULL;
3360 hfsmp->hfs_catalog_vp == NULL){
3473 struct cnode *cp = NULL;
3492 *vpp = NULL;
3493 tvp = NULL;
3495 out_desc.cd_nameptr = NULL;
3582 if ((error = cat_preflight(hfsmp, CAT_CREATE, NULL, 0))) {
3597 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
3646 error = hfs_getnewvnode(hfsmp, dvp, cnp, &out_desc, GNV_CREATE, &attr, NULL, &tvp);
3693 (dcp->c_desc.cd_nameptr != NULL) &&
3703 dvp = NULL;
3730 if (error == 0 && cp != NULL) {
3827 (struct cat_attr *)0, &rsrcfork, NULL);
3836 cn.cn_pnbuf = NULL;
3841 cn.cn_context = NULL;
3851 error = hfs_getnewvnode(hfsmp, dvp, cn.cn_pnbuf ? &cn : NULL,
3976 { 1, NULL, filt_hfsdetach, filt_hfsread };
3978 { 1, NULL, filt_hfsdetach, filt_hfswrite };
3980 { 1, NULL, filt_hfsdetach, filt_hfsvnode };
4255 struct vnode *vp = NULL;
4368 { NULL, (VOPFUNC)NULL }
4410 { (struct vnodeop_desc*)NULL, (VOPFUNC)NULL }
4455 { (struct vnodeop_desc*)NULL, (VOPFUNC)NULL }