OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfsm_rndup
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/common/
nfs_common.h
122
#define
nfsm_rndup
(a) (((a)+3)&(~0x3))
macro
/src/sys/nfs/
nfsm_subs.h
110
t2 =
nfsm_rndup
((n)->n_fhsize) + NFSX_UNSIGNED; \
210
nfsm_dissect((f), nfsfh_t *,
nfsm_rndup
(s)); }
404
#define
nfsm_rndup
(a) (((a)+3)&(~0x3))
macro
405
#define nfsm_padlen(a) (
nfsm_rndup
(a) - (a))
424
t2 =
nfsm_rndup
(s)+NFSX_UNSIGNED; \
Completed in 12 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025