Home
last modified time | relevance | path

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

/third_party/NuttX/fs/nfs/
H A Dnfs_mount.h74 #define NFSMNT_READDIRSIZE (1 << 5) /* Set readdir size */ macro
170 uint16_t readdirsize; /* readdir size in bytes (with NFSMNT_READDIRSIZE) */
H A Dnfs_adapter.c449 if ((argp->flags & NFSMNT_READDIRSIZE) != 0 && argp->readdirsize > 0) in nfs_decode_args()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1537 pub const NFSMNT_READDIRSIZE: ::c_int = 0x20000; // Set readdir size consts

Completed in 8 milliseconds