Home
last modified time | relevance | path

Searched refs:nents (Results 1 – 3 of 3) sorted by relevance

/fs/cifs/
Dcifsglob.h1983 unsigned int nents = 0; in cifs_get_num_sgs() local
2005 nents += DIV_ROUND_UP(offset_in_page(addr) + len, in cifs_get_num_sgs()
2008 nents++; in cifs_get_num_sgs()
2011 nents += rqst[i].rq_npages; in cifs_get_num_sgs()
2013 nents += DIV_ROUND_UP(offset_in_page(sig) + SMB2_SIGNATURE_SIZE, PAGE_SIZE); in cifs_get_num_sgs()
2014 return nents; in cifs_get_num_sgs()
/fs/proc/
Dbase.c2698 const struct pid_entry *ents, unsigned int nents) in proc_pident_readdir() argument
2709 if (ctx->pos >= nents + 2) in proc_pident_readdir()
2712 for (p = ents + (ctx->pos - 2); p < ents + nents; p++) { in proc_pident_readdir()
/fs/ksmbd/
Dtransport_rdma.c1321 msg->sgt.sgl, msg->sgt.nents, dir); in smb_direct_free_rdma_rw_msg()