Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 4 of 4) sorted by relevance

/fs/nfsd/
Dnfs4state.c1379 static inline u32 slot_bytes(struct nfsd4_channel_attrs *ca) in slot_bytes() argument
1383 if (ca->maxresp_cached < NFSD_MIN_HDR_SEQ_SZ) in slot_bytes()
1386 size = ca->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ; in slot_bytes()
1395 static u32 nfsd4_get_drc_mem(struct nfsd4_channel_attrs *ca) in nfsd4_get_drc_mem() argument
1397 u32 slotsize = slot_bytes(ca); in nfsd4_get_drc_mem()
1398 u32 num = ca->maxreqs; in nfsd4_get_drc_mem()
1416 static void nfsd4_put_drc_mem(struct nfsd4_channel_attrs *ca) in nfsd4_put_drc_mem() argument
1418 int slotsize = slot_bytes(ca); in nfsd4_put_drc_mem()
1421 nfsd_drc_mem_used -= slotsize * ca->maxreqs; in nfsd4_put_drc_mem()
2518 static __be32 check_forechannel_attrs(struct nfsd4_channel_attrs *ca, struct nfsd_net *nn) in check_forechannel_attrs() argument
[all …]
Dnfs4idmap.c140 idtoname_match(struct cache_head *ca, struct cache_head *cb) in idtoname_match() argument
142 struct ent *a = container_of(ca, struct ent, h); in idtoname_match()
311 nametoid_match(struct cache_head *ca, struct cache_head *cb) in nametoid_match() argument
313 struct ent *a = container_of(ca, struct ent, h); in nametoid_match()
/fs/ntfs/
Dlogfile.c276 LOG_CLIENT_RECORD *ca, *cr; in ntfs_check_log_client_array() local
282 ca = (LOG_CLIENT_RECORD*)((u8*)ra + in ntfs_check_log_client_array()
301 cr = ca + idx; in ntfs_check_log_client_array()
/fs/nfs/
Ddns_resolve.c152 static int nfs_dns_match(struct cache_head *ca, in nfs_dns_match() argument
158 a = container_of(ca, struct nfs_dns_ent, h); in nfs_dns_match()