Searched refs:fnode (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/sbin/rcorder/
H A Drcorder.c98 filenode *fnode; member in struct:provnode
133 void do_file(filenode *fnode);
135 int skip_ok(filenode *fnode);
136 int keep_ok(filenode *fnode);
211 strnode_add(strnodelist **listp, char *s, filenode *fnode) argument
216 ent->node = fnode;
261 add_require(filenode *fnode, char *s) argument
272 rnode->next = fnode->req_list;
273 fnode->req_list = rnode;
281 add_provide(filenode *fnode, cha argument
360 add_before(filenode *fnode, char *s) argument
375 add_keyword(filenode *fnode, char *s) argument
664 skip_ok(filenode *fnode) argument
678 keep_ok(filenode *fnode) argument
703 do_file(filenode *fnode) argument
[all...]
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_inode.h60 LIST_HEAD(,fnode) i_fnlist;
71 struct fnode { struct
72 LIST_ENTRY(fnode) f_fnlist;
H A Dntfs_subr.h74 struct fnode;
83 int ntfs_filesize( struct ntfsmount *, struct fnode *, u_int64_t *, u_int64_t *);
86 int ntfs_ntreaddir( struct ntfsmount *, struct fnode *, u_int32_t, struct attr_indexentry **);
108 int ntfs_fget(struct ntfsmount *, struct ntnode *, int, char *, struct fnode **);
109 void ntfs_frele(struct fnode *);
H A Dntfs_vnops.c123 register struct fnode *fp = VTOF(vp);
180 register struct fnode *fp = VTOF(vp);
229 * Reclaim an fnode/ntnode so that it can be used for other purposes.
238 register struct fnode *fp = VTOF(vp);
272 register struct fnode *fp = VTOF(vp);
347 register struct fnode *fp = VTOF(vp);
479 register struct fnode *fp = VTOF(vp);
H A Dntfs_subr.c733 * Search fnode in ntnode, if not found allocate and preinitialize.
743 struct fnode **fpp)
745 struct fnode *fp;
751 dprintf(("ntfs_fget: fnode: attrtype: %d, attrname: %s\n",
766 fp = malloc(sizeof(struct fnode), M_NTFSFNODE,
768 dprintf(("ntfs_fget: allocating fnode: %p\n",fp));
789 * Deallocate fnode, remove it from ntnode's fnode list.
795 struct fnode *fp)
799 dprintf(("ntfs_frele: fnode
[all...]
H A Dntfs.h277 #define VTOF(v) ((struct fnode *)((v)->v_data))
H A Dntfs_vfsops.c67 MALLOC_DEFINE(M_NTFSFNODE,"ntfs_fnode", "NTFS fnode information");
670 struct fnode *fp;
/freebsd-9.3-release/contrib/cvs/src/
H A Dfind_names.c41 Node *fnode; local
48 fnode = getnode ();
49 fnode->type = FILES;
50 fnode->key = xstrdup (node->key);
51 if (addnode (filelist, fnode) != 0)
52 freenode (fnode);
/freebsd-9.3-release/lib/libprocstat/
H A Dntfs.c51 struct fnode fnod;
59 warnx("can't read ntfs fnode at %p", (void *)VTOF(vp));
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1082 struct tmpfs_node *fnode; local
1139 fnode = VP_TO_TMPFS_NODE(fvp);
1140 de = tmpfs_dir_lookup(fdnode, fnode, fcnp);
1152 MPASS(de->td_node == fnode);
1168 if (fnode->tn_type == VDIR && tnode->tn_type == VDIR) {
1173 } else if (fnode->tn_type == VDIR && tnode->tn_type != VDIR) {
1176 } else if (fnode->tn_type != VDIR && tnode->tn_type == VDIR) {
1180 MPASS(fnode->tn_type != VDIR &&
1185 if ((fnode->tn_flags & (NOUNLINK | IMMUTABLE | APPEND))
1219 if (n == fnode) {
[all...]
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs.h185 struct fnode { struct
340 struct fnode h_fn;
H A Dhpfs_vfsops.c519 bcopy(bp->b_data, &hp->h_fn, sizeof(struct fnode));
H A Dhpfs_subr.c728 * Write down on disk changes done to fnode. hpfsnode have to be locked.
744 bcopy (&hp->h_fn, bp->b_data, sizeof(struct fnode));
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c654 cd9660node_rrip_pn(struct ISO_SUSP_ATTRIBUTES *pn_field, fsnode *fnode) argument
659 if (sizeof (fnode->inode->st.st_dev) > 32)
660 cd9660_bothendian_dword((uint64_t)fnode->inode->st.st_dev >> 32,
665 cd9660_bothendian_dword(fnode->inode->st.st_dev & 0xffffffff,
/freebsd-9.3-release/contrib/gcc/
H A Dvarasm.c4826 struct cgraph_node *fnode = NULL;
4831 fnode = cgraph_node_for_asm (target);
4832 if (fnode == NULL)
4839 fnode = cgraph_node_for_asm (target);
4842 if (fnode)
4850 cgraph_mark_needed_node (fnode);
4851 return fnode->decl;
4800 struct cgraph_node *fnode = NULL; local
H A Dtree-pretty-print.c554 tree fnode = TREE_TYPE (node); local
556 dump_generic_node (buffer, TREE_TYPE (fnode), spc, flags, false);
566 dump_function_declaration (buffer, fnode, spc, flags);

Completed in 184 milliseconds