Searched defs:smbfs_args32 (Results 1 – 1 of 1) sorted by relevance
87 struct smbfs_args32 { struct88 int32_t version; /* smbfs mount version */89 int32_t devfd; /* file descriptor */90 uint32_t flags; /* SMBFS_MF_ flags */91 uid32_t uid; /* octal user id */92 gid32_t gid; /* octal group id */93 mode32_t file_mode; /* octal srwx for files */94 mode32_t dir_mode; /* octal srwx for dirs */95 int32_t acregmin; /* attr cache file min secs */96 int32_t acregmax; /* attr cache file max secs */[all …]