Lines Matching refs:file_entry
70 static void opndir(struct file_entry *);
71 static int32_t getdir(struct file_entry *, struct bufarea **,
73 static void ckinode(struct file_entry *);
97 struct file_entry *fp; in pass1()
118 fp = (struct file_entry *)bp->b_un.b_buf; in pass1()
195 opndir(struct file_entry *fp) in opndir()
238 getallocext(struct file_entry *fp, uint32_t loc, uint32_t len) in getallocext()
298 getdir(struct file_entry *fp, struct bufarea **fbp, in getdir()
466 ckinode(struct file_entry *fp) in ckinode()
531 struct file_entry *fp; in adjust()
538 fp = (struct file_entry *)bp->b_un.b_buf; in adjust()