Searched refs:bast (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmlock.c | 409 newlock->bast = NULL; in dlm_init_lock() 561 void *data, dlm_bastlockfunc_t *bast) in dlmlock() argument 625 lock->bast != bast || lock->astdata != data) { in dlmlock() 628 "astdata=%p\n", lksb, ast, bast, data); in dlmlock() 631 lock->bast, lock->astdata); in dlmlock() 691 lock->bast = bast; in dlmlock()
|
D | dlmapi.h | 188 dlm_bastlockfunc_t *bast);
|
D | dlmast.c | 270 dlm_bastlockfunc_t *fn = lock->bast; in dlm_do_local_bast()
|
D | dlmcommon.h | 367 dlm_bastlockfunc_t *bast; member
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | Makefile | 51 obj-$(CONFIG_ARCH_BAST) += mach-bast.o 52 obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o 93 obj-$(CONFIG_MACH_BAST_IDE) += bast-ide.o
|
/linux-4.4.14/include/linux/ |
D | dlm.h | 144 void (*bast) (void *astarg, int mode));
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 38 such as mach-bast.c or mach-smdk2410.c
|
/linux-4.4.14/drivers/md/ |
D | md-cluster.c | 29 void (*bast)(void *arg, int mode); /* blocking AST function pointer*/ member 106 0, sync_ast, res, res->bast); in dlm_lock_sync() 151 res->bast = bastfn; in lockres_init()
|
/linux-4.4.14/Documentation/networking/ |
D | dm9000.txt | 33 An example from arch/arm/mach-s3c2410/mach-bast.c is:
|
/linux-4.4.14/Documentation/ |
D | md-cluster.txt | 98 [ triggered by bast of ACK ]
|
/linux-4.4.14/fs/dlm/ |
D | lock.c | 2809 void (*bast) (void *astparam, int mode), in set_lock_args() 2862 args->bastfn = bast; in set_lock_args() 3418 void (*bast) (void *astarg, int mode)) in dlm_lock() 3440 astarg, bast, &args); in dlm_lock()
|
/linux-4.4.14/arch/arm/tools/ |
D | mach-types | 84 bast ARCH_BAST BAST 331
|
/linux-4.4.14/ |
D | MAINTAINERS | 9748 F: arch/arm/mach-s3c24xx/mach-bast.c 9749 F: arch/arm/mach-s3c24xx/bast-ide.c 9750 F: arch/arm/mach-s3c24xx/bast-irq.c
|