Searched refs:remain (Results 1 – 6 of 6) sorted by relevance
/fs/adfs/ |
D | dir.c | 21 unsigned int index, remain; in adfs_dir_copyfrom() local 25 remain = sb->s_blocksize - offset; in adfs_dir_copyfrom() 26 if (index + (remain < len) >= dir->nr_buffers) in adfs_dir_copyfrom() 29 if (remain < len) { in adfs_dir_copyfrom() 30 memcpy(dst, dir->bhs[index]->b_data + offset, remain); in adfs_dir_copyfrom() 31 dst += remain; in adfs_dir_copyfrom() 32 len -= remain; in adfs_dir_copyfrom() 46 unsigned int index, remain; in adfs_dir_copyto() local 50 remain = sb->s_blocksize - offset; in adfs_dir_copyto() 51 if (index + (remain < len) >= dir->nr_buffers) in adfs_dir_copyto() [all …]
|
/fs/ocfs2/ |
D | filecheck.c | 302 ssize_t ret = 0, total = 0, remain = PAGE_SIZE; in ocfs2_filecheck_attr_show() local 313 total = snprintf(buf, remain, "%u\n", ent->fs_fcheck->fc_max); in ocfs2_filecheck_attr_show() 318 ret = snprintf(buf, remain, "INO\t\tDONE\tERROR\n"); in ocfs2_filecheck_attr_show() 320 remain -= ret; in ocfs2_filecheck_attr_show() 326 ret = snprintf(buf + total, remain, "%lu\t\t%u\t%s\n", in ocfs2_filecheck_attr_show() 329 if (ret >= remain) { in ocfs2_filecheck_attr_show() 335 remain -= ret; in ocfs2_filecheck_attr_show()
|
D | stackglue.c | 496 ssize_t ret = 0, total = 0, remain = PAGE_SIZE; in ocfs2_loaded_cluster_plugins_show() local 501 ret = snprintf(buf, remain, "%s\n", in ocfs2_loaded_cluster_plugins_show() 503 if (ret >= remain) { in ocfs2_loaded_cluster_plugins_show() 509 remain -= ret; in ocfs2_loaded_cluster_plugins_show()
|
/fs/omfs/ |
D | file.c | 230 int remain; in omfs_get_block() local 253 offset = find_block(inode, entry, block, extent_count, &remain); in omfs_get_block() 257 if (remain > max_blocks) in omfs_get_block() 258 remain = max_blocks; in omfs_get_block() 259 bh_result->b_size = (remain << inode->i_blkbits); in omfs_get_block()
|
/fs/cramfs/ |
D | Kconfig | 20 purpose to remain small and low on RAM usage. It is most suitable
|
/fs/jffs2/ |
D | README.Locking | 6 JFFS2. It is not expected to remain perfectly up to date, but ought to
|