Home
last modified time | relevance | path

Searched refs:exclusive (Results 1 – 7 of 7) sorted by relevance

/fs/lockd/
Dxdr.c187 u32 exclusive; in nlmsvc_decode_testargs() local
192 exclusive = ntohl(*p++); in nlmsvc_decode_testargs()
195 if (exclusive) in nlmsvc_decode_testargs()
215 u32 exclusive; in nlmsvc_decode_lockargs() local
220 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs()
223 if (exclusive) in nlmsvc_decode_lockargs()
236 u32 exclusive; in nlmsvc_decode_cancargs() local
241 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs()
244 if (exclusive) in nlmsvc_decode_cancargs()
Dxdr4.c184 u32 exclusive; in nlm4svc_decode_testargs() local
189 exclusive = ntohl(*p++); in nlm4svc_decode_testargs()
192 if (exclusive) in nlm4svc_decode_testargs()
212 u32 exclusive; in nlm4svc_decode_lockargs() local
217 exclusive = ntohl(*p++); in nlm4svc_decode_lockargs()
220 if (exclusive) in nlm4svc_decode_lockargs()
233 u32 exclusive; in nlm4svc_decode_cancargs() local
238 exclusive = ntohl(*p++); in nlm4svc_decode_cancargs()
241 if (exclusive) in nlm4svc_decode_cancargs()
Dclnt4xdr.c261 u32 exclusive; in decode_nlm4_holder() local
272 exclusive = be32_to_cpup(p++); in decode_nlm4_holder()
285 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm4_holder()
Dclntxdr.c255 u32 exclusive, l_offset, l_len; in decode_nlm_holder() local
266 exclusive = be32_to_cpup(p++); in decode_nlm_holder()
279 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm_holder()
/fs/afs/
Dflock.c93 bool exclusive = (vnode->lock_type == AFS_LOCK_WRITE); in afs_grant_locks() local
96 if (!exclusive && p->fl_type == F_WRLCK) in afs_grant_locks()
/fs/orangefs/
Dnamei.c21 bool exclusive) in orangefs_create() argument
/fs/btrfs/
Dsysfs.c1596 QGROUP_ATTR(excl, exclusive);
1606 BTRFS_ATTR_PTR(qgroup, exclusive),