Symbol: nlm_block
fs/lockd/svclock.c
1028
retry_deferred_block(struct nlm_block *block)
fs/lockd/svclock.c
1049
struct nlm_block *block;
fs/lockd/svclock.c
1053
block = list_entry(nlm_blocked.next, struct nlm_block, b_list);
fs/lockd/svclock.c
106
b = list_entry(pos, struct nlm_block, b_list);
fs/lockd/svclock.c
119
static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when)
fs/lockd/svclock.c
130
nlmsvc_remove_block(struct nlm_block *block)
fs/lockd/svclock.c
145
static struct nlm_block *
fs/lockd/svclock.c
148
struct nlm_block *block;
fs/lockd/svclock.c
187
static inline struct nlm_block *
fs/lockd/svclock.c
190
struct nlm_block *block;
fs/lockd/svclock.c
223
static struct nlm_block *
fs/lockd/svclock.c
228
struct nlm_block *block;
fs/lockd/svclock.c
281
static int nlmsvc_unlink_block(struct nlm_block *block)
fs/lockd/svclock.c
294
struct nlm_block *block = container_of(kref, struct nlm_block, b_count);
fs/lockd/svclock.c
309
static void nlmsvc_release_block(struct nlm_block *block)
fs/lockd/svclock.c
323
struct nlm_block *block, *next;
fs/lockd/svclock.c
42
static void nlmsvc_release_block(struct nlm_block *block);
fs/lockd/svclock.c
43
static void nlmsvc_insert_block(struct nlm_block *block, unsigned long);
fs/lockd/svclock.c
44
static void nlmsvc_remove_block(struct nlm_block *block);
fs/lockd/svclock.c
453
nlmsvc_defer_lock_rqst(struct svc_rqst *rqstp, struct nlm_block *block)
fs/lockd/svclock.c
484
struct nlm_block *block = NULL;
fs/lockd/svclock.c
715
struct nlm_block *block;
fs/lockd/svclock.c
756
nlmsvc_update_deferred_block(struct nlm_block *block, int result)
fs/lockd/svclock.c
767
struct nlm_block *block;
fs/lockd/svclock.c
806
struct nlm_block *block;
fs/lockd/svclock.c
851
nlmsvc_grant_blocked(struct nlm_block *block)
fs/lockd/svclock.c
89
nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when)
fs/lockd/svclock.c
91
struct nlm_block *b;
fs/lockd/svclock.c
935
struct nlm_block *block = call->a_block;
fs/lockd/svclock.c
990
struct nlm_block *block;
include/linux/lockd/lockd.h
146
struct nlm_block * a_block;