Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nilfs2/
Dsufile.c107 le64_add_cpu(&header->sh_ncleansegs, ncleanadd); in nilfs_sufile_mod_counter()
285 ncleansegs = le64_to_cpu(header->sh_ncleansegs); in nilfs_sufile_alloc()
317 le64_add_cpu(&header->sh_ncleansegs, -1); in nilfs_sufile_alloc()
521 sustat->ss_ncleansegs = le64_to_cpu(header->sh_ncleansegs); in nilfs_sufile_get_stat()
678 sui->ncleansegs = le64_to_cpu(header->sh_ncleansegs); in nilfs_sufile_read()
/linux-2.6.39/include/linux/
Dnilfs2_fs.h672 __le64 sh_ncleansegs; member