Home
last modified time | relevance | path

Searched refs:f_attr (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/fs/smbfs/
HDsmbfs_smb.c1072 ctx->f_attr.fa_attr = battr; in smbfs_findnextLM1()
1074 &ctx->f_attr.fa_mtime); in smbfs_findnextLM1()
1075 ctx->f_attr.fa_size = size; in smbfs_findnextLM1()
1270 smb_dos2unixtime(date, time, 0, svtz, &ctx->f_attr.fa_atime); in smbfs_findnextLM2()
1273 smb_dos2unixtime(date, time, 0, svtz, &ctx->f_attr.fa_mtime); in smbfs_findnextLM2()
1275 ctx->f_attr.fa_size = size; in smbfs_findnextLM2()
1278 ctx->f_attr.fa_attr = wattr; in smbfs_findnextLM2()
1289 smb_time_NT2local(lint, svtz, &ctx->f_attr.fa_atime); in smbfs_findnextLM2()
1291 smb_time_NT2local(lint, svtz, &ctx->f_attr.fa_mtime); in smbfs_findnextLM2()
1293 smb_time_NT2local(lint, svtz, &ctx->f_attr.fa_ctime); in smbfs_findnextLM2()
[all …]
HDsmbfs_io.c153 de.d_fileno = ctx->f_attr.fa_ino; in smbfs_readvdir()
154 de.d_type = (ctx->f_attr.fa_attr & SMB_FA_DIR) ? DT_DIR : DT_REG; in smbfs_readvdir()
160 ctx->f_nmlen, &ctx->f_attr, &newvp); in smbfs_readvdir()
HDsmbfs_subr.h92 struct smbfattr f_attr; /* current attributes */ member