Searched defs:etype (Results 1 - 4 of 4) sorted by relevance

/fs/udf/
H A Dtruncate.c31 struct kernel_lb_addr *eloc, int8_t etype, uint32_t elen,
41 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) {
44 etype = (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30);
47 nelen = (etype << 30) | nelen;
53 if (etype == (EXT_RECORDED_ALLOCATED >> 30))
56 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30))
74 int8_t etype = -1, netype; local
94 etype = netype;
107 extent_trunc(inode, &epos, &eloc, etype, elen, nelen);
128 int8_t etype local
30 extent_trunc(struct inode *inode, struct extent_position *epos, struct kernel_lb_addr *eloc, int8_t etype, uint32_t elen, uint32_t nelen) argument
208 int8_t etype; local
[all...]
H A Dballoc.c360 int8_t etype; local
387 (etype = udf_next_aext(table, &epos, &eloc, &elen, 1)) != -1) {
396 elen = (etype << 30) |
399 elen = (etype << 30) |
414 elen = (etype << 30) |
418 elen = (etype << 30) |
588 int8_t etype = -1; local
609 (etype = udf_next_aext(table, &epos, &eloc, &elen, 1)) != -1) {
624 (etype << 30) | elen, 1);
627 (etype << 3
650 int8_t etype; local
[all...]
H A Dinode.c607 int8_t etype; local
622 etype = inode_bmap(inode, first_block, &epos, &eloc, &elen, &offset);
626 if (etype != -1)
644 etype = udf_next_aext(inode, &epos, &extent.extLocation,
646 extent.extLength |= etype << 30;
670 int8_t etype; local
707 etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 1);
708 if (etype == -1)
713 laarr[c].extLength = (etype << 30) | elen;
716 if (etype !
907 int8_t etype = (laarr[curr].extLength >> 30); local
2040 int8_t etype; local
2063 int8_t etype; local
2118 int8_t etype; local
2139 int8_t etype; local
2224 int8_t etype; local
[all...]
H A Dsuper.c2409 int8_t etype; local
2417 while ((etype = udf_next_aext(table, &epos, &eloc, &elen, 1)) != -1)

Completed in 42 milliseconds