Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.c257 smb_time_NT2local(llongint, &ctx->f_attr.fa_createtime); in smbfs_decode_dirent()
259 smb_time_NT2local(llongint, &ctx->f_attr.fa_atime); in smbfs_decode_dirent()
261 smb_time_NT2local(llongint, &ctx->f_attr.fa_mtime); in smbfs_decode_dirent()
263 smb_time_NT2local(llongint, &ctx->f_attr.fa_ctime); in smbfs_decode_dirent()
265 ctx->f_attr.fa_size = llongint; in smbfs_decode_dirent()
267 ctx->f_attr.fa_allocsz = llongint; in smbfs_decode_dirent()
269 ctx->f_attr.fa_attr = dattr; in smbfs_decode_dirent()
279 ctx->f_attr.fa_size = llongint; in smbfs_decode_dirent()
281 ctx->f_attr.fa_allocsz = llongint; in smbfs_decode_dirent()
H A Dsmbfs_smb.c629 bzero(&ctx->f_attr, sizeof (ctx->f_attr)); in smbfs_smb_findnext()
746 *fap = ctx->f_attr; in smbfs_smb_lookup()
H A Dsmbfs_subr.h117 struct smbfattr f_attr; /* current attributes */ member
H A Dsmbfs_vnops.c3585 &ctx->f_attr, &newvp) == 0) in smbfs_readvdir()
/illumos-gate/usr/src/common/fs/
H A Dpcfilep.h219 uchar_t f_attr; /* attributes */ member