Searched refs:ntnode (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_ihash.h34 struct ntnode *ntfs_nthashlookup(struct cdev *, ino_t);
35 struct ntnode *ntfs_nthashget(struct cdev *, ino_t);
36 void ntfs_nthashins(struct ntnode *);
37 void ntfs_nthashrem(register struct ntnode *);
H A Dntfs_subr.h39 struct ntnode *va_ip;
80 int ntfs_readntvattr_plain( struct ntfsmount *, struct ntnode *, struct ntvattr *, off_t, size_t, void *,size_t *, struct uio *);
81 int ntfs_readattr_plain( struct ntfsmount *, struct ntnode *, u_int32_t, char *, off_t, size_t, void *,size_t *, struct uio *);
82 int ntfs_readattr( struct ntfsmount *, struct ntnode *, u_int32_t, char *, off_t, size_t, void *, struct uio *);
84 int ntfs_times( struct ntfsmount *, struct ntnode *, ntfs_times_t *);
91 struct ntvattr * ntfs_findntvattr( struct ntfsmount *, struct ntnode *, u_int32_t, cn_t );
95 int ntfs_ntvattrget(struct ntfsmount *, struct ntnode *, u_int32_t, const char *, cn_t , struct ntvattr **);
96 int ntfs_ntlookup(struct ntfsmount *, ino_t, struct ntnode **);
97 int ntfs_ntget(struct ntnode *);
98 void ntfs_ntref(struct ntnode *);
[all...]
H A Dntfs_inode.h44 struct ntnode { struct
48 LIST_ENTRY(ntnode) i_hash;
49 struct ntnode *i_next;
50 struct ntnode **i_prev;
74 struct ntnode *f_ip; /* Associated ntnode */
H A Dntfs_ihash.c48 MALLOC_DEFINE(M_NTFSNTHASH, "ntfs_nthash", "NTFS ntnode hash tables");
53 static LIST_HEAD(nthashhead, ntnode) *ntfs_nthashtbl;
85 struct ntnode *
90 struct ntnode *ip;
102 * Insert the ntnode into the hash table.
106 struct ntnode *ip;
122 struct ntnode *ip;
H A Dntfs_vnops.c124 register struct ntnode *ip = FTONT(fp);
181 register struct ntnode *ip = FTONT(fp);
207 * Last reference to an ntnode. If necessary, write or delete it.
216 register struct ntnode *ip = VTONT(ap->a_vp);
219 dprintf(("ntfs_inactive: vnode: %p, ntnode: %d\n", ap->a_vp,
229 * Reclaim an fnode/ntnode so that it can be used for other purposes.
239 register struct ntnode *ip = FTONT(fp);
242 dprintf(("ntfs_reclaim: vnode: %p, ntnode: %d\n", vp, ip->i_number));
273 register struct ntnode *ip = FTONT(fp);
348 register struct ntnode *i
[all...]
H A Dntfs_subr.c62 static int ntfs_findvattr(struct ntfsmount *, struct ntnode *, struct ntvattr **, struct ntvattr **, u_int32_t, const char *, size_t, cn_t);
96 * find the attribute in the ntnode
101 struct ntnode *ip;
144 * Search attribute specifed in ntnode (load ntnode if nessecary).
146 * VOP_VGET node needed, and lookup througth it's ntnode (load if nessesary).
148 * ntnode should be locked
153 struct ntnode * ip,
163 struct ntnode *newip;
236 /* XXX have to lock ntnode */
[all...]
H A Dntfs_vfsops.c66 MALLOC_DEFINE(M_NTFSNTNODE,"ntfs_ntnode", "NTFS ntnode information");
669 struct ntnode *ip;
681 /* Get ntnode */
748 dprintf(("ntfs_vget: vnode: %p for ntnode: %d\n", vp,ino));
/freebsd-9.3-release/lib/libprocstat/
H A Dntfs.c52 struct ntnode node;

Completed in 73 milliseconds