Searched refs:new_seq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | ast.c | 177 uint64_t new_seq, prev_seq; in dlm_add_cb() local 181 new_seq = ++dlm_cb_seq; in dlm_add_cb() 183 new_seq = ++dlm_cb_seq; in dlm_add_cb() 187 dlm_user_add_ast(lkb, flags, mode, status, sbflags, new_seq); in dlm_add_cb() 194 rv = dlm_add_lkb_callback(lkb, flags, mode, status, sbflags, new_seq); in dlm_add_cb()
|
H A D | rcom.c | 115 static void allow_sync_reply(struct dlm_ls *ls, uint64_t *new_seq) in allow_sync_reply() argument 118 *new_seq = ++ls->ls_rcom_seq; in allow_sync_reply()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | mmp.c | 275 u32 new_seq; in mmp_new_seq() local 278 new_seq = prandom_u32(); in mmp_new_seq() 279 } while (new_seq > EXT4_MMP_SEQ_MAX); in mmp_new_seq() 281 return new_seq; in mmp_new_seq()
|
/kernel/linux/linux-5.10/drivers/net/slip/ |
H A D | slhc.c | 236 unsigned char new_seq[16]; in slhc_compress() local 237 unsigned char *cp = new_seq; in slhc_compress() 420 cp = new_seq; in slhc_compress() 427 cp = new_seq; in slhc_compress() 445 * (cp - new_seq) is the number of bytes we need for compressed in slhc_compress() 448 * So, (cp - new_seq) + 4 bytes of header are needed. in slhc_compress() 450 deltaS = cp - new_seq; in slhc_compress() 465 memcpy(cp,new_seq,deltaS); /* Write list of deltas */ in slhc_compress()
|
/kernel/linux/linux-6.6/drivers/net/slip/ |
H A D | slhc.c | 236 unsigned char new_seq[16]; in slhc_compress() local 237 unsigned char *cp = new_seq; in slhc_compress() 420 cp = new_seq; in slhc_compress() 427 cp = new_seq; in slhc_compress() 445 * (cp - new_seq) is the number of bytes we need for compressed in slhc_compress() 448 * So, (cp - new_seq) + 4 bytes of header are needed. in slhc_compress() 450 deltaS = cp - new_seq; in slhc_compress() 465 memcpy(cp,new_seq,deltaS); /* Write list of deltas */ in slhc_compress()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | rcom.c | 145 static void allow_sync_reply(struct dlm_ls *ls, __le64 *new_seq) in allow_sync_reply() argument 148 *new_seq = cpu_to_le64(++ls->ls_rcom_seq); in allow_sync_reply()
|
Completed in 6 milliseconds