Home
last modified time | relevance | path

Searched refs:su (Results 1 – 2 of 2) sorted by relevance

/fs/nilfs2/
Dsufile.c315 struct nilfs_segment_usage *su; in nilfs_sufile_alloc() local
366 su = nilfs_sufile_block_get_segment_usage( in nilfs_sufile_alloc()
371 for (j = 0; j < nsus; j++, su = (void *)su + susz, segnum++) { in nilfs_sufile_alloc()
372 if (!nilfs_segment_usage_clean(su)) in nilfs_sufile_alloc()
375 nilfs_segment_usage_set_dirty(su); in nilfs_sufile_alloc()
413 struct nilfs_segment_usage *su; in nilfs_sufile_do_cancel_free() local
417 su = nilfs_sufile_block_get_segment_usage(sufile, segnum, su_bh, kaddr); in nilfs_sufile_do_cancel_free()
418 if (unlikely(!nilfs_segment_usage_clean(su))) { in nilfs_sufile_do_cancel_free()
424 nilfs_segment_usage_set_dirty(su); in nilfs_sufile_do_cancel_free()
438 struct nilfs_segment_usage *su; in nilfs_sufile_do_scrap() local
[all …]
/fs/xfs/libxfs/
Dxfs_log_format.h51 #define XLOG_LSUNITTOB(log, su) ((su) * (log)->l_mp->m_sb.sb_logsunit) argument