Searched refs:exclusive (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.0-release/include/rpcsvc/
H A Dklm_prot.x76 bool exclusive; /* FALSE if shared lock */
106 bool exclusive;
114 bool exclusive;
H A Dnlm_prot.x34 bool exclusive;
74 bool exclusive;
83 bool exclusive;
89 bool exclusive;
165 bool exclusive;
203 bool exclusive;
215 bool exclusive;
224 bool exclusive;
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.h6 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive,
H A Dlockd_lock.c128 int exclusive; member in struct:monfile
163 const bool_t exclusive, struct nlm4_holder *dest);
170 const bool_t exclusive, const int32_t svid,
340 fl->client.exclusive, fl->client.svid,
360 copy_nlm4_lock_to_nlm4_holder(src, exclusive, dest)
362 const bool_t exclusive;
366 dest->exclusive = exclusive;
444 const bool_t exclusive, const int32_t svid,
450 fl->client.exclusive
443 fill_file_lock(struct file_lock *fl, const fhandle_t *fh, const bool_t exclusive, const int32_t svid, const u_int64_t offset, const u_int64_t len, const int state, const int status, const int flags, const int blocking) argument
1893 testlock(struct nlm4_lock *lock, bool_t exclusive, int flags __unused) argument
[all...]
H A Dlock_proc.c447 holder = testlock(&arg4, arg->exclusive, 0);
487 holder = testlock(&arg4, arg->exclusive, 0);
535 arg4.exclusive = arg->exclusive;
560 arg4.exclusive = arg->exclusive;
947 (arg->exclusive ? "true" : "false"));
950 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
986 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
1046 syslog(LOG_DEBUG, "Exclusive: %s\n", (arg->exclusive
[all...]
H A Dkern.c275 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
299 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
345 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
370 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
H A Dtest.c334 arg.exclusive = 0;
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot_server.c76 dst->exclusive = src->exclusive;
87 dst->exclusive = src->exclusive;
138 args4.exclusive = argp->exclusive;
163 args4.exclusive = argp->exclusive;
184 args4.exclusive = argp->exclusive;
[all...]
H A Dnlm_prot_xdr.c28 if (!xdr_bool(xdrs, &objp->exclusive))
116 if (!xdr_bool(xdrs, &objp->exclusive))
135 if (!xdr_bool(xdrs, &objp->exclusive))
148 if (!xdr_bool(xdrs, &objp->exclusive))
260 if (!xdr_bool(xdrs, &objp->exclusive))
343 if (!xdr_bool(xdrs, &objp->exclusive))
369 if (!xdr_bool(xdrs, &objp->exclusive))
388 if (!xdr_bool(xdrs, &objp->exclusive))
H A Dnlm_advlock.c296 * before an exclusive lock is granted. The
299 * blocked exclusive lock request. We
547 dst->exclusive = src->exclusive;
573 args1.exclusive = args->exclusive;
605 args1.exclusive = args->exclusive;
634 args1.exclusive = args->exclusive;
729 int retry, block, exclusive; local
1003 int exclusive; local
[all...]
H A Dnlm_prot.h30 bool_t exclusive; member in struct:nlm_holder
76 bool_t exclusive; member in struct:nlm_lockargs
86 bool_t exclusive; member in struct:nlm_cancargs
93 bool_t exclusive; member in struct:nlm_testargs
174 bool_t exclusive; member in struct:nlm4_holder
217 bool_t exclusive; member in struct:nlm4_testargs
231 bool_t exclusive; member in struct:nlm4_lockargs
241 bool_t exclusive; member in struct:nlm4_cancargs
H A Dnlm_prot_impl.c590 granted.exclusive = af->af_granted.exclusive;
1881 accmode = argp->exclusive ? VWRITE : VREAD;
1893 if (argp->exclusive)
1907 result->stat.nlm4_testrply_u.holder.exclusive =
1988 accmode = argp->exclusive ? VWRITE : VREAD;
2000 if (argp->exclusive)
2057 af->af_granted.exclusive = argp->exclusive;
2179 if (argp->exclusive)
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_util.c118 svn_boolean_t exclusive,
161 if (exclusive)
113 svn_wc__db_util_open_db(svn_sqlite__db_t **sdb, const char *dir_abspath, const char *sdb_fname, svn_sqlite__mode_t smode, svn_boolean_t exclusive, const char *const *my_statements, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dwc_db_private.h50 svn_boolean_t exclusive;
209 svn_boolean_t exclusive,
49 svn_boolean_t exclusive; member in struct:svn_wc__db_t
H A Dwc_db_wcroot.c221 (*db)->exclusive = sqlite_exclusive;
548 db->exclusive, NULL,
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dfcache.c72 _krb5_xlock(krb5_context context, int fd, krb5_boolean exclusive, argument
81 l.l_type = exclusive ? F_WRLCK : F_RDLCK;
85 ret = flock(fd, exclusive ? LOCK_EX : LOCK_SH);
175 int fd, krb5_boolean exclusive)
177 return _krb5_xlock(context, fd, exclusive, fcc_get_name(context, id));
386 krb5_boolean exclusive = ((flags | O_WRONLY) == flags || local
408 if((ret = fcc_lock(context, id, fd, exclusive)) != 0) {
174 fcc_lock(krb5_context context, krb5_ccache id, int fd, krb5_boolean exclusive) argument
H A Dkeytab_file.c375 int exclusive,
391 ret = _krb5_xlock(context, c->fd, exclusive, d->filename);
372 fkt_start_seq_get_int(krb5_context context, krb5_keytab id, int flags, int exclusive, krb5_kt_cursor *c) argument
/freebsd-10.0-release/lib/libz/
H A Dgzlib.c106 int exclusive = 0; local
154 exclusive = 1;
237 (exclusive ? O_EXCL : 0) |
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1 /* repos.c : repository creation; shared and exclusive repository locking
203 "exclusive lock on this file, so we can be sure no one else is" NL
212 "take out exclusive locks on this file to ensure that only one" NL
563 "# The pre-lock hook is invoked before an exclusive lock is" NL
655 "# The pre-unlock hook is invoked before an exclusive lock is" NL
1285 svn_boolean_t exclusive,
1294 err = svn_io_file_lock2(lockfile_path, exclusive, nonblocking, pool);
1450 svn_boolean_t exclusive,
1468 SVN_ERR(lock_repos(repos, exclusive, nonblocking, pool));
1585 /* Close shop and free the subpool, to release the exclusive loc
1283 lock_repos(svn_repos_t *repos, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument
1447 get_repos(svn_repos_t **repos_p, const char *path, svn_boolean_t exclusive, svn_boolean_t nonblocking, svn_boolean_t open_fs, apr_hash_t *fs_config, apr_pool_t *pool) argument
1947 lock_db_logs_file(svn_repos_t *repos, svn_boolean_t exclusive, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_io.h694 * Lock file at @a lock_file. If @a exclusive is TRUE,
695 * obtain exclusive lock, otherwise obtain shared lock.
704 svn_boolean_t exclusive,
708 * Lock file at @a lock_file. If @a exclusive is TRUE,
709 * obtain exclusive lock, otherwise obtain shared lock.
721 svn_boolean_t exclusive,
726 * Lock the file @a lockfile_handle. If @a exclusive is TRUE,
727 * obtain exclusive lock, otherwise obtain shared lock.
741 svn_boolean_t exclusive,
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddummynet.txt230 which is expected to be acquired in exclusive mode
236 This is normally acquired in exclusive mode by the packet processing
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c767 svn_boolean_t exclusive,
770 return svn_io_file_lock2(lock_file, exclusive, FALSE, pool);
764 svn_io_file_lock(const char *lock_file, svn_boolean_t exclusive, apr_pool_t *pool) argument
H A Dio.c1966 svn_boolean_t exclusive,
1974 if (exclusive)
2013 _("Can't get exclusive lock on file '%s'"),
2061 svn_boolean_t exclusive,
2069 if (exclusive)
2088 return svn_io_lock_open_file(lockfile_handle, exclusive, nonblocking, pool);
1959 svn_io_lock_open_file(apr_file_t *lockfile_handle, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument
2054 svn_io_file_lock2(const char *lock_file, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dmcg.c678 dw |= ctrl->exclusive ? (1 << 2) : 0;
1188 .exclusive = 0,
/freebsd-10.0-release/sys/dev/firewire/
H A Dsbp_targ.c1625 int exclusive = 0, lun; local
1628 exclusive = 1;
1634 (exclusive &&

Completed in 166 milliseconds

12