Symbol: chfs_inode
sys/ufs/chfs/chfs.h
493
struct chfs_inode *, struct chfs_dirent *);
sys/ufs/chfs/chfs.h
558
int chfs_read_inode(struct chfs_mount *, struct chfs_inode *);
sys/ufs/chfs/chfs.h
559
int chfs_read_inode_internal(struct chfs_mount *, struct chfs_inode *);
sys/ufs/chfs/chfs.h
566
struct chfs_inode *,
sys/ufs/chfs/chfs.h
621
struct chfs_inode *);
sys/ufs/chfs/chfs.h
649
int chfs_write_flash_vnode(struct chfs_mount *, struct chfs_inode *, int);
sys/ufs/chfs/chfs.h
650
int chfs_write_flash_dirent(struct chfs_mount *, struct chfs_inode *,
sys/ufs/chfs/chfs.h
651
struct chfs_inode *, struct chfs_dirent *, ino_t, int);
sys/ufs/chfs/chfs.h
654
int chfs_do_link(struct chfs_inode *,
sys/ufs/chfs/chfs.h
655
struct chfs_inode *, const char *, int, enum chtype);
sys/ufs/chfs/chfs.h
656
int chfs_do_unlink(struct chfs_inode *,
sys/ufs/chfs/chfs.h
657
struct chfs_inode *, const char *, int);
sys/ufs/chfs/chfs.h
661
struct chfs_dirent * chfs_dir_lookup(struct chfs_inode *,
sys/ufs/chfs/chfs.h
666
void chfs_itimes(struct chfs_inode *, const struct timespec *,
sys/ufs/chfs/chfs_gc.c
1076
struct chfs_eraseblock *orig_cheb, struct chfs_inode *ip,
sys/ufs/chfs/chfs_gc.c
210
struct chfs_inode *ip)
sys/ufs/chfs/chfs_gc.c
216
struct chfs_inode *
sys/ufs/chfs/chfs_gc.c
222
struct chfs_inode *ip;
sys/ufs/chfs/chfs_gc.c
265
struct chfs_inode *ip;
sys/ufs/chfs/chfs_gc.c
302
chfs_clear_inode(struct chfs_mount *chmp, struct chfs_inode *ip)
sys/ufs/chfs/chfs_gc.c
39
struct chfs_inode *);
sys/ufs/chfs/chfs_gc.c
40
struct chfs_inode *chfs_gc_fetch_inode(struct chfs_mount *,
sys/ufs/chfs/chfs_gc.c
427
struct chfs_inode *ip;
sys/ufs/chfs/chfs_gc.c
43
void chfs_clear_inode(struct chfs_mount *, struct chfs_inode *);
sys/ufs/chfs/chfs_gc.c
52
struct chfs_inode *);
sys/ufs/chfs/chfs_gc.c
53
int chfs_gcollect_vnode(struct chfs_mount *, struct chfs_inode *);
sys/ufs/chfs/chfs_gc.c
55
struct chfs_eraseblock *, struct chfs_inode *,
sys/ufs/chfs/chfs_gc.c
58
struct chfs_eraseblock *, struct chfs_inode *,
sys/ufs/chfs/chfs_gc.c
61
struct chfs_eraseblock *, struct chfs_inode *,
sys/ufs/chfs/chfs_gc.c
849
struct chfs_inode *ip)
sys/ufs/chfs/chfs_gc.c
938
chfs_gcollect_vnode(struct chfs_mount *chmp, struct chfs_inode *ip)
sys/ufs/chfs/chfs_gc.c
953
struct chfs_eraseblock *cheb, struct chfs_inode *parent,
sys/ufs/chfs/chfs_gc.c
957
struct chfs_inode *ip;
sys/ufs/chfs/chfs_gc.c
988
struct chfs_eraseblock *cheb, struct chfs_inode *parent,
sys/ufs/chfs/chfs_inode.h
139
#define VTOI(vp) ((struct chfs_inode *)(vp)->v_data)
sys/ufs/chfs/chfs_nodeops.c
174
struct chfs_inode *parent, struct chfs_dirent *new)
sys/ufs/chfs/chfs_readinode.c
1030
chfs_read_inode_internal(struct chfs_mount *chmp, struct chfs_inode *ip)
sys/ufs/chfs/chfs_readinode.c
1108
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_readinode.c
70
struct chfs_inode *,
sys/ufs/chfs/chfs_readinode.c
73
struct chfs_inode *,
sys/ufs/chfs/chfs_readinode.c
739
struct chfs_inode *ip,
sys/ufs/chfs/chfs_readinode.c
785
struct chfs_inode *ip,
sys/ufs/chfs/chfs_readinode.c
884
chfs_build_fragtree(struct chfs_mount *chmp, struct chfs_inode *ip,
sys/ufs/chfs/chfs_readinode.c
988
int chfs_read_inode(struct chfs_mount *chmp, struct chfs_inode *ip)
sys/ufs/chfs/chfs_subr.c
104
chfs_dir_lookup(struct chfs_inode *ip, struct componentname *cnp)
sys/ufs/chfs/chfs_subr.c
198
struct chfs_inode *ip;
sys/ufs/chfs/chfs_subr.c
256
struct chfs_inode *ip;
sys/ufs/chfs/chfs_subr.c
306
chfs_itimes(struct chfs_inode *ip, const struct timespec *acc,
sys/ufs/chfs/chfs_subr.c
343
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vfsops.c
472
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vfsops.c
751
pool_init(&chfs_inode_pool, sizeof(struct chfs_inode), 0, 0, 0,
sys/ufs/chfs/chfs_vnode.c
141
chfs_readdirent(struct mount *mp, struct chfs_node_ref *chnr, struct chfs_inode *pdir)
sys/ufs/chfs/chfs_vnode.c
196
struct chfs_inode *ip, *pdir;
sys/ufs/chfs/chfs_vnode.c
321
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vnode.c
75
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vnops.c
1050
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_vnops.c
1051
struct chfs_inode *parent = VTOI(dvp);
sys/ufs/chfs/chfs_vnops.c
1083
struct chfs_inode *ip, *parent;
sys/ufs/chfs/chfs_vnops.c
1138
struct chfs_inode *oldparent, *old;
sys/ufs/chfs/chfs_vnops.c
1139
struct chfs_inode *newparent;
sys/ufs/chfs/chfs_vnops.c
1141
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vnops.c
1228
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_vnops.c
1229
struct chfs_inode *parent = VTOI(dvp);
sys/ufs/chfs/chfs_vnops.c
1270
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vnops.c
1346
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vnops.c
1457
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_vnops.c
1476
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_vnops.c
1501
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_vnops.c
1561
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_vnops.c
221
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vnops.c
323
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vnops.c
354
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vnops.c
377
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_vnops.c
413
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_vnops.c
458
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vnops.c
537
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_vnops.c
559
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_vnops.c
60
struct chfs_inode* ip;
sys/ufs/chfs/chfs_vnops.c
622
struct chfs_inode *ip;
sys/ufs/chfs/chfs_vnops.c
768
struct chfs_inode *ip;
sys/ufs/chfs/chfs_write.c
157
chfs_write_flash_dirent(struct chfs_mount *chmp, struct chfs_inode *pdir,
sys/ufs/chfs/chfs_write.c
158
struct chfs_inode *ip, struct chfs_dirent *fd,
sys/ufs/chfs/chfs_write.c
288
struct chfs_inode *ip = VTOI(vp);
sys/ufs/chfs/chfs_write.c
415
chfs_do_link(struct chfs_inode *ip, struct chfs_inode *parent, const char *name, int namelen, enum chtype type)
sys/ufs/chfs/chfs_write.c
46
struct chfs_inode *ip, int prio)
sys/ufs/chfs/chfs_write.c
466
chfs_do_unlink(struct chfs_inode *ip,
sys/ufs/chfs/chfs_write.c
467
struct chfs_inode *parent, const char *name, int namelen)