Searched defs:udf_fileident_iter (Results 1 – 1 of 1) sorted by relevance
85 struct udf_fileident_iter { struct86 struct inode *dir; /* Directory we are working with */87 loff_t pos; /* Logical position in a dir */88 struct buffer_head *bh[2]; /* Buffer containing 'pos' and possibly91 struct kernel_lb_addr eloc; /* Start of extent containing 'pos' */92 uint32_t elen; /* Length of extent containing 'pos' */93 sector_t loffset; /* Block offset of 'pos' within above95 struct extent_position epos; /* Position after the above extent */96 struct fileIdentDesc fi; /* Copied directory entry */97 uint8_t *name; /* Pointer to entry name */[all …]
Completed in 3 milliseconds