Lines Matching refs:attrs
1071 struct osd_attr attrs[] = { in exofs_get_inode() local
1086 attrs[1].len = exofs_on_disk_inode_layout_size(sbi->oc.numdevs); in exofs_get_inode()
1087 attrs[2].len = exofs_on_disk_inode_layout_size(sbi->oc.numdevs); in exofs_get_inode()
1089 ios->in_attr = attrs; in exofs_get_inode()
1090 ios->in_attr_len = ARRAY_SIZE(attrs); in exofs_get_inode()
1105 ret = extract_attr_from_ios(ios, &attrs[0]); in exofs_get_inode()
1110 WARN_ON(attrs[0].len != EXOFS_INO_ATTR_SIZE); in exofs_get_inode()
1111 memcpy(inode, attrs[0].val_ptr, EXOFS_INO_ATTR_SIZE); in exofs_get_inode()
1113 ret = extract_attr_from_ios(ios, &attrs[1]); in exofs_get_inode()
1118 if (attrs[1].len) { in exofs_get_inode()
1119 layout = attrs[1].val_ptr; in exofs_get_inode()
1128 ret = extract_attr_from_ios(ios, &attrs[2]); in exofs_get_inode()
1133 if (attrs[2].len) { in exofs_get_inode()
1134 layout = attrs[2].val_ptr; in exofs_get_inode()