Searched refs:cisz (Results 1 – 1 of 1) sorted by relevance
/fs/nilfs2/ |
D | cpfile.c | 391 void *buf, unsigned cisz, size_t nci) in nilfs_cpfile_do_get_cpinfo() argument 421 ci = (void *)ci + cisz; in nilfs_cpfile_do_get_cpinfo() 431 ci = (void *)ci - cisz; in nilfs_cpfile_do_get_cpinfo() 441 void *buf, unsigned cisz, size_t nci) in nilfs_cpfile_do_get_ssinfo() argument 487 ci = (void *)ci + cisz; in nilfs_cpfile_do_get_ssinfo() 527 void *buf, unsigned cisz, size_t nci) in nilfs_cpfile_get_cpinfo() argument 531 return nilfs_cpfile_do_get_cpinfo(cpfile, cnop, buf, cisz, nci); in nilfs_cpfile_get_cpinfo() 533 return nilfs_cpfile_do_get_ssinfo(cpfile, cnop, buf, cisz, nci); in nilfs_cpfile_get_cpinfo()
|