Searched refs:fl (Results 1 - 25 of 186) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dlock.c18 struct flock fl; local
21 memset((void *)&fl, 0, sizeof(fl));
23 fl.l_type = F_WRLCK;
24 fl.l_whence = fl.l_start = 0;
25 fl.l_len = 0; /* 0 means "to end of file" */
27 res = fcntl(fd, F_SETLK, &fl);
37 struct flock fl; local
39 memset((void *)&fl,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_flowlabel.c66 struct ip6_flowlabel *fl; local
68 for (fl=fl_ht[FL_HASH(label)]; fl; fl = fl->next) {
69 if (fl->label == label)
70 return fl;
77 struct ip6_flowlabel *fl; local
80 fl = __fl_lookup(label);
81 if (fl)
88 fl_free(struct ip6_flowlabel *fl) argument
95 fl_release(struct ip6_flowlabel *fl) argument
127 struct ip6_flowlabel *fl, **flp; local
156 fl_intern(struct ip6_flowlabel *fl, __be32 label) argument
193 struct ip6_flowlabel *fl = sfl->fl; local
226 fl6_merge_options(struct ipv6_txoptions * opt_space, struct ip6_flowlabel * fl, struct ipv6_txoptions * fopt) argument
262 fl6_renew(struct ip6_flowlabel *fl, unsigned long linger, unsigned long expires) argument
283 struct ip6_flowlabel *fl; local
418 struct ip6_flowlabel *fl; local
572 struct ip6_flowlabel *fl = NULL; local
584 ip6fl_get_next(struct seq_file *seq, struct ip6_flowlabel *fl) argument
600 struct ip6_flowlabel *fl = ip6fl_get_first(seq); local
615 struct ip6_flowlabel *fl; local
636 struct ip6_flowlabel *fl = v; local
[all...]
H A Dinet6_connection_sock.c147 struct flowi fl; local
151 memset(&fl, 0, sizeof(fl));
152 fl.proto = sk->sk_protocol;
153 ipv6_addr_copy(&fl.fl6_dst, &np->daddr);
154 ipv6_addr_copy(&fl.fl6_src, &np->saddr);
155 fl.fl6_flowlabel = np->flow_label;
156 IP6_ECN_flow_xmit(sk, fl.fl6_flowlabel);
157 fl.oif = sk->sk_bound_dev_if;
158 fl
[all...]
H A Dicmp.c160 struct flowi *fl)
173 dst = ip6_route_output(sk, fl);
211 static int icmpv6_push_pending_frames(struct sock *sk, struct flowi *fl, struct icmp6hdr *thdr, int len) argument
227 icmp6h->icmp6_cksum = csum_ipv6_magic(&fl->fl6_src,
228 &fl->fl6_dst,
229 len, fl->proto,
240 icmp6h->icmp6_cksum = csum_ipv6_magic(&fl->fl6_src,
241 &fl->fl6_dst,
242 len, fl->proto,
307 struct flowi fl; local
159 icmpv6_xrlim_allow(struct sock *sk, int type, struct flowi *fl) argument
477 struct flowi fl; local
[all...]
H A Dxfrm6_policy.c28 static int xfrm6_dst_lookup(struct xfrm_dst **xdst, struct flowi *fl) argument
30 struct dst_entry *dst = ip6_route_output(NULL, fl);
60 __xfrm6_find_bundle(struct flowi *fl, struct xfrm_policy *policy) argument
64 /* Still not clear if we should set fl->fl6_{src,dst}... */
71 &fl->fl6_dst,
74 &fl->fl6_src,
78 xfrm_bundle_ok(policy, xdst, fl, AF_INET6,
129 struct flowi *fl, struct dst_entry **dst_p)
137 .saddr = fl->fl6_src,
138 .daddr = fl
128 __xfrm6_bundle_create(struct xfrm_policy *policy, struct xfrm_state **xfrm, int nx, struct flowi *fl, struct dst_entry **dst_p) argument
268 _decode_session6(struct sk_buff *skb, struct flowi *fl) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlocks.c18 #define IS_POSIX(fl) (fl->fl_flags & FL_POSIX)
19 #define IS_FLOCK(fl) (fl->fl_flags & FL_FLOCK)
20 #define IS_LEASE(fl) (fl->fl_flags & FL_LEASE)
39 static void locks_release_private(struct file_lock *fl) argument
41 if (fl->fl_ops) {
42 if (fl->fl_ops->fl_release_private)
43 fl
55 locks_free_lock(struct file_lock *fl) argument
65 locks_init_lock(struct file_lock *fl) argument
95 locks_copy_private(struct file_lock *new, struct file_lock *fl) argument
112 __locks_copy_lock(struct file_lock *new, const struct file_lock *fl) argument
125 locks_copy_lock(struct file_lock *new, struct file_lock *fl) argument
157 struct file_lock *fl; local
176 assign_type(struct file_lock *fl, int type) argument
193 flock_to_posix_lock(struct file *filp, struct file_lock *fl, struct flock *l) argument
243 flock64_to_posix_lock(struct file *filp, struct file_lock *fl, struct flock64 *l) argument
300 lease_break_callback(struct file_lock *fl) argument
305 lease_release_private_callback(struct file_lock *fl) argument
314 lease_mylease_callback(struct file_lock *fl, struct file_lock *try) argument
329 lease_init(struct file *filp, int type, struct file_lock *fl) argument
349 struct file_lock *fl = locks_alloc_lock(); local
438 locks_insert_lock(struct file_lock **pos, struct file_lock *fl) argument
458 struct file_lock *fl = *thisfl_p; local
551 posix_test_lock(struct file *filp, struct file_lock *fl) argument
597 struct file_lock *fl = list_entry(tmp, struct file_lock, fl_link); local
627 struct file_lock *fl = *before; local
660 struct file_lock *fl = *before; local
688 struct file_lock *fl; local
712 struct file_lock *fl = *before; local
902 posix_lock_file(struct file *filp, struct file_lock *fl, struct file_lock *conflock) argument
918 posix_lock_file_wait(struct file *filp, struct file_lock *fl) argument
947 struct file_lock *fl; local
980 struct file_lock fl; local
1022 struct file_lock *fl = *before; local
1038 struct file_lock *fl; local
1067 struct file_lock *fl; local
1178 struct file_lock *fl; local
1207 struct file_lock *fl, **before, **my_before = NULL, *lease; local
1330 struct file_lock fl, *flp = &fl; local
1376 flock_lock_file_wait(struct file *filp, struct file_lock *fl) argument
1469 vfs_test_lock(struct file *filp, struct file_lock *fl) argument
1478 posix_lock_to_flock(struct flock *flock, struct file_lock *fl) argument
1500 posix_lock_to_flock64(struct flock64 *flock, struct file_lock *fl) argument
1581 vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) argument
1847 struct file_lock *fl; local
1854 struct file_lock fl = { local
1917 vfs_cancel_lock(struct file *filp, struct file_lock *fl) argument
1926 lock_get_status(char* out, struct file_lock *fl, int id, char *pfx) argument
2033 struct file_lock *fl = list_entry(tmp, struct file_lock, fl_link); local
2073 struct file_lock *fl; local
2113 struct file_lock *fl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dclntproc.c30 static void nlmclnt_locks_init_private(struct file_lock *fl, struct nlm_host *host);
124 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) argument
131 memcpy(&lock->fh, NFS_FH(fl->fl_file->f_path.dentry->d_inode), sizeof(struct nfs_fh));
135 (unsigned int)fl->fl_u.nfs_fl.owner->pid,
137 lock->svid = fl->fl_u.nfs_fl.owner->pid;
138 lock->fl.fl_start = fl->fl_start;
139 lock->fl.fl_end = fl->fl_end;
140 lock->fl
152 nlmclnt_proc(struct inode *inode, int cmd, struct file_lock *fl) argument
401 nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl) argument
430 nlmclnt_locks_copy_lock(struct file_lock *new, struct file_lock *fl) argument
437 nlmclnt_locks_release_private(struct file_lock *fl) argument
448 nlmclnt_locks_init_private(struct file_lock *fl, struct nlm_host *host) argument
457 do_vfs_lock(struct file_lock *fl) argument
494 nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl) argument
567 nlmclnt_reclaim(struct nlm_host *host, struct file_lock *fl) argument
599 nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl) argument
673 nlmclnt_cancel(struct nlm_host *host, int block, struct file_lock *fl) argument
[all...]
H A Dxdr4.c125 struct file_lock *fl = &lock->fl; local
136 locks_init_lock(fl);
137 fl->fl_owner = current->files;
138 fl->fl_pid = (pid_t)lock->svid;
139 fl->fl_flags = FL_POSIX;
140 fl->fl_type = F_RDLCK; /* as good as anything else */
145 fl->fl_start = s64_to_loff_t(start);
148 fl->fl_end = OFFSET_MAX;
150 fl
160 struct file_lock *fl = &lock->fl; local
200 struct file_lock *fl = &resp->lock.fl; local
419 struct file_lock *fl = &resp->lock.fl; local
[all...]
H A Dclntlock.c47 struct nlm_wait *nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl) argument
54 block->b_lock = fl;
105 const struct file_lock *fl = &lock->fl; local
117 if (fl_blocked->fl_start != fl->fl_start)
119 if (fl_blocked->fl_end != fl->fl_end)
166 struct file_lock *fl, *next; local
192 list_for_each_entry_safe(fl, next, &host->h_reclaim, fl_u.nfs_fl.list) {
193 list_del_init(&fl->fl_u.nfs_fl.list);
198 if (nlmclnt_reclaim(host, fl) !
[all...]
H A Dxdr.c124 struct file_lock *fl = &lock->fl; local
135 locks_init_lock(fl);
136 fl->fl_owner = current->files;
137 fl->fl_pid = (pid_t)lock->svid;
138 fl->fl_flags = FL_POSIX;
139 fl->fl_type = F_RDLCK; /* as good as anything else */
144 fl->fl_start = s32_to_loff_t(start);
147 fl->fl_end = OFFSET_MAX;
149 fl
159 struct file_lock *fl = &lock->fl; local
197 struct file_lock *fl = &resp->lock.fl; local
412 struct file_lock *fl = &resp->lock.fl; local
[all...]
H A Dsvclock.c107 struct file_lock *fl; local
110 file, lock->fl.fl_pid,
111 (long long)lock->fl.fl_start,
112 (long long)lock->fl.fl_end, lock->fl.fl_type);
114 fl = &block->b_call->a_args.lock.fl;
116 block->b_file, fl->fl_pid,
117 (long long)fl->fl_start,
118 (long long)fl
626 nlmsvc_grant_deferred(struct file_lock *fl, struct file_lock *conf, int result) argument
666 nlmsvc_notify_blocked(struct file_lock *fl) argument
[all...]
H A Dsvcsubs.c157 struct file_lock *fl; local
162 for (fl = inode->i_flock; fl; fl = fl->fl_next) {
163 if (fl->fl_lmops != &nlmsvc_lock_operations)
169 lockhost = (struct nlm_host *) fl->fl_owner;
171 struct file_lock lock = *fl;
207 struct file_lock *fl; local
212 for (fl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_flock.c28 struct flock fl; local
40 fl.l_start = offset;
41 fl.l_len = 1;
42 fl.l_type = acquire ? F_WRLCK : F_UNLCK;
43 fl.l_whence = SEEK_SET;
46 (fcntl(fhp->fd, nowait ? F_SETLK : F_SETLKW, &fl)), ret);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_state.c25 __xfrm4_init_tempsel(struct xfrm_state *x, struct flowi *fl, argument
29 x->sel.daddr.a4 = fl->fl4_dst;
30 x->sel.saddr.a4 = fl->fl4_src;
31 x->sel.dport = xfrm_flowi_dport(fl);
33 x->sel.sport = xfrm_flowi_sport(fl);
37 x->sel.proto = fl->proto;
38 x->sel.ifindex = fl->oif;
H A Dxfrm4_policy.c19 static int xfrm4_dst_lookup(struct xfrm_dst **dst, struct flowi *fl) argument
21 return __ip_route_output_key((struct rtable**)dst, fl);
44 __xfrm4_find_bundle(struct flowi *fl, struct xfrm_policy *policy) argument
51 if (xdst->u.rt.fl.oif == fl->oif &&
52 xdst->u.rt.fl.fl4_dst == fl->fl4_dst &&
53 xdst->u.rt.fl.fl4_src == fl->fl4_src &&
54 xdst->u.rt.fl
69 __xfrm4_bundle_create(struct xfrm_policy *policy, struct xfrm_state **xfrm, int nx, struct flowi *fl, struct dst_entry **dst_p) argument
207 _decode_session4(struct sk_buff *skb, struct flowi *fl) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dredboot.c49 struct fis_list *fl = NULL, *tmp_fl; local
178 prev = &fl;
187 if (fl->img->flash_base) {
192 for (tmp_fl = fl; tmp_fl->next; tmp_fl = tmp_fl->next) {
217 if (fl->img->flash_base) {
219 parts[0].size = fl->img->flash_base;
225 parts[i].size = fl->img->size;
226 parts[i].offset = fl->img->flash_base;
229 strcpy(names, fl->img->name);
240 if(fl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/locking/dlm/
H A Dplock.c31 void *fl; member in struct:plock_xop
72 struct file *file, int cmd, struct file_lock *fl)
85 op->info.pid = fl->fl_pid;
86 op->info.ex = (fl->fl_type == F_WRLCK);
90 op->info.start = fl->fl_start;
91 op->info.end = fl->fl_end;
92 op->info.owner = (__u64)(long) fl->fl_owner;
93 if (fl->fl_lmops && fl->fl_lmops->fl_grant) {
94 xop->callback = fl
71 gdlm_plock(void *lockspace, struct lm_lockname *name, struct file *file, int cmd, struct file_lock *fl) argument
133 struct file_lock *fl; local
184 gdlm_punlock(void *lockspace, struct lm_lockname *name, struct file *file, struct file_lock *fl) argument
226 gdlm_plock_get(void *lockspace, struct lm_lockname *name, struct file *file, struct file_lock *fl) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Droute.h59 struct flowi fl; member in struct:rtable
151 struct flowi fl = { .oif = oif, local
162 err = __ip_route_output_key(rp, &fl);
165 fl.fl4_dst = (*rp)->rt_dst;
166 fl.fl4_src = (*rp)->rt_src;
170 security_sk_classify_flow(sk, &fl);
171 return ip_route_output_flow(rp, &fl, sk, flags);
177 if (sport != (*rp)->fl.fl_ip_sport ||
178 dport != (*rp)->fl.fl_ip_dport) {
179 struct flowi fl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-ioread.h35 int pvr2_ioread_set_enabled(struct pvr2_ioread *,int fl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/dec/
H A Dserial.h26 void (*rx_char)(unsigned char ch, unsigned char fl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/dec/
H A Dserial.h26 void (*rx_char)(unsigned char ch, unsigned char fl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dipv6.c138 struct flowi fl; local
144 memset(&fl, 0, sizeof(fl));
145 fl.proto = IPPROTO_DCCP;
146 ipv6_addr_copy(&fl.fl6_dst, &np->daddr);
147 ipv6_addr_copy(&fl.fl6_src, &np->saddr);
148 fl.oif = sk->sk_bound_dev_if;
149 fl.fl_ip_dport = inet->dport;
150 fl.fl_ip_sport = inet->sport;
151 security_sk_classify_flow(sk, &fl);
241 struct flowi fl; local
321 struct flowi fl; local
584 struct flowi fl; local
919 struct flowi fl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_route.c288 if (compare_keys(&rth->fl, &rt->fl)) {
880 struct flowi fl = { .nl_u = { .dn_u = local
950 if (!fl.fld_dst) {
951 fl.fld_dst = fl.fld_src;
958 if (!fl.fld_dst) {
959 fl.fld_dst =
960 fl.fld_src = dnet_select_source(dev_out, 0,
962 if (!fl
1206 dn_route_output_sock(struct dst_entry **pprt, struct flowi *fl, struct sock *sk, int flags) argument
1229 struct flowi fl = { .nl_u = { .dn_u = local
1535 struct flowi fl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dfile.c52 static int nfs_lock(struct file *filp, int cmd, struct file_lock *fl);
53 static int nfs_flock(struct file *filp, int cmd, struct file_lock *fl);
393 static int do_getlk(struct file *filp, int cmd, struct file_lock *fl) argument
400 if (posix_test_lock(filp, fl)) {
410 status = NFS_PROTO(inode)->lock(filp, cmd, fl);
415 fl->fl_type = F_UNLCK;
419 static int do_vfs_lock(struct file *file, struct file_lock *fl) argument
422 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
424 res = posix_lock_file_wait(file, fl);
427 res = flock_lock_file_wait(file, fl);
439 do_unlk(struct file *filp, int cmd, struct file_lock *fl) argument
464 do_setlk(struct file *filp, int cmd, struct file_lock *fl) argument
507 nfs_lock(struct file *filp, int cmd, struct file_lock *fl) argument
532 nfs_flock(struct file *filp, int cmd, struct file_lock *fl) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dkxgettext.c132 struct file_line *fl = file_line__new(file, lineno); local
134 if (fl == NULL)
137 fl->next = self->files;
138 self->files = fl;
185 struct file_line *fl = self->files; local
191 printf("#: %s:%d", fl->file, fl->lineno);
192 fl = fl->next;
194 while (fl !
[all...]

Completed in 107 milliseconds

12345678