Home
last modified time | relevance | path

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

/Linux-v6.6/fs/udf/
Dinode.c707 struct kernel_long_ad laarr[EXTENT_MERGE_SIZE]; in inode_getblk() local
758 laarr[c].extLength = (etype << 30) | elen; in inode_getblk()
759 laarr[c].extLocation = eloc; in inode_getblk()
803 laarr[0] = laarr[1]; in inode_getblk()
807 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
809 laarr[0].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED; in inode_getblk()
816 ret = udf_do_extend_file(inode, &prev_epos, laarr, hole_len); in inode_getblk()
828 laarr[c].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in inode_getblk()
830 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
842 laarr[2] = laarr[0]; in inode_getblk()
[all …]