Searched defs:nfslog_rec_id (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c1535 unsigned int *nfslog_rec_id)
1552 *nfslog_rec_id = atomic_add_32_nv(&lb->lb_rec_id, (int32_t)1);
1605 *nfslog_rec_id = atomic_add_32_nv(&lb->lb_rec_id, (int32_t)1);
1531 nfslog_get_exi( struct exportinfo *exi, struct svc_req *req, caddr_t res, unsigned int *nfslog_rec_id) argument
H A Dnfs_server.c1496 unsigned int nfslog_rec_id; local
1764 nfslog_exi = nfslog_get_exi(exi, req, res, &nfslog_rec_id);
1815 cr, &nb, nfslog_rec_id, NFSLOG_ONE_BUFFER);

Completed in 75 milliseconds