Searched refs:netype (Results 1 – 1 of 1) sorted by relevance
/fs/udf/ |
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()
|