Home
last modified time | relevance | path

Searched refs:fnode (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/sys/ntfs/
H A Dntfs_subr.h80 int ntfs_filesize( struct ntfsmount *, struct fnode *, u_int64_t *, u_int64_t *);
91 int ntfs_fget(struct ntfsmount *, struct ntnode *, int, char *, struct fnode **);
92 void ntfs_frele(struct fnode *);
93 int ntfs_ntreaddir(struct ntfsmount *, struct fnode *, u_int32_t, struct attr_indexentry **, struct…
H A Dntfs_inode.h54 LIST_HEAD(,fnode) i_fnlist;
65 struct fnode { struct
66 LIST_ENTRY(fnode) f_fnlist;
H A Dntfs_vnops.c99 struct fnode *fp = VTOF(vp); in ntfs_read()
137 struct fnode *fp = VTOF(vp); in ntfs_getattr()
202 * Reclaim an fnode/ntnode so that it can be used for other purposes.
209 struct fnode *fp = VTOF(vp); in ntfs_reclaim()
258 struct fnode *fp = VTOF(vp); in ntfs_strategy()
415 struct fnode *fp = VTOF(vp); in ntfs_readdir()
H A Dntfs_subr.c702 * Search fnode in ntnode, if not found allocate and preinitialize.
708 char *attrname, struct fnode **fpp) in ntfs_fget()
710 struct fnode *fp; in ntfs_fget()
716 DPRINTF("ntfs_fget: fnode: attrtype: %u, attrname: %s\n", in ntfs_fget()
732 DPRINTF("ntfs_fget: allocating fnode: %p\n", fp); in ntfs_fget()
749 * Deallocate fnode, remove it from ntnode's fnode list.
754 ntfs_frele(struct fnode *fp) in ntfs_frele()
758 DPRINTF("ntfs_frele: fnode: %p for %u: %p\n", fp, ip->i_number, ip); in ntfs_frele()
760 DPRINTF("ntfs_frele: deallocating fnode\ in ntfs_frele()
[all...]
H A Dntfs_vfsops.c647 struct fnode *fn; in ntfs_vptofh()
671 struct fnode *fp; in ntfs_vgetex()
H A Dntfs.h292 #define VTOF(v) ((struct fnode *)((v)->v_data))
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dfind_names.c39 Node *fnode; local
45 fnode = getnode ();
46 fnode->type = FILES;
47 fnode->key = xstrdup (node->key);
48 if (addnode (filelist, fnode) != 0)
49 freenode (fnode);
/openbsd-src/sys/tmpfs/
H A Dtmpfs_vnops.c2204 struct tmpfs_node *fnode = fde->td_node; in tmpfs_rename_attachdetach()
2208 tmpfs_dir_attach(tdnode, fde, fnode); in tmpfs_rename_attachdetach()
2292 struct tmpfs_node *fdnode, struct tmpfs_node *fnode, in tmpfs_rename_check_possible()
2297 KASSERT(fnode != NULL); in tmpfs_rename_check_possible()
2299 KASSERT(fdnode != fnode); in tmpfs_rename_check_possible()
2301 KASSERT(fnode != tnode); in tmpfs_rename_check_possible()
2303 KASSERT(fnode->tn_vnode != NULL); in tmpfs_rename_check_possible()
2307 KASSERT(VOP_ISLOCKED(fnode->tn_vnode) == LK_EXCLUSIVE); in tmpfs_rename_check_possible()
2315 * to it. If fnode is immutable, we can't change the links to in tmpfs_rename_check_possible()
2316 * it. If fnode i in tmpfs_rename_check_possible()
2202 struct tmpfs_node *fnode = fde->td_node; tmpfs_rename_attachdetach() local
2290 tmpfs_rename_check_possible(struct tmpfs_node * fdnode,struct tmpfs_node * fnode,struct tmpfs_node * tdnode,struct tmpfs_node * tnode) tmpfs_rename_check_possible() argument
2347 tmpfs_rename_check_permitted(struct ucred * cred,struct tmpfs_node * fdnode,struct tmpfs_node * fnode,struct tmpfs_node * tdnode,struct tmpfs_node * tnode) tmpfs_rename_check_permitted() argument
[all...]
/openbsd-src/lib/libkvm/
H A Dkvm_ntfs.c55 struct fnode fn; in _kvm_stat_ntfs()
/openbsd-src/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c650 cd9660node_rrip_pn(struct ISO_SUSP_ATTRIBUTES *pn_field, fsnode *fnode) in cd9660node_rrip_pn() argument
655 if (sizeof (fnode->inode->st.st_rdev) > 4) in cd9660node_rrip_pn()
657 (uint64_t)fnode->inode->st.st_rdev >> 32, in cd9660node_rrip_pn()
662 cd9660_bothendian_dword(fnode->inode->st.st_rdev & 0xffffffff, in cd9660node_rrip_pn()
/openbsd-src/gnu/gcc/gcc/
H A Dvarasm.c4801 struct cgraph_node *fnode = NULL; in find_decl_and_mark_needed() local
4806 fnode = cgraph_node_for_asm (target); in find_decl_and_mark_needed()
4807 if (fnode == NULL) in find_decl_and_mark_needed()
4814 fnode = cgraph_node_for_asm (target); in find_decl_and_mark_needed()
4817 if (fnode) in find_decl_and_mark_needed()
4825 cgraph_mark_needed_node (fnode); in find_decl_and_mark_needed()
4826 return fnode->decl; in find_decl_and_mark_needed()
H A Dtree-pretty-print.c554 tree fnode = TREE_TYPE (node); in dump_generic_node() local
556 dump_generic_node (buffer, TREE_TYPE (fnode), spc, flags, false); in dump_generic_node()
566 dump_function_declaration (buffer, fnode, spc, flags); in dump_generic_node()