Searched refs:netype (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/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() 127 int8_t etype = -1, netype; in udf_discard_prealloc() local 145 while ((netype = udf_next_aext(inode, &epos, &eloc, &elen, 1)) != -1) { in udf_discard_prealloc() 146 etype = netype; in udf_discard_prealloc()
|