Searched refs:bast_mode (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Ddlm_device.h73 __u8 bast_mode; member in struct:dlm_lock_result
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/locking/dlm/
H A Dthread.c25 static void process_blocking(struct gdlm_lock *lp, int bast_mode) argument
30 switch (gdlm_make_lmstate(bast_mode)) {
41 gdlm_assert(0, "unknown bast mode %u", lp->bast_mode);
294 blocking = lp->bast_mode;
295 lp->bast_mode = 0;
H A Dlock.c44 if (!lp->bast_mode) {
46 lp->bast_mode = mode;
47 } else if (lp->bast_mode < mode)
48 lp->bast_mode = mode;
H A Dlock_dlm.h119 int bast_mode; /* protected by async_lock */ member in struct:gdlm_lock
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/dlm/
H A Duser.c76 __u8 bast_mode; member in struct:dlm_lock_result32
121 res32->bast_mode = res->bast_mode;
649 result.bast_mode = bmode;

Completed in 122 milliseconds