Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h106 struct smbfs_fctx { struct
110 smbfs_fctx_type_t f_type; argument
111 int f_flags; /* SMBFS_RDD_ */
115 struct smbfattr f_attr; /* current attributes */
116 u_longlong_t f_inum; /* current I number */
117 char *f_name; /* current file name */
118 int f_nmlen; /* name len */
119 int f_namesz; /* memory allocated */
123 uint16_t f_limit; /* maximum number of entries */
124 uint16_t f_attrmask; /* SMB_FA_ */
[all …]