Home | History | Annotate | Download | only in lfs

Lines Matching refs:ino_t

137 int lfs_valloc(struct vnode *, int, kauth_cred_t, ino_t *, int *);
138 int lfs_valloc_fixed(struct lfs *, ino_t, int);
139 int lfs_vfree(struct vnode *, ino_t, int);
140 void lfs_order_freelist(struct lfs *, ino_t **, size_t *);
142 void lfs_orphan(struct lfs *, ino_t);
143 void lfs_free_orphans(struct lfs *, ino_t *, size_t);
192 union lfs_dinode *lfs_ifind(struct lfs *, ino_t, struct buf *);
205 int lfs_rf_valloc(struct lfs *, ino_t, int, struct lwp *, struct vnode **, union lfs_dinode *);
210 int lfs_rewrite_file(struct lfs *, ino_t, struct lwp *);
236 void lfs_acquire_finfo(struct lfs *fs, ino_t, int);