Searched refs:ca (Results 1 – 4 of 4) sorted by relevance
/fs/nfsd/ |
D | nfs4state.c | 1379 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 …]
|
D | nfs4idmap.c | 140 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/ |
D | logfile.c | 276 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/ |
D | dns_resolve.c | 152 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()
|