Searched refs:count2 (Results 1 – 7 of 7) sorted by relevance
| /fs/afs/ |
| A D | vlclient.c | 209 call->count2 = nentries; in afs_deliver_vl_get_addrs_u() 226 if (alist->nr_addrs < call->count2) { in afs_deliver_vl_get_addrs_u() 338 call->count2 = count; in afs_deliver_vl_get_capabilities() 473 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints() 496 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints() 522 call->count2 = ntohl(*bp++); in afs_deliver_yfsvl_get_endpoints() 530 call->count = call->count2; in afs_deliver_yfsvl_get_endpoints() 552 call->count2 = ntohl(*bp++); in afs_deliver_yfsvl_get_endpoints() 553 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints() 576 switch (call->count2) { in afs_deliver_yfsvl_get_endpoints() [all …]
|
| A D | cmservice.c | 256 call->count2 = ntohl(call->tmp); in afs_deliver_cb_callback() 257 _debug("CB count: %u", call->count2); in afs_deliver_cb_callback() 258 if (call->count2 != call->count && call->count2 != 0) in afs_deliver_cb_callback() 261 iov_iter_discard(&call->def_iter, ITER_DEST, call->count2 * 3 * 4); in afs_deliver_cb_callback() 267 iov_iter_count(call->iter), call->count2 * 3 * 4); in afs_deliver_cb_callback()
|
| A D | yfsclient.c | 1798 size = call->count2 = ntohl(call->tmp); in yfs_deliver_fs_fetch_opaque_acl() 1806 acl->size = call->count2; in yfs_deliver_fs_fetch_opaque_acl() 1830 size = call->count2 = ntohl(call->tmp); in yfs_deliver_fs_fetch_opaque_acl() 1838 acl->size = call->count2; in yfs_deliver_fs_fetch_opaque_acl()
|
| A D | fsclient.c | 1690 call->count2 = count; in afs_deliver_fs_get_capabilities() 2010 size = call->count2 = ntohl(call->tmp); in afs_deliver_fs_fetch_acl() 2017 acl->size = call->count2; in afs_deliver_fs_fetch_acl()
|
| A D | internal.h | 171 unsigned count2; /* count used in unmarshalling */ member
|
| /fs/ext4/ |
| A D | resize.c | 466 ext4_group_t count2; in set_flexbg_block_bitmap() local 470 for (; count > 0; count -= count2, first_cluster += count2) { in set_flexbg_block_bitmap() 480 count2 = EXT4_CLUSTERS_PER_GROUP(sb) - (first_cluster - start); in set_flexbg_block_bitmap() 481 if (count2 > count) in set_flexbg_block_bitmap() 482 count2 = count; in set_flexbg_block_bitmap() 505 first_cluster, first_cluster - start, count2); in set_flexbg_block_bitmap() 506 mb_set_bits(bh->b_data, first_cluster - start, count2); in set_flexbg_block_bitmap()
|
| /fs/bcachefs/ |
| A D | fsck.c | 1580 s64 count2; in check_i_sectors_notnested() local 1589 i->count = count2; in check_i_sectors_notnested() 1591 if (i->count != count2) { in check_i_sectors_notnested() 1593 w->last_pos.inode, i->inode.bi_snapshot, i->count, count2); in check_i_sectors_notnested() 1594 i->count = count2; in check_i_sectors_notnested() 2024 s64 count2; in check_subdir_count_notnested() local 2031 if (count2 < 0) in check_subdir_count_notnested() 2032 return count2; in check_subdir_count_notnested() 2034 if (i->count != count2) { in check_subdir_count_notnested() 2036 w->last_pos.inode, i->inode.bi_snapshot, i->count, count2); in check_subdir_count_notnested() [all …]
|
Completed in 39 milliseconds