Searched refs:smb_nbl_conflict (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_cmn_rename.c | 292 status = smb_nbl_conflict(dst_fnode, 0, UINT64_MAX, NBL_REMOVE); in smb_common_rename() 673 status = smb_nbl_conflict(src_node, 0, UINT64_MAX, NBL_RENAME); in smb_rename_check_src()
|
H A D | smb_delete.c | 521 status = smb_nbl_conflict(node, 0, UINT64_MAX, NBL_REMOVE); in smb_delete_remove_file()
|
H A D | smb_lock.c | 573 smb_nbl_conflict(smb_node_t *node, uint64_t off, uint64_t len, nbl_op_t op) in smb_nbl_conflict() function
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 322 DWORD smb_nbl_conflict(smb_node_t *, uint64_t, uint64_t, nbl_op_t);
|