Home
last modified time | relevance | path

Searched defs:smbfs_fctx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h108 struct smbfs_fctx { struct
112 smbfs_fctx_type_t f_type; argument
113 int f_flags; /* SMBFS_RDD_ */
117 struct smbfattr f_attr; /* current attributes */
118 u_longlong_t f_inum; /* current I number */
119 char *f_name; /* current file name */
120 int f_nmlen; /* name len */
121 int f_namesz; /* memory allocated */
125 uint16_t f_infolevel;
126 uint16_t f_limit; /* maximum number of entries */
[all …]