Home
last modified time | relevance | path

Searched refs:oelen (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/udf/
H A Dinode.c2232 uint32_t oelen; in udf_insert_aext() local
2239 while ((etype = udf_next_aext(inode, &epos, &oeloc, &oelen, 0)) != -1) { in udf_insert_aext()
2242 nelen = (etype << 30) | oelen; in udf_insert_aext()
/kernel/linux/linux-6.6/fs/udf/
H A Dinode.c2254 uint32_t oelen; in udf_insert_aext() local
2261 while ((etype = udf_next_aext(inode, &epos, &oeloc, &oelen, 0)) != -1) { in udf_insert_aext()
2264 nelen = (etype << 30) | oelen; in udf_insert_aext()

Completed in 6 milliseconds