Home
last modified time | relevance | path

Searched refs:f_namemax (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/sys/
H A Dstatvfs.h77 unsigned long f_namemax; /* maximum filename length */ member
/dragonfly/crypto/openssh/
H A Dsftp-client.h53 u_int64_t f_namemax; member
H A Dsftp-server.c679 (r = sshbuf_put_u64(msg, st->f_namemax)) != 0) in send_statvfs()
H A DPROTOCOL463 uint64 f_namemax /* maximum filename length */
H A Dsftp-client.c441 (r = sshbuf_get_u64(msg, &st->f_namemax)) != 0) in get_decode_statvfs()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1654 t->current_filesystem->name_max = sfs.f_namemax; in setup_current_filesystem()
1732 t->current_filesystem->name_max = svfs.f_namemax; in setup_current_filesystem()
1945 t->current_filesystem->name_max = svfs.f_namemax; in setup_current_filesystem()
/dragonfly/sys/kern/
H A Dvfs_default.c1509 sbp->f_namemax = 0; in vfs_stdstatvfs()