Home | History | Annotate | Download | only in chfs

Lines Matching refs:chfs_inode

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);
654 int chfs_do_link(struct chfs_inode *,
655 struct chfs_inode *, const char *, int, enum chtype);
656 int chfs_do_unlink(struct chfs_inode *,
657 struct chfs_inode *, const char *, int);
661 struct chfs_dirent * chfs_dir_lookup(struct chfs_inode *,
666 void chfs_itimes(struct chfs_inode *, const struct timespec *,