Home
last modified time | relevance | path

Searched refs:NFSMNT_WSIZE (Results 1 - 3 of 3) sorted by relevance

/third_party/NuttX/fs/nfs/
H A Dnfs_mount.h70 #define NFSMNT_WSIZE (1 << 1) /* Set write size */ macro
168 uint16_t wsize; /* Write size in bytes (with NFSMNT_WSIZE) */
H A Dnfs_adapter.c399 if ((argp->flags & NFSMNT_WSIZE) != 0 && argp->wsize > 0) in nfs_decode_args()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1521 pub const NFSMNT_WSIZE: ::c_int = 0x2; // set write size consts

Completed in 10 milliseconds