Searched refs:f_attr (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_smb.c | 1069 ctx->f_attr.fa_attr = battr; in smbfs_findnextLM1() 1071 &ctx->f_attr.fa_mtime); in smbfs_findnextLM1() 1072 ctx->f_attr.fa_size = size; in smbfs_findnextLM1() 1267 smb_dos2unixtime(date, time, 0, svtz, &ctx->f_attr.fa_atime); in smbfs_findnextLM2() 1270 smb_dos2unixtime(date, time, 0, svtz, &ctx->f_attr.fa_mtime); in smbfs_findnextLM2() 1272 ctx->f_attr.fa_size = size; in smbfs_findnextLM2() 1275 ctx->f_attr.fa_attr = wattr; in smbfs_findnextLM2() 1286 smb_time_NT2local(lint, svtz, &ctx->f_attr.fa_atime); in smbfs_findnextLM2() 1288 smb_time_NT2local(lint, svtz, &ctx->f_attr.fa_mtime); in smbfs_findnextLM2() 1290 smb_time_NT2local(lint, svtz, &ctx->f_attr.fa_ctime); in smbfs_findnextLM2() [all …]
|
H A D | smbfs_io.c | 153 de.d_fileno = ctx->f_attr.fa_ino; in smbfs_readvdir() 155 de.d_type = (ctx->f_attr.fa_attr & SMB_FA_DIR) ? DT_DIR : DT_REG; in smbfs_readvdir() 161 ctx->f_nmlen, &ctx->f_attr, &newvp); in smbfs_readvdir()
|
H A D | smbfs_subr.h | 92 struct smbfattr f_attr; /* current attributes */ member
|