Home
last modified time | relevance | path

Searched refs:SMB_OFILE_VALID (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c323 SMB_OFILE_VALID(of); in smb_ofile_close()
554 SMB_OFILE_VALID(of); in smb_ofile_release()
591 SMB_OFILE_VALID(of); in smb_ofile_request_complete()
830 SMB_OFILE_VALID(of); in smb_ofile_is_open()
920 SMB_OFILE_VALID(of); in smb_ofile_delete()
H A Dsmb_nt_transact_notify_change.c307 SMB_OFILE_VALID(of); in smb_notify_file_closed()
H A Dsmb_oplock.c206 SMB_OFILE_VALID(ofile); in smb_oplock_acquire()
H A Dsmb_node.c1534 SMB_OFILE_VALID(of); in smb_node_setattr()
1702 SMB_OFILE_VALID(of); in smb_node_getattr()
H A Dsmb_lock.c66 SMB_OFILE_VALID(of); in smb_lock_get_lock_count()
H A Dsmb_tree.c374 SMB_OFILE_VALID(of); in smb_tree_post_ofile()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1183 #define SMB_OFILE_VALID(p) \ macro