Searched refs:netype (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/ |
H A D | truncate.c | 73 int8_t etype = -1, netype; in udf_truncate_tail_extent() local 92 while ((netype = udf_next_aext(inode, &epos, &eloc, &elen, 1)) != -1) { in udf_truncate_tail_extent() 93 etype = netype; in udf_truncate_tail_extent() 128 int8_t etype = -1, netype; in udf_discard_prealloc() local 139 while ((netype = udf_next_aext(inode, &epos, &eloc, &elen, 0)) != -1) { in udf_discard_prealloc()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | truncate.c | 69 int8_t etype = -1, netype; in udf_truncate_tail_extent() local 88 while ((netype = udf_next_aext(inode, &epos, &eloc, &elen, 1)) != -1) { in udf_truncate_tail_extent() 89 etype = netype; in udf_truncate_tail_extent()
|
Completed in 5 milliseconds