Lines Matching defs:own
16 * fields enclosed by brackets "[]" replaced with your own identifying
116 open_to_lock_owner4 *own);
118 exist_lock_owner4 *own);
121 static void detail_open_to_lock_owner(open_to_lock_owner4 *own);
122 static void detail_exist_lock_owner(exist_lock_owner4 *own);
596 #define owner_hash(own) adler16((own)->owner_val, (own)->owner_len)
1728 sum_open_to_lock_owner(char *buf, int buflen, open_to_lock_owner4 *own)
1730 snprintf(buf, buflen, " OSQ=%u %s LSQ=%u LO=%04X", own->open_seqid,
1731 sum_open_stateid(&own->open_stateid), own->lock_seqid,
1732 owner_hash(&own->lock_owner.owner));
1736 sum_exist_lock_owner(char *buf, int buflen, exist_lock_owner4 *own)
1738 snprintf(buf, buflen, " LSQ=%u %s", own->lock_seqid,
1739 sum_lock_stateid(&own->lock_stateid));
1793 detail_open_to_lock_owner(open_to_lock_owner4 *own)
1795 sprintf(get_line(0, 0), "Open Sequence ID = %u", own->open_seqid);
1796 detail_open_stateid(&own->open_stateid);
1797 sprintf(get_line(0, 0), "Lock Sequence ID = %u", own->lock_seqid);
1798 detail_lock_owner(&own->lock_owner);
1802 detail_exist_lock_owner(exist_lock_owner4 *own)
1804 detail_lock_stateid(&own->lock_stateid);
1805 sprintf(get_line(0, 0), "Lock Sequence ID = %u", own->lock_seqid);