Lines Matching defs:membuf
681 void *membuf;
705 membuf = NULL;
707 membuf = dbufp->buf;
718 membuf = cur->symlink;
721 return membuf;
729 void *membuf;
764 membuf = NULL;
766 membuf = dbufp->buf;
777 membuf = cur->symlink;
780 return membuf;
789 void *membuf;
856 membuf = ffs_build_dinode1(&din.dp1, &dirbuf, cur,
859 membuf = ffs_build_dinode2(&din.dp2, &dirbuf, cur,
870 if (membuf != NULL) {
871 ffs_write_file(&din, cur->inode->ino, membuf, fsopts);