Home
last modified time | relevance | path

Searched refs:file_entry (Results 1 – 16 of 16) sorted by relevance

/illumos-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 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()
[all …]
H A Dutilities.c170 struct file_entry *fp; in getfilentry()
184 fp = (struct file_entry *)bp->b_un.b_buf; in getfilentry()
198 struct file_entry *fp; in putfilentry()
201 fp = (struct file_entry *)bp->b_un.b_buf; in putfilentry()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c493 print_fe(stdout, (struct file_entry *)tag); in print_desc()
516 struct file_entry *fe; in set_file()
522 if ((fe = (struct file_entry *)getblk(iloc)) == NULL) { in set_file()
694 struct file_entry *fe; in verify_inode()
714 fe = (struct file_entry *)tag; in verify_inode()
797 struct file_entry *fe; in get_blkno()
807 if ((fe = (struct file_entry *) in get_blkno()
910 struct file_entry *fe; in read_file()
915 fe = (struct file_entry *)addr; in read_file()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c394 ndmp_file_v3 *file_entry; in ndmpd_api_file_history_file_v3() local
460 file_entry = in ndmpd_api_file_history_file_v3()
466 file_entry->names.names_len = 1; in ndmpd_api_file_history_file_v3()
467 file_entry->names.names_val = file_name_entry; in ndmpd_api_file_history_file_v3()
468 file_entry->stats.stats_len = 1; in ndmpd_api_file_history_file_v3()
469 file_entry->stats.stats_val = file_stat_entry; in ndmpd_api_file_history_file_v3()
470 file_entry->node = long_long_to_quad(file_stat->st_ino); in ndmpd_api_file_history_file_v3()
471 file_entry->fh_info = long_long_to_quad(fh_info); in ndmpd_api_file_history_file_v3()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c120 int32_t ud_updat_ext4(struct ud_inode *, struct file_entry *);
121 int32_t ud_updat_ext4096(struct ud_inode *, struct file_entry *);
170 struct file_entry *fe; in ud_iget()
433 fe = (struct file_entry *)bp->b_un.b_addr; in ud_iget()
459 fe = (struct file_entry *) in ud_iget()
626 sizeof (struct file_entry) - in ud_iget()
627 offsetof(struct file_entry, fe_spec)) == 0)) { in ud_iget()
1160 struct file_entry *fe; in ud_iupdat()
1188 fe = (struct file_entry *)bp->b_un.b_addr; in ud_iupdat()
1242 crc_len = offsetof(struct file_entry, fe_spec) + in ud_iupdat()
[all …]
H A Dudf_alloc.c988 struct file_entry *fe; in ud_ialloc()
1026 fe = (struct file_entry *)bp->b_un.b_addr; in ud_ialloc()
1181 offsetof(struct file_entry, fe_spec) + in ud_ialloc()
H A Dudf_vfsops.c1657 struct file_entry *fe; in ud_val_get_vat()
1675 fe = (struct file_entry *)secbp->b_un.b_addr; in ud_val_get_vat()
H A Dudf_vnops.c2772 struct file_entry *fe; in ud_putapage()
2819 fe = (struct file_entry *)bp->b_un.b_addr; in ud_putapage()
2843 crc_len = offsetof(struct file_entry, fe_spec) + in ud_putapage()
H A Dudf_subr.c1258 if ((offsetof(struct file_entry, fe_spec) + in ud_verify_tag_and_desc()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c76 static void ud_swap_file_entry(struct file_entry *, int);
139 ud_swap_file_entry((struct file_entry *)otp, 0); in maketag()
257 ud_swap_file_entry((struct file_entry *)otp, 1); in verifytag()
466 ud_swap_file_entry(struct file_entry *p, int32_t rdflag) in ud_swap_file_entry()
H A Dmkfs.c622 struct file_entry *fp; in volseqinit()
967 fp = (struct file_entry *)&buf; in volseqinit()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h688 struct file_entry { struct
711 typedef struct file_entry file_entry_t; argument
H A Dudf_inode.h598 file_entry
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_line.c1521 Dwarf_File_Entry file_entry = 0; in dwarf_filename() local
1564 file_entry = context->lc_file_entries; in dwarf_filename()
1568 file_entry = file_entry->fi_next; in dwarf_filename()
1572 file_entry,context, ret_filename,error); in dwarf_filename()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h271 void print_fe(FILE *, struct file_entry *);
H A Dud_lib.c1916 print_fe(FILE *fout, struct file_entry *fe) in print_fe()