Searched refs:nentries (Results 1 – 3 of 3) sorted by relevance
/fs/afs/ |
D | vlclient.c | 185 u32 uniquifier, nentries, count; in afs_deliver_vl_get_addrs_u() local 207 nentries = ntohl(*bp++); in afs_deliver_vl_get_addrs_u() 210 nentries = min(nentries, count); in afs_deliver_vl_get_addrs_u() 211 alist = afs_alloc_addrlist(nentries, FS_SERVICE, AFS_FS_PORT); in afs_deliver_vl_get_addrs_u() 217 call->count2 = nentries; in afs_deliver_vl_get_addrs_u()
|
/fs/f2fs/ |
D | checkpoint.c | 777 unsigned int nentries = 0; in write_orphan_inodes() local 802 orphan_blk->ino[nentries++] = cpu_to_le32(orphan->ino); in write_orphan_inodes() 804 if (nentries == F2FS_ORPHANS_PER_BLOCK) { in write_orphan_inodes() 812 orphan_blk->entry_count = cpu_to_le32(nentries); in write_orphan_inodes() 816 nentries = 0; in write_orphan_inodes() 824 orphan_blk->entry_count = cpu_to_le32(nentries); in write_orphan_inodes()
|
/fs/ksmbd/ |
D | transport_rdma.c | 1079 static int get_sg_list(void *buf, int size, struct scatterlist *sg_list, int nentries) in get_sg_list() argument 1086 if (size <= 0 || nentries < get_buf_page_count(buf, size)) in get_sg_list() 1112 struct scatterlist *sg_list, int nentries, in get_mapped_sg_list() argument 1117 npages = get_sg_list(buf, size, sg_list, nentries); in get_mapped_sg_list()
|