Searched refs:GETSYSID (Results 1 – 3 of 3) sorted by relevance
70 if ((shr->s_access == 0) && (GETSYSID(shr->s_sysid) == 0)) { in add_share()255 if (GETSYSID(shr->s_sysid) != 0 && shr->s_pid == 0) { in is_match_for_del()261 } else if (GETSYSID(shr->s_sysid) == 0 && shr->s_pid == 0) { in is_match_for_del()267 } else if (GETSYSID(shr->s_sysid) == 0 && shr->s_pid != 0) { in is_match_for_del()391 if (GETSYSID(sysid1) != 0) { in is_match_for_has_remote()397 } else if (GETSYSID(sysid1) == 0) { in is_match_for_has_remote()
111 #define GETSYSID(id) (id & SYSIDMASK) macro
278 #define IS_LOCAL(lock) (GETSYSID((lock)->l_flock.l_sysid) == 0)