Home
last modified time | relevance | path

Searched refs:laarr (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/udf/
Dinode.c659 struct kernel_long_ad laarr[EXTENT_MERGE_SIZE]; in inode_getblk() local
711 laarr[c].extLength = (etype << 30) | elen; in inode_getblk()
712 laarr[c].extLocation = eloc; in inode_getblk()
754 laarr[0] = laarr[1]; in inode_getblk()
758 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
760 laarr[0].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED; in inode_getblk()
766 ret = udf_do_extend_file(inode, &prev_epos, laarr, offset); in inode_getblk()
778 if ((laarr[0].extLength & UDF_EXTENT_FLAG_MASK) != in inode_getblk()
784 laarr[c].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in inode_getblk()
786 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
[all …]