Home
last modified time | relevance | path

Searched refs:M_NFSCLLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/fs/nfsclient/
HDnfs_clstate.c1118 sizeof (struct nfscllock), M_NFSCLLOCK, M_WAITOK); in nfscl_getbytelock()
1120 sizeof (struct nfscllock), M_NFSCLLOCK, M_WAITOK); in nfscl_getbytelock()
1140 free(otherlop, M_NFSCLLOCK); in nfscl_getbytelock()
1141 free(nlop, M_NFSCLLOCK); in nfscl_getbytelock()
1211 free(otherlop, M_NFSCLLOCK); in nfscl_getbytelock()
1212 free(nlop, M_NFSCLLOCK); in nfscl_getbytelock()
1274 free(nlop, M_NFSCLLOCK); in nfscl_getbytelock()
1276 free(otherlop, M_NFSCLLOCK); in nfscl_getbytelock()
1308 sizeof (struct nfscllock), M_NFSCLLOCK, M_WAITOK); in nfscl_relbytelock()
1316 free(nlop, M_NFSCLLOCK); in nfscl_relbytelock()
[all …]
/freebsd-14-stable/sys/fs/nfs/
HDnfsport.h964 #define M_NFSCLLOCK M_NEWNFSCLLOCK macro