Home
last modified time | relevance | path

Searched defs:udf_fileident_iter (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/fs/udf/
A Dudfdecl.h85 struct udf_fileident_iter { struct
86 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 possibly
91 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 above
95 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