Lines Matching refs:inodes
1235 static int ext4_fc_snapshot_inodes(journal_t *journal, struct inode **inodes, in ext4_fc_snapshot_inodes() argument
1260 inodes[i++] = &iter->vfs_inode; in ext4_fc_snapshot_inodes()
1295 inodes[i++] = inode; in ext4_fc_snapshot_inodes()
1306 ret = ext4_fc_snapshot_inode(inodes[idx], nr_ranges, in ext4_fc_snapshot_inodes()
1328 struct inode **inodes; in ext4_fc_perform_commit() local
1383 ret = ext4_fc_alloc_snapshot_inodes(sb, &inodes, &inodes_size); in ext4_fc_perform_commit()
1408 ret = ext4_fc_snapshot_inodes(journal, inodes, inodes_size, in ext4_fc_perform_commit()
1420 kvfree(inodes); in ext4_fc_perform_commit()
1514 struct inode **inodes; in ext4_fc_alloc_snapshot_inodes() local
1525 inodes = kvcalloc(nr_inodes, sizeof(*inodes), GFP_NOFS); in ext4_fc_alloc_snapshot_inodes()
1526 if (!inodes) in ext4_fc_alloc_snapshot_inodes()
1529 *inodesp = inodes; in ext4_fc_alloc_snapshot_inodes()