Home
last modified time | relevance | path

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

/titanic_41/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; in pass1()
119 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()
301 getdir(struct file_entry *fp, struct bufarea **fbp, in getdir()
472 ckinode(struct file_entry *fp) in ckinode()
541 register struct file_entry *fp; in adjust()
[all …]
H A Dutilities.c167 struct file_entry *fp; in getfilentry()
181 fp = (struct file_entry *)bp->b_un.b_buf; in getfilentry()
195 struct file_entry *fp; in putfilentry()
198 fp = (struct file_entry *)bp->b_un.b_buf; in putfilentry()
/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.c1179 Dwarf_File_Entry file_entry; in dwarf_linesrc() local
1209 file_entry = line->li_context->lc_file_entries; in dwarf_linesrc()
1222 file_entry = file_entry->fi_next; in dwarf_linesrc()
1224 if (file_entry->fi_file_name == NULL) { in dwarf_linesrc()
1229 file_name_full_path = file_name_is_full_path(file_entry->fi_file_name); in dwarf_linesrc()
1231 *ret_linesrc = ((char *) file_entry->fi_file_name); in dwarf_linesrc()
1235 if (file_entry->fi_dir_index == 0) { in dwarf_linesrc()
1256 strlen((char *) file_entry->fi_file_name) + in dwarf_linesrc()
1272 strcat((char *) name_buffer, (char *) file_entry->fi_file_name); in dwarf_linesrc()
1277 if (file_entry->fi_dir_index > in dwarf_linesrc()
[all …]
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c495 print_fe(stdout, (struct file_entry *)tag); in print_desc()
518 struct file_entry *fe; in set_file()
524 if ((fe = (struct file_entry *)getblk(iloc)) == NULL) { in set_file()
696 struct file_entry *fe; in verify_inode()
716 fe = (struct file_entry *)tag; in verify_inode()
799 struct file_entry *fe; in get_blkno()
809 if ((fe = (struct file_entry *) in get_blkno()
903 struct file_entry *fe; in read_file()
908 fe = (struct file_entry *)addr; in read_file()
/titanic_41/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()
/titanic_41/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; in ud_iget()
432 fe = (struct file_entry *)bp->b_un.b_addr; in ud_iget()
458 fe = (struct file_entry *) in ud_iget()
625 sizeof (struct file_entry) - in ud_iget()
626 offsetof(struct file_entry, fe_spec)) == 0)) { in ud_iget()
1159 struct file_entry *fe; in ud_iupdat()
1187 fe = (struct file_entry *)bp->b_un.b_addr; in ud_iupdat()
1241 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.c1658 struct file_entry *fe; in ud_val_get_vat()
1676 fe = (struct file_entry *)secbp->b_un.b_addr; in ud_val_get_vat()
H A Dudf_vnops.c2773 struct file_entry *fe; in ud_putapage()
2820 fe = (struct file_entry *)bp->b_un.b_addr; in ud_putapage()
2844 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()
/titanic_41/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); in maketag()
259 ud_swap_file_entry((struct file_entry *)otp, 1); in verifytag()
468 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()
/titanic_41/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
/titanic_41/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) in print_fe()