Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1536 pa = &of->f_pending_attr; in smb_node_setattr()
1704 pa = &of->f_pending_attr; in smb_node_getattr()
H A Dsmb_ofile.c338 smb_attr_t *pa = &of->f_pending_attr; in smb_ofile_close()
H A Dsmb_fsops.c1475 if (of->f_pending_attr.sa_mask & SMB_AT_MTIME) { in smb_fsop_write()
1476 bcopy(&of->f_pending_attr, &attr, sizeof (attr)); in smb_fsop_write()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1221 smb_attr_t f_pending_attr; member