| /openbsd-src/sys/ntfs/ |
| H A D | ntfs_subr.h | 80 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 D | ntfs_inode.h | 54 LIST_HEAD(,fnode) i_fnlist; 65 struct fnode { struct 66 LIST_ENTRY(fnode) f_fnlist;
|
| H A D | ntfs_vnops.c | 99 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 D | ntfs_subr.c | 702 * 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 D | ntfs_vfsops.c | 647 struct fnode *fn; in ntfs_vptofh() 671 struct fnode *fp; in ntfs_vgetex()
|
| H A D | ntfs.h | 292 #define VTOF(v) ((struct fnode *)((v)->v_data))
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | find_names.c | 39 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 D | tmpfs_vnops.c | 2204 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 D | kvm_ntfs.c | 55 struct fnode fn; in _kvm_stat_ntfs()
|
| /openbsd-src/usr.sbin/makefs/cd9660/ |
| H A D | iso9660_rrip.c | 650 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 D | varasm.c | 4801 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 D | tree-pretty-print.c | 554 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()
|