Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_rename.c292 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 Dsmb_delete.c521 status = smb_nbl_conflict(node, 0, UINT64_MAX, NBL_REMOVE); in smb_delete_remove_file()
H A Dsmb_lock.c573 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 Dsmb_kproto.h322 DWORD smb_nbl_conflict(smb_node_t *, uint64_t, uint64_t, nbl_op_t);