Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_icache.c792 int skipped; in xfs_inode_ag_walk() local
798 skipped = 0; in xfs_inode_ag_walk()
864 skipped++; in xfs_inode_ag_walk()
879 if (skipped) { in xfs_inode_ag_walk()
1246 int skipped; in xfs_reclaim_inodes_ag() local
1250 skipped = 0; in xfs_reclaim_inodes_ag()
1260 skipped++; in xfs_reclaim_inodes_ag()
1348 if (skipped && (flags & SYNC_WAIT) && *nr_to_scan > 0) { in xfs_reclaim_inodes_ag()
Dxfs_qm.c73 int skipped; in xfs_qm_dquot_walk() local
77 skipped = 0; in xfs_qm_dquot_walk()
101 skipped++; in xfs_qm_dquot_walk()
112 skipped = 0; in xfs_qm_dquot_walk()
120 if (skipped) { in xfs_qm_dquot_walk()
/fs/reiserfs/
Dprints.c550 int skipped, data_blocks; in print_super_block() local
575 skipped = bh->b_blocknr; in print_super_block()
576 data_blocks = sb_block_count(rs) - skipped - 1 - sb_bmap_nr(rs) - in print_super_block()
581 "1 super block, %d data blocks\n", skipped, sb_bmap_nr(rs), in print_super_block()
/fs/
DKconfig221 If you say N, all options in this submenu will be skipped and
268 If you say N, all options in this submenu will be skipped and
Daio.c888 int i, skipped; in exit_aio() local
896 skipped = 0; in exit_aio()
902 skipped++; in exit_aio()
917 if (!atomic_sub_and_test(skipped, &wait.count)) { in exit_aio()
/fs/btrfs/
Dordered-data.c671 LIST_HEAD(skipped); in btrfs_wait_ordered_extents()
686 list_move_tail(&ordered->root_extent_list, &skipped); in btrfs_wait_ordered_extents()
708 list_splice_tail(&skipped, &root->ordered_extents); in btrfs_wait_ordered_extents()
/fs/ceph/
Dinode.c1488 int err = 0, skipped = 0, ret, i; in ceph_readdir_prepopulate() local
1626 skipped++; in ceph_readdir_prepopulate()
1645 if (err == 0 && skipped == 0 && cache_ctl.index >= 0) { in ceph_readdir_prepopulate()
1656 if (err == 0 && skipped == 0) { in ceph_readdir_prepopulate()
Dmds_client.c3759 static bool done_closing_sessions(struct ceph_mds_client *mdsc, int skipped) in done_closing_sessions() argument
3763 return atomic_read(&mdsc->num_sessions) <= skipped; in done_closing_sessions()
3774 int skipped = 0; in ceph_mdsc_close_sessions() local
3787 skipped++; in ceph_mdsc_close_sessions()
3796 done_closing_sessions(mdsc, skipped), in ceph_mdsc_close_sessions()
/fs/gfs2/
Dglock.c1491 LIST_HEAD(skipped); in gfs2_scan_glock_lru()
1508 list_move(&gl->gl_lru, &skipped); in gfs2_scan_glock_lru()
1510 list_splice(&skipped, &lru_list); in gfs2_scan_glock_lru()