Searched refs:skipped (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_icache.c | 794 int skipped; in xfs_inode_ag_walk() local 800 skipped = 0; in xfs_inode_ag_walk() 866 skipped++; in xfs_inode_ag_walk() 881 if (skipped) { in xfs_inode_ag_walk() 1248 int skipped; in xfs_reclaim_inodes_ag() local 1252 skipped = 0; in xfs_reclaim_inodes_ag() 1262 skipped++; in xfs_reclaim_inodes_ag() 1350 if (skipped && (flags & SYNC_WAIT) && *nr_to_scan > 0) { in xfs_reclaim_inodes_ag()
|
D | xfs_qm.c | 57 int skipped; in xfs_qm_dquot_walk() local 61 skipped = 0; in xfs_qm_dquot_walk() 85 skipped++; in xfs_qm_dquot_walk() 96 skipped = 0; in xfs_qm_dquot_walk() 104 if (skipped) { in xfs_qm_dquot_walk()
|
/fs/reiserfs/ |
D | prints.c | 550 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/btrfs/ |
D | ordered-data.c | 524 LIST_HEAD(skipped); in btrfs_wait_ordered_extents() 539 list_move_tail(&ordered->root_extent_list, &skipped); in btrfs_wait_ordered_extents() 560 list_splice_tail(&skipped, &root->ordered_extents); in btrfs_wait_ordered_extents()
|
/fs/ |
D | Kconfig | 238 If you say N, all options in this submenu will be skipped and 283 If you say N, all options in this submenu will be skipped and
|
D | aio.c | 864 int i, skipped; in exit_aio() local 872 skipped = 0; in exit_aio() 878 skipped++; in exit_aio() 893 if (!atomic_sub_and_test(skipped, &wait.count)) { in exit_aio()
|
/fs/ceph/ |
D | inode.c | 1566 int err = 0, skipped = 0, ret, i; in ceph_readdir_prepopulate() local 1716 skipped++; in ceph_readdir_prepopulate() 1731 if (err == 0 && skipped == 0 && cache_ctl.index >= 0) { in ceph_readdir_prepopulate() 1741 if (err == 0 && skipped == 0) { in ceph_readdir_prepopulate()
|
D | mds_client.c | 4333 static bool done_closing_sessions(struct ceph_mds_client *mdsc, int skipped) in done_closing_sessions() argument 4337 return atomic_read(&mdsc->num_sessions) <= skipped; in done_closing_sessions() 4348 int skipped = 0; in ceph_mdsc_close_sessions() local 4361 skipped++; in ceph_mdsc_close_sessions() 4370 done_closing_sessions(mdsc, skipped), in ceph_mdsc_close_sessions()
|
/fs/gfs2/ |
D | glock.c | 1587 LIST_HEAD(skipped); in gfs2_scan_glock_lru() 1604 list_move(&gl->gl_lru, &skipped); in gfs2_scan_glock_lru() 1606 list_splice(&skipped, &lru_list); in gfs2_scan_glock_lru()
|