Home
last modified time | relevance | path

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

/third_party/NuttX/fs/nfs/
Dnfs_mount.h146 #define SIZEOF_nfsmount(n) (sizeof(struct nfsmount) + ((n + 3) & ~3) - sizeof(uint32_t)) macro
Dnfs_adapter.c544 nmp = (struct nfsmount *)malloc(SIZEOF_nfsmount(buflen)); in nfs_bind()
551 (void)memset_s(nmp, SIZEOF_nfsmount(buflen), 0, SIZEOF_nfsmount(buflen)); in nfs_bind()