HomeSort by: relevance | last modified time | path
    Searched refs:chfs_inode (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_inode.h 1 /* $NetBSD: chfs_inode.h,v 1.10 2015/01/11 17:29:57 hannken Exp $ */
75 struct chfs_inode struct
78 kmutex_t inode_lock; /* lock the fields of chfs_inode */
115 /* These flags are kept in chfs_inode->iflag. */
138 /* struct vnode to struct chfs_inode */
139 #define VTOI(vp) ((struct chfs_inode *)(vp)->v_data)
140 /* struct chfs_inode to struct vnode */
chfs.h 73 /* XXX shouldnt be defined here, but needed by chfs_inode.h */
81 #include "chfs_inode.h"
493 struct chfs_inode *, struct chfs_dirent *);
558 int chfs_read_inode(struct chfs_mount *, struct chfs_inode *);
559 int chfs_read_inode_internal(struct chfs_mount *, struct chfs_inode *);
566 struct chfs_inode *,
621 struct chfs_inode *);
649 int chfs_write_flash_vnode(struct chfs_mount *, struct chfs_inode *, int);
650 int chfs_write_flash_dirent(struct chfs_mount *, struct chfs_inode *,
651 struct chfs_inode *, struct chfs_dirent *, ino_t, int)
    [all...]
chfs_gc.c 39 struct chfs_inode *);
40 struct chfs_inode *chfs_gc_fetch_inode(struct chfs_mount *,
43 void chfs_clear_inode(struct chfs_mount *, struct chfs_inode *);
52 struct chfs_inode *);
53 int chfs_gcollect_vnode(struct chfs_mount *, struct chfs_inode *);
55 struct chfs_eraseblock *, struct chfs_inode *,
58 struct chfs_eraseblock *, struct chfs_inode *,
61 struct chfs_eraseblock *, struct chfs_inode *,
210 struct chfs_inode *ip)
216 struct chfs_inode *
    [all...]
chfs_subr.c 104 chfs_dir_lookup(struct chfs_inode *ip, struct componentname *cnp)
198 struct chfs_inode *ip;
256 struct chfs_inode *ip;
306 chfs_itimes(struct chfs_inode *ip, const struct timespec *acc,
343 struct chfs_inode *ip;
chfs_vnops.c 60 struct chfs_inode* ip;
221 struct chfs_inode *ip;
323 struct chfs_inode *ip;
354 struct chfs_inode *ip;
377 struct chfs_inode *ip = VTOI(vp);
413 struct chfs_inode *ip = VTOI(vp);
458 struct chfs_inode *ip;
537 struct chfs_inode *ip = VTOI(vp);
559 struct chfs_inode *ip = VTOI(vp);
622 struct chfs_inode *ip
    [all...]
chfs_write.c 46 struct chfs_inode *ip, int prio)
157 chfs_write_flash_dirent(struct chfs_mount *chmp, struct chfs_inode *pdir,
158 struct chfs_inode *ip, struct chfs_dirent *fd,
288 struct chfs_inode *ip = VTOI(vp);
415 chfs_do_link(struct chfs_inode *ip, struct chfs_inode *parent, const char *name, int namelen, enum chtype type)
466 chfs_do_unlink(struct chfs_inode *ip,
467 struct chfs_inode *parent, const char *name, int namelen)
chfs_vnode.c 36 #include "chfs_inode.h"
75 struct chfs_inode *ip;
141 chfs_readdirent(struct mount *mp, struct chfs_node_ref *chnr, struct chfs_inode *pdir)
196 struct chfs_inode *ip, *pdir;
321 struct chfs_inode *ip;
chfs_readinode.c 70 struct chfs_inode *,
73 struct chfs_inode *,
739 struct chfs_inode *ip,
785 struct chfs_inode *ip,
884 chfs_build_fragtree(struct chfs_mount *chmp, struct chfs_inode *ip,
988 int chfs_read_inode(struct chfs_mount *chmp, struct chfs_inode *ip)
1030 chfs_read_inode_internal(struct chfs_mount *chmp, struct chfs_inode *ip)
1108 struct chfs_inode *ip = VTOI(vp);
chfs_vfsops.c 472 struct chfs_inode *ip;
751 pool_init(&chfs_inode_pool, sizeof(struct chfs_inode), 0, 0, 0,
chfs_nodeops.c 174 struct chfs_inode *parent, struct chfs_dirent *new)

Completed in 16 milliseconds