Searched refs:remain (Results 1 – 10 of 10) sorted by relevance
/fs/ocfs2/ |
D | filecheck.c | 304 ssize_t ret = 0, total = 0, remain = PAGE_SIZE; in ocfs2_filecheck_attr_show() local 315 total = snprintf(buf, remain, "%u\n", ent->fs_fcheck->fc_max); in ocfs2_filecheck_attr_show() 320 ret = snprintf(buf, remain, "INO\t\tDONE\tERROR\n"); in ocfs2_filecheck_attr_show() 322 remain -= ret; in ocfs2_filecheck_attr_show() 328 ret = snprintf(buf + total, remain, "%lu\t\t%u\t%s\n", in ocfs2_filecheck_attr_show() 331 if (ret >= remain) { in ocfs2_filecheck_attr_show() 337 remain -= ret; in ocfs2_filecheck_attr_show()
|
D | stackglue.c | 498 ssize_t ret = 0, total = 0, remain = PAGE_SIZE; in ocfs2_loaded_cluster_plugins_show() local 503 ret = snprintf(buf, remain, "%s\n", in ocfs2_loaded_cluster_plugins_show() 505 if (ret >= remain) { in ocfs2_loaded_cluster_plugins_show() 511 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/afs/ |
D | yfsclient.c | 460 req->remain = min(req->len, req->actual_len); in yfs_deliver_fs_fetch_data64() 461 if (req->remain == 0) in yfs_deliver_fs_fetch_data64() 468 if (req->remain > PAGE_SIZE - req->offset) in yfs_deliver_fs_fetch_data64() 471 size = req->remain; in yfs_deliver_fs_fetch_data64() 482 iov_iter_count(&call->iter), req->remain); in yfs_deliver_fs_fetch_data64() 487 req->remain -= call->bvec[0].bv_len; in yfs_deliver_fs_fetch_data64() 493 if (req->remain > 0) in yfs_deliver_fs_fetch_data64() 497 ASSERTCMP(req->remain, ==, 0); in yfs_deliver_fs_fetch_data64()
|
D | fsclient.c | 351 req->remain = min(req->len, req->actual_len); in afs_deliver_fs_fetch_data() 352 if (req->remain == 0) in afs_deliver_fs_fetch_data() 359 if (req->remain > PAGE_SIZE - req->offset) in afs_deliver_fs_fetch_data() 362 size = req->remain; in afs_deliver_fs_fetch_data() 373 iov_iter_count(&call->iter), req->remain); in afs_deliver_fs_fetch_data() 378 req->remain -= call->bvec[0].bv_len; in afs_deliver_fs_fetch_data() 384 if (req->remain > 0) in afs_deliver_fs_fetch_data() 388 ASSERTCMP(req->remain, ==, 0); in afs_deliver_fs_fetch_data()
|
D | internal.h | 228 loff_t remain; /* Amount remaining */ member
|
D | dir.c | 176 req->file_size, req->len, req->actual_len, req->remain); in afs_dir_check_pages()
|
/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
|
/fs/cifs/ |
D | cifssmb.c | 601 int val, seconds, remain, result; in decode_lanman_negprot_rsp() local 612 remain = seconds % MIN_TZ_ADJ; in decode_lanman_negprot_rsp() 613 if (remain >= (MIN_TZ_ADJ / 2)) in decode_lanman_negprot_rsp()
|