Searched refs:nlm_file (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/lockd/
H A Dshare.h18 struct nlm_file * s_file; /* shared file */
24 __be32 nlmsvc_share_file(struct nlm_host *, struct nlm_file *,
26 __be32 nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *,
28 void nlmsvc_traverse_shares(struct nlm_host *, struct nlm_file *,
H A Dlockd.h148 struct nlm_file { struct
177 struct nlm_file * b_file; /* file in question */
257 __be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *,
260 __be32 nlmsvc_unlock(struct nlm_file *, struct nlm_lock *);
261 __be32 nlmsvc_testlock(struct svc_rqst *, struct nlm_file *,
264 __be32 nlmsvc_cancel_blocked(struct nlm_file *, struct nlm_lock *);
266 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
273 __be32 nlm_lookup_file(struct svc_rqst *, struct nlm_file **,
275 void nlm_release_file(struct nlm_file *);
286 static inline struct inode *nlmsvc_file_inode(struct nlm_file *fil
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/lockd/
H A Dshare.h18 struct nlm_file * s_file; /* shared file */
24 __be32 nlmsvc_share_file(struct nlm_host *, struct nlm_file *,
26 __be32 nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *,
28 void nlmsvc_traverse_shares(struct nlm_host *, struct nlm_file *,
H A Dlockd.h148 struct nlm_file { struct
177 struct nlm_file * b_file; /* file in question */
257 __be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *,
260 __be32 nlmsvc_unlock(struct nlm_file *, struct nlm_lock *);
261 __be32 nlmsvc_testlock(struct svc_rqst *, struct nlm_file *,
264 __be32 nlmsvc_cancel_blocked(struct nlm_file *, struct nlm_lock *);
266 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
273 __be32 nlm_lookup_file(struct svc_rqst *, struct nlm_file **,
275 void nlm_release_file(struct nlm_file *);
286 static inline struct inode *nlmsvc_file_inode(struct nlm_file *fil
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/lockd/
H A Dsvcsubs.c46 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file)
59 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file)
75 nlm_lookup_file(struct svc_rqst *rqstp, struct nlm_file **result,
79 struct nlm_file *file;
138 nlm_delete_file(struct nlm_file *file)
155 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file,
200 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match)
212 nlm_file_inuse(struct nlm_file *file)
233 int (*is_failover_file)(void *data, struct nlm_file *file))
236 struct nlm_file *fil
[all...]
H A Dsvcshare.c27 nlmsvc_share_file(struct nlm_host *host, struct nlm_file *file,
68 nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file,
92 void nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file,
H A Dsvc4proc.c23 struct nlm_host **hostp, struct nlm_file **filp)
26 struct nlm_file *file = NULL;
79 struct nlm_file *file;
106 struct nlm_file *file;
137 struct nlm_file *file;
170 struct nlm_file *file;
309 struct nlm_file *file;
342 struct nlm_file *file;
H A Dsvcproc.c52 struct nlm_host **hostp, struct nlm_file **filp)
55 struct nlm_file *file = NULL;
108 struct nlm_file *file;
136 struct nlm_file *file;
167 struct nlm_file *file;
200 struct nlm_file *file;
341 struct nlm_file *file;
374 struct nlm_file *file;
H A Dsvclock.c106 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock)
178 struct nlm_file *file, struct nlm_lock *lock,
250 struct nlm_file *file = block->b_file;
277 struct nlm_file *file,
364 nlmsvc_lock(struct svc_rqst *rqstp, struct nlm_file *file,
471 nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file,
568 nlmsvc_unlock(struct nlm_file *file, struct nlm_lock *lock)
596 nlmsvc_cancel_blocked(struct nlm_file *file, struct nlm_lock *lock)
729 struct nlm_file *file = block->b_file;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/lockd/
H A Dsvcsubs.c46 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file)
59 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file)
75 nlm_lookup_file(struct svc_rqst *rqstp, struct nlm_file **result,
79 struct nlm_file *file;
138 nlm_delete_file(struct nlm_file *file)
155 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file,
200 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match)
212 nlm_file_inuse(struct nlm_file *file)
233 int (*is_failover_file)(void *data, struct nlm_file *file))
236 struct nlm_file *fil
[all...]
H A Dsvcshare.c27 nlmsvc_share_file(struct nlm_host *host, struct nlm_file *file,
68 nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file,
92 void nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file,
H A Dsvc4proc.c23 struct nlm_host **hostp, struct nlm_file **filp)
26 struct nlm_file *file = NULL;
79 struct nlm_file *file;
106 struct nlm_file *file;
137 struct nlm_file *file;
170 struct nlm_file *file;
309 struct nlm_file *file;
342 struct nlm_file *file;
H A Dsvcproc.c52 struct nlm_host **hostp, struct nlm_file **filp)
55 struct nlm_file *file = NULL;
108 struct nlm_file *file;
136 struct nlm_file *file;
167 struct nlm_file *file;
200 struct nlm_file *file;
341 struct nlm_file *file;
374 struct nlm_file *file;
H A Dsvclock.c106 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock)
178 struct nlm_file *file, struct nlm_lock *lock,
250 struct nlm_file *file = block->b_file;
277 struct nlm_file *file,
364 nlmsvc_lock(struct svc_rqst *rqstp, struct nlm_file *file,
471 nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file,
568 nlmsvc_unlock(struct nlm_file *file, struct nlm_lock *lock)
596 nlmsvc_cancel_blocked(struct nlm_file *file, struct nlm_lock *lock)
729 struct nlm_file *file = block->b_file;

Completed in 179 milliseconds