Searched refs:NBL_REMOVE (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ |
H A D | nbmlock.c | 111 op == NBL_REMOVE || op == NBL_READWRITE); in nbl_conflict() 121 if (op == NBL_REMOVE || op == NBL_RENAME) in nbl_conflict()
|
H A D | vnode.c | 1789 if (nbl_conflict(targvp, NBL_REMOVE, 0, 0, 0, NULL)) { in vn_renameat() 1978 if (nbl_conflict(vp, NBL_REMOVE, 0, 0, 0, NULL)) { in vn_removeat()
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_nblk.c | 116 op == NBL_REMOVE || op == NBL_READWRITE); in nbl_conflict() 126 if (op == NBL_REMOVE || op == NBL_RENAME) in nbl_conflict()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | nbmlock.h | 47 typedef enum {NBL_READ, NBL_WRITE, NBL_RENAME, NBL_REMOVE, enumerator
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_lock.c | 580 op == NBL_REMOVE || op == NBL_RENAME); in smb_nbl_conflict() 592 if (op == NBL_RENAME || op == NBL_REMOVE) in smb_nbl_conflict()
|
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_cmn_rename.c | 292 status = smb_nbl_conflict(dst_fnode, 0, UINT64_MAX, NBL_REMOVE); in smb_common_rename()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | share.c | 611 case NBL_REMOVE: in nbl_share_conflict()
|
H A D | core.c | 166 if (nbl_share_conflict(vp, NBL_REMOVE, NULL)) { in remove_core_file()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_srv.c | 2126 if (nbl_conflict(targvp, NBL_REMOVE, 0, 0, 0, NULL)) { in rfs_remove()
|
H A D | nfs4_srv.c | 4367 if (nbl_conflict(vp, NBL_REMOVE, 0, 0, 0, NULL)) { in rfs4_op_remove() 4764 if (nbl_conflict(targvp, NBL_REMOVE, 0, 0, 0, NULL)) { in rfs4_op_rename()
|
H A D | nfs3_srv.c | 2552 if (nbl_conflict(targvp, NBL_REMOVE, 0, 0, 0, NULL)) { in rfs3_remove()
|