Lines Matching refs:attrs
1074 struct osd_attr attrs[] = { in exofs_get_inode() local
1089 attrs[1].len = exofs_on_disk_inode_layout_size(sbi->oc.numdevs); in exofs_get_inode()
1090 attrs[2].len = exofs_on_disk_inode_layout_size(sbi->oc.numdevs); in exofs_get_inode()
1092 ios->in_attr = attrs; in exofs_get_inode()
1093 ios->in_attr_len = ARRAY_SIZE(attrs); in exofs_get_inode()
1108 ret = extract_attr_from_ios(ios, &attrs[0]); in exofs_get_inode()
1113 WARN_ON(attrs[0].len != EXOFS_INO_ATTR_SIZE); in exofs_get_inode()
1114 memcpy(inode, attrs[0].val_ptr, EXOFS_INO_ATTR_SIZE); in exofs_get_inode()
1116 ret = extract_attr_from_ios(ios, &attrs[1]); in exofs_get_inode()
1121 if (attrs[1].len) { in exofs_get_inode()
1122 layout = attrs[1].val_ptr; in exofs_get_inode()
1131 ret = extract_attr_from_ios(ios, &attrs[2]); in exofs_get_inode()
1136 if (attrs[2].len) { in exofs_get_inode()
1137 layout = attrs[2].val_ptr; in exofs_get_inode()