Searched refs:exclusive (Results 1 – 7 of 7) sorted by relevance
187 u32 exclusive; in nlmsvc_decode_testargs() local192 exclusive = ntohl(*p++); in nlmsvc_decode_testargs()195 if (exclusive) in nlmsvc_decode_testargs()215 u32 exclusive; in nlmsvc_decode_lockargs() local220 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs()223 if (exclusive) in nlmsvc_decode_lockargs()236 u32 exclusive; in nlmsvc_decode_cancargs() local241 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs()244 if (exclusive) in nlmsvc_decode_cancargs()
184 u32 exclusive; in nlm4svc_decode_testargs() local189 exclusive = ntohl(*p++); in nlm4svc_decode_testargs()192 if (exclusive) in nlm4svc_decode_testargs()212 u32 exclusive; in nlm4svc_decode_lockargs() local217 exclusive = ntohl(*p++); in nlm4svc_decode_lockargs()220 if (exclusive) in nlm4svc_decode_lockargs()233 u32 exclusive; in nlm4svc_decode_cancargs() local238 exclusive = ntohl(*p++); in nlm4svc_decode_cancargs()241 if (exclusive) in nlm4svc_decode_cancargs()
261 u32 exclusive; in decode_nlm4_holder() local272 exclusive = be32_to_cpup(p++); in decode_nlm4_holder()285 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm4_holder()
255 u32 exclusive, l_offset, l_len; in decode_nlm_holder() local266 exclusive = be32_to_cpup(p++); in decode_nlm_holder()279 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm_holder()
93 bool exclusive = (vnode->lock_type == AFS_LOCK_WRITE); in afs_grant_locks() local96 if (!exclusive && p->fl_type == F_WRLCK) in afs_grant_locks()
21 bool exclusive) in orangefs_create() argument
1596 QGROUP_ATTR(excl, exclusive);1606 BTRFS_ATTR_PTR(qgroup, exclusive),