Searched refs:s_locked_inodes (Results 1 – 3 of 3) sorted by relevance
332 list_add(&inode->i_list, &inode->i_sb->s_locked_inodes); in __sync_one()417 while (!list_empty(&sb->s_dirty)||!list_empty(&sb->s_locked_inodes)) { in sync_inodes_sb()419 wait_on_locked(&sb->s_locked_inodes); in sync_inodes_sb()462 if (list_empty(&s->s_dirty) && list_empty(&s->s_locked_inodes)) in get_super_to_sync()734 busy |= invalidate_list(&sb->s_locked_inodes, sb, &throw_away); in invalidate_inodes()1435 list_for_each(act_head, &sb->s_locked_inodes) { in remove_dquot_ref()
271 INIT_LIST_HEAD(&s->s_locked_inodes); in alloc_super()
765 struct list_head s_locked_inodes;/* inodes being synced */ member