Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1544 pa = &of->f_pending_attr; in smb_node_setattr()
1712 pa = &of->f_pending_attr; in smb_node_getattr()
H A Dsmb_ofile.c355 pa = &of->f_pending_attr; in smb_ofile_close()
H A Dsmb_fsops.c1549 if (of->f_pending_attr.sa_mask & SMB_AT_MTIME) { in smb_fsop_write()
1550 bcopy(&of->f_pending_attr, &attr, sizeof (attr)); in smb_fsop_write()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1282 smb_attr_t f_pending_attr; member