Searched refs:file_entry (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c70 static void opndir(struct file_entry *);
71 static int32_t getdir(struct file_entry *, struct bufarea **,
73 static void ckinode(struct file_entry *);
97 register struct file_entry *fp;
119 fp = (struct file_entry *)bp->b_un.b_buf;
195 opndir(struct file_entry *fp)
238 getallocext(struct file_entry *fp, uint32_t loc, uint32_t len)
301 getdir(struct file_entry *fp, struct bufarea **fbp,
472 ckinode(struct file_entry *fp)
541 register struct file_entry *f
[all...]
H A Dutilities.c167 struct file_entry *fp;
181 fp = (struct file_entry *)bp->b_un.b_buf;
195 struct file_entry *fp;
198 fp = (struct file_entry *)bp->b_un.b_buf;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c495 print_fe(stdout, (struct file_entry *)tag);
518 struct file_entry *fe;
524 if ((fe = (struct file_entry *)getblk(iloc)) == NULL) {
696 struct file_entry *fe;
716 fe = (struct file_entry *)tag;
799 struct file_entry *fe;
809 if ((fe = (struct file_entry *)
903 struct file_entry *fe;
908 fe = (struct file_entry *)addr;
/opensolaris-onvv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c119 int32_t ud_updat_ext4(struct ud_inode *, struct file_entry *);
120 int32_t ud_updat_ext4096(struct ud_inode *, struct file_entry *);
169 struct file_entry *fe;
432 fe = (struct file_entry *)bp->b_un.b_addr;
458 fe = (struct file_entry *)
519 * save old file_entry location
585 * Latest file_entry
625 sizeof (struct file_entry) -
626 offsetof(struct file_entry, fe_spec)) == 0)) {
1159 struct file_entry *f
[all...]
H A Dudf_alloc.c996 struct file_entry *fe;
1034 fe = (struct file_entry *)bp->b_un.b_addr;
1190 ((uint32_t)&((struct file_entry *)0)->fe_spec) +
H A Dudf_vfsops.c1661 struct file_entry *fe;
1679 fe = (struct file_entry *)secbp->b_un.b_addr;
H A Dudf_vnops.c2504 * Embedded file read file_entry
2763 struct file_entry *fe;
2810 fe = (struct file_entry *)bp->b_un.b_addr;
2834 crc_len = ((uint32_t)&((struct file_entry *)0)->fe_spec) +
H A Dudf_subr.c1258 if ((offsetof(struct file_entry, fe_spec) +
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c78 static void ud_swap_file_entry(struct file_entry *, int);
141 ud_swap_file_entry((struct file_entry *)otp, 0);
259 ud_swap_file_entry((struct file_entry *)otp, 1);
468 ud_swap_file_entry(struct file_entry *p, int32_t rdflag)
H A Dmkfs.c622 struct file_entry *fp;
967 fp = (struct file_entry *)&buf;
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c394 ndmp_file_v3 *file_entry; local
460 file_entry =
466 file_entry->names.names_len = 1;
467 file_entry->names.names_val = file_name_entry;
468 file_entry->stats.stats_len = 1;
469 file_entry->stats.stats_val = file_stat_entry;
470 file_entry->node = long_long_to_quad(file_stat->st_ino);
471 file_entry->fh_info = long_long_to_quad(fh_info);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h273 void print_fe(FILE *, struct file_entry *);
H A Dud_lib.c1927 print_fe(FILE *fout, struct file_entry *fe)
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h688 struct file_entry { struct
711 typedef struct file_entry file_entry_t;
H A Dudf_inode.h598 file_entry

Completed in 202 milliseconds