Searched refs:l_offset (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/lockd/ |
D | clntxdr.c | 61 u32 *l_offset, u32 *l_len) in nlm_compute_offsets() argument 65 *l_offset = loff_t_to_s32(fl->fl_start); in nlm_compute_offsets() 260 u32 l_offset, l_len; in encode_nlm_holder() local 268 nlm_compute_offsets(lock, &l_offset, &l_len); in encode_nlm_holder() 269 *p++ = cpu_to_be32(l_offset); in encode_nlm_holder() 277 u32 exclusive, l_offset, l_len; in decode_nlm_holder() local 302 l_offset = be32_to_cpup(p++); in decode_nlm_holder() 304 end = l_offset + l_len - 1; in decode_nlm_holder() 306 fl->fl_start = (loff_t)l_offset; in decode_nlm_holder() 345 u32 l_offset, l_len; in encode_nlm_lock() local [all …]
|
D | clnt4xdr.c | 65 u64 *l_offset, u64 *l_len) in nlm4_compute_offsets() argument 69 *l_offset = loff_t_to_s64(fl->fl_start); in nlm4_compute_offsets() 265 u64 l_offset, l_len; in encode_nlm4_holder() local 273 nlm4_compute_offsets(lock, &l_offset, &l_len); in encode_nlm4_holder() 274 p = xdr_encode_hyper(p, l_offset); in encode_nlm4_holder() 282 u64 l_offset, l_len; in decode_nlm4_holder() local 308 p = xdr_decode_hyper(p, &l_offset); in decode_nlm4_holder() 310 end = l_offset + l_len - 1; in decode_nlm4_holder() 312 fl->fl_start = (loff_t)l_offset; in decode_nlm4_holder() 351 u64 l_offset, l_len; in encode_nlm4_lock() local [all …]
|
/linux-4.1.27/fs/jfs/ |
D | jfs_logmgr.h | 465 uint l_offset; /* Offset of l_ldata within the page */ member
|
D | jfs_logmgr.c | 1853 lbuf->l_offset = offset; in lbmLogInit() 2004 bio->bi_io_vec[0].bv_offset = bp->l_offset; in lbmRead() 2150 bio->bi_io_vec[0].bv_offset = bp->l_offset; in lbmStartIO()
|