Searched refs:l_offset (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/sunrpc/xdrgen/ |
| H A D | nlm3.h | 43 u32 l_offset; member 64 u32 l_offset; member
|
| H A D | nlm4.h | 67 uint64 l_offset; member 97 uint64 l_offset; member
|
| /linux/fs/lockd/ |
| H A D | nlm3xdr_gen.c | 67 if (!xdrgen_decode_unsigned_int(xdr, &ptr->l_offset)) in xdrgen_decode_nlm_holder() 111 if (!xdrgen_decode_unsigned_int(xdr, &ptr->l_offset)) in xdrgen_decode_nlm_lock() 457 if (!xdrgen_encode_unsigned_int(xdr, value->l_offset)) in xdrgen_encode_nlm_holder() 503 if (!xdrgen_encode_unsigned_int(xdr, value->l_offset)) in xdrgen_encode_nlm_lock()
|
| H A D | nlm4xdr_gen.c | 120 if (!xdrgen_decode_uint64(xdr, &ptr->l_offset)) in xdrgen_decode_nlm4_holder() 182 if (!xdrgen_decode_uint64(xdr, &ptr->l_offset)) in xdrgen_decode_nlm4_lock() 504 if (!xdrgen_encode_uint64(xdr, value->l_offset)) in xdrgen_encode_nlm4_holder() 568 if (!xdrgen_encode_uint64(xdr, value->l_offset)) in xdrgen_encode_nlm4_lock()
|
| H A D | svcproc.c | 127 lockd_set_file_lock_range3(&lock->fl, alock->l_offset, alock->l_len); in nlm_lock_to_lockd_lock() 169 lock->lock_start = xdr_lock->l_offset; in nlm3svc_lookup_file() 299 holder->l_offset = min_t(loff_t, conf->fl.fl_start, in nlmsvc_proc_test()
|
| H A D | svc4proc.c | 122 lockd_set_file_lock_range4(&lock->fl, alock->l_offset, alock->l_len); in nlm4_lock_to_lockd_lock() 167 lock->lock_start = xdr_lock->l_offset; in nlm4svc_lookup_file() 282 holder->l_offset = conf->fl.fl_start; in nlm4svc_proc_test()
|
| /linux/drivers/clk/bcm/ |
| H A D | clk-iproc.h | 149 unsigned int l_offset; member
|
| H A D | clk-ns2.c | 26 #define VCO_CTRL_VAL(uo, lo) { .u_offset = uo, .l_offset = lo }
|
| H A D | clk-cygnus.c | 34 #define VCO_CTRL_VAL(uo, lo) { .u_offset = uo, .l_offset = lo }
|
| H A D | clk-sr.c | 28 #define VCO_CTRL_VAL(uo, lo) { .u_offset = uo, .l_offset = lo }
|
| H A D | clk-iproc-pll.c | 382 val = readl(pll->control_base + ctrl->vco_ctrl.l_offset); in pll_set_rate() 392 iproc_pll_write(pll, pll->control_base, ctrl->vco_ctrl.l_offset, val); in pll_set_rate()
|
| /linux/kernel/events/ |
| H A D | uprobes.c | 862 int uprobe_cmp(const struct inode *l_inode, const loff_t l_offset, in uprobe_cmp() 871 if (l_offset < r->offset) in uprobe_cmp() 874 if (l_offset > r->offset) in uprobe_cmp() 860 uprobe_cmp(const struct inode * l_inode,const loff_t l_offset,const struct uprobe * r) uprobe_cmp() argument
|