/linux-2.4.37.9/fs/ |
D | locks.c | 144 static inline void locks_free_lock(struct file_lock *fl) in locks_free_lock() 162 void locks_init_lock(struct file_lock *fl) in locks_init_lock() 198 void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() 216 struct file_lock *fl = locks_alloc_lock(); in flock_make_lock() local 234 static int assign_type(struct file_lock *fl, int type) in assign_type() 251 static int flock_to_posix_lock(struct file *filp, struct file_lock *fl, in flock_to_posix_lock() 301 static int flock64_to_posix_lock(struct file *filp, struct file_lock *fl, in flock64_to_posix_lock() 354 struct file_lock *fl = locks_alloc_lock(); in lease_alloc() local 465 static void locks_insert_lock(struct file_lock **pos, struct file_lock *fl) in locks_insert_lock() 482 struct file_lock *fl = *thisfl_p; in _unhash_lock() local [all …]
|
/linux-2.4.37.9/net/ipv6/ |
D | ip6_flowlabel.c | 64 struct ip6_flowlabel *fl; in __fl_lookup() local 75 struct ip6_flowlabel *fl; in fl_lookup() local 86 static void fl_free(struct ip6_flowlabel *fl) in fl_free() 93 static void fl_release(struct ip6_flowlabel *fl) in fl_release() 122 struct ip6_flowlabel *fl, **flp; in ip6_fl_gc() local 151 static int fl_intern(struct ip6_flowlabel *fl, __u32 label) in fl_intern() 188 struct ip6_flowlabel *fl = sfl->fl; in fl6_sock_lookup() local 220 struct ip6_flowlabel * fl, in fl6_merge_options() 256 static int fl6_renew(struct ip6_flowlabel *fl, unsigned linger, unsigned expires) in fl6_renew() 277 struct ip6_flowlabel *fl = NULL; in fl_create() local [all …]
|
D | ip6_output.c | 143 struct flowi fl; in ip6_route_me_harder() local 187 int ip6_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl, in ip6_xmit() 291 static struct ipv6hdr * ip6_bld_1(struct sock *sk, struct sk_buff *skb, struct flowi *fl, in ip6_bld_1() 328 struct flowi *fl, struct ipv6_txoptions *opt, in ip6_frag_xmit() 506 struct flowi *fl, unsigned length, in ip6_build_xmit()
|
D | tcp_ipv6.c | 557 struct flowi fl; in tcp_v6_connect() local 778 struct flowi fl; in tcp_v6_err() local 865 struct flowi fl; in tcp_v6_send_synack() local 968 struct flowi fl; in tcp_v6_send_reset() local 1037 struct flowi fl; in tcp_v6_send_ack() local 1251 struct flowi fl; in tcp_v6_syn_recv_sock() local 1690 struct flowi fl; in tcp_v6_rebuild_header() local 1725 struct flowi fl; in tcp_v6_xmit() local
|
D | datagram.c | 66 void ipv6_local_error(struct sock *sk, int err, struct flowi *fl, u32 info) in ipv6_local_error() 250 int datagram_send_ctl(struct msghdr *msg, struct flowi *fl, in datagram_send_ctl()
|
D | icmp.c | 201 struct flowi *fl) in icmpv6_xrlim_allow() 267 struct flowi fl; in icmpv6_send() local 382 struct flowi fl; in icmpv6_echo_reply() local
|
D | ipv6_sockglue.c | 264 struct flowi fl; in ipv6_setsockopt() local
|
D | udp.c | 233 struct flowi fl; in udpv6_connect() local 783 struct flowi fl; in udpv6_sendmsg() local
|
/linux-2.4.37.9/fs/lockd/ |
D | clntproc.c | 48 nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_setlockargs() 104 nlmclnt_proc(struct inode *inode, int cmd, struct file_lock *fl) in nlmclnt_proc() 384 nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_test() 409 void nlmclnt_insert_lock_callback(struct file_lock *fl) in nlmclnt_insert_lock_callback() 414 void nlmclnt_remove_lock_callback(struct file_lock *fl) in nlmclnt_remove_lock_callback() 443 nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_lock() 480 nlmclnt_reclaim(struct nlm_host *host, struct file_lock *fl) in nlmclnt_reclaim() 523 nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_unlock() 587 nlmclnt_cancel(struct nlm_host *host, struct file_lock *fl) in nlmclnt_cancel()
|
D | clntlock.c | 51 nlmclnt_block(struct nlm_host *host, struct file_lock *fl, u32 *statp) in nlmclnt_block() 142 struct file_lock *fl; in nlmclnt_mark_reclaim() local 202 struct file_lock *fl; in reclaimer() local
|
D | svclock.c | 108 struct file_lock *fl; in nlmsvc_lookup_block() local 237 struct file_lock *fl = &block->b_call.a_args.lock.fl; in nlmsvc_delete_block() local 394 struct file_lock *fl; in nlmsvc_testlock() local 478 nlmsvc_notify_blocked(struct file_lock *fl) in nlmsvc_notify_blocked()
|
D | xdr4.c | 125 struct file_lock *fl = &lock->fl; in nlm4_decode_lock() local 158 struct file_lock *fl = &lock->fl; in nlm4_encode_lock() local 198 struct file_lock *fl = &resp->lock.fl; in nlm4_encode_testres() local 439 struct file_lock *fl = &resp->lock.fl; in nlm4clt_decode_testres() local
|
D | xdr.c | 125 struct file_lock *fl = &lock->fl; in nlm_decode_lock() local 159 struct file_lock *fl = &lock->fl; in nlm_encode_lock() local 197 struct file_lock *fl = &resp->lock.fl; in nlm_encode_testres() local 433 struct file_lock *fl = &resp->lock.fl; in nlmclt_decode_testres() local
|
D | svcsubs.c | 154 struct file_lock *fl; in nlm_traverse_locks() local
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_vfs.c | 95 int fl, in vfs_unmount() 109 int *fl, in vfs_mntupdate() 150 int fl, in vfs_sync() 207 int fl) in vfs_get_inode() 234 int fl, in vfs_force_shutdown()
|
D | xfs_vfs.h | 160 #define VFS_MNTUPDATE(v, fl, args, rv) ((rv) = vfs_mntupdate(VHEAD(v), fl, args)) argument 167 #define VFS_GET_INODE(v, ino, fl) ( vfs_get_inode(VHEAD(v), ino,fl) ) argument 169 #define VFS_FORCE_SHUTDOWN(v, fl,f,l) ( vfs_force_shutdown(VHEAD(v), fl,f,l) ) argument 179 #define PVFS_MNTUPDATE(b, fl, args, rv) ((rv) = vfs_mntupdate(b, fl, args)) argument 186 #define PVFS_GET_INODE(b, ino,fl) ( vfs_get_inode(b, ino,fl) ) argument 188 #define PVFS_FORCE_SHUTDOWN(b, fl,f,l) ( vfs_force_shutdown(b, fl,f,l) ) argument
|
D | xfs_vnode.h | 321 #define VOP_READLINK(vp,uiop,fl,cr,rv) \ argument 337 #define VOP_FRLOCK(vp,c,fl,flags,offset,fr,rv) \ argument 341 #define VOP_ATTR_GET(vp, name, val, vallenp, fl, cred, rv) \ argument 343 #define VOP_ATTR_SET(vp, name, val, vallen, fl, cred, rv) \ argument 347 #define VOP_ATTR_LIST(vp, buf, buflen, fl, cursor, cred, rv) \ argument 369 #define VOP_IOCTL(vp, inode, filp, fl, cmd, arg, rv) \ argument
|
/linux-2.4.37.9/fs/nfs/ |
D | file.c | 245 do_getlk(struct inode *inode, int cmd, struct file_lock *fl) in do_getlk() 256 do_unlk(struct inode *inode, int cmd, struct file_lock *fl) in do_unlk() 284 do_setlk(struct file *filp, int cmd, struct file_lock *fl) in do_setlk() 335 nfs_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs_lock()
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | csr.c | 193 u64 addr, size_t length, u16 fl) in read_maps() 425 u64 addr, quadlet_t data, quadlet_t arg, int extcode, u16 fl) in lock_regs() 572 u64 addr, octlet_t data, octlet_t arg, int extcode, u16 fl) in lock64_regs()
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_mount.h | 113 #define XFS_SEND_DATA(mp, ev,vp,off,len,fl,lock) \ argument 115 #define XFS_SEND_MMAP(mp, vma,fl) \ argument 119 #define XFS_SEND_NAMESP(mp, ev,b1,r1,b2,r2,n1,n2,mode,rval,fl) \ argument 121 #define XFS_SEND_PREUNMOUNT(mp, vfs,b1,r1,b2,r2,n1,n2,mode,rval,fl) \ argument 123 #define XFS_SEND_UNMOUNT(mp, vfsp,vp,right,mode,rval,fl) \ argument 172 #define XFS_QM_INIT(mp, mnt, fl) \ argument 174 #define XFS_QM_MOUNT(mp, mnt, fl, mfsi_flags) \ argument 182 #define XFS_QM_DQATTACH(mp, ip, fl) \ argument 186 #define XFS_QM_DQPURGEALL(mp, fl) \ argument 188 #define XFS_QM_DQVOPALLOC(mp, ip, uid, gid, fl, dq1, dq2) \ argument [all …]
|
D | xfs_rw.c | 220 int64_t fl; in xfs_bioerror_relse() local
|
/linux-2.4.37.9/drivers/mtd/ |
D | redboot.c | 42 struct fis_list *fl = NULL, *tmp_fl; in parse_redboot_partitions() local
|
/linux-2.4.37.9/include/net/ |
D | ipv6.h | 179 struct ip6_flowlabel *fl; member 191 static inline void fl6_sock_release(struct ip6_flowlabel *fl) in fl6_sock_release()
|
/linux-2.4.37.9/net/802/ |
D | llc_sendpdu.c | 114 unsigned short int fl; /* frame length == 802.3 "length" value */ in llc_sendpdu() local
|
/linux-2.4.37.9/include/linux/lockd/ |
D | xdr.h | 32 struct file_lock fl; member
|