Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1655 pa = &of->f_pending_attr; in smb_node_setattr()
1765 pa = &of->f_pending_attr; in smb_node_getattr()
H A Dsmb_fsops.c1629 (ofile->f_pending_attr.sa_mask & SMB_AT_MTIME) != 0) { in smb_fsop_write()
1630 bcopy(&ofile->f_pending_attr, &attr, sizeof (attr)); in smb_fsop_write()
H A Dsmb_ofile.c518 pa = &of->f_pending_attr; in smb_ofile_close()
H A Dsmb2_durable.c813 pa = &of->f_pending_attr; in smb2_dh_import_handle()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1436 smb_attr_t f_pending_attr; member