Searched refs:gen (Results 251 - 275 of 286) sorted by relevance

<<1112

/linux-master/fs/btrfs/
H A Ddisk-io.c2582 static int load_super_root(struct btrfs_root *root, u64 bytenr, u64 gen, int level) argument
2586 .transid = gen,
2612 u64 gen, bytenr; local
2616 gen = btrfs_super_generation(sb);
2618 ret = load_super_root(fs_info->tree_root, bytenr, gen, level);
H A Dtree-log.c319 struct walk_control *wc, u64 gen, int level);
327 struct walk_control *wc, u64 gen, int level)
339 .transid = gen
352 if (btrfs_buffer_uptodate(eb, gen, 0) &&
2383 struct walk_control *wc, u64 gen, int level)
2387 .transid = gen,
325 process_one_buffer(struct btrfs_root *log, struct extent_buffer *eb, struct walk_control *wc, u64 gen, int level) argument
2382 replay_one_buffer(struct btrfs_root *log, struct extent_buffer *eb, struct walk_control *wc, u64 gen, int level) argument
H A Dextent_io.c5081 * @gen: generation for the uptodate check, can be 0
5084 * Attempt to readahead a tree block at @bytenr. If @gen is 0 then we do a
5089 u64 bytenr, u64 owner_root, u64 gen, int level)
5094 .transid = gen
5103 if (btrfs_buffer_uptodate(eb, gen, 1)) {
5088 btrfs_readahead_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, u64 owner_root, u64 gen, int level) argument
/linux-master/fs/ceph/
H A Ddir.c1789 u32 gen; local
1792 gen = atomic_read(&session->s_cap_gen);
1795 if (di->lease_gen == gen &&
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c302 unsigned int gen)
353 mp->m_sb.sb_inodesize, length, gen);
378 free->di_gen = cpu_to_be32(gen);
294 xfs_ialloc_inode_init( struct xfs_mount *mp, struct xfs_trans *tp, struct list_head *buffer_list, int icount, xfs_agnumber_t agno, xfs_agblock_t agbno, xfs_agblock_t length, unsigned int gen) argument
/linux-master/fs/bcachefs/
H A Dfs.c1211 u32 gen; member in struct:bcachefs_fid
1236 .gen = inode->ei_inode.bi_generation,
1284 if (!IS_ERR(vinode) && vinode->i_generation != fid.gen) {
/linux-master/net/ceph/
H A Dosd_client.c912 u8 watch_opcode, u64 cookie, u32 gen)
919 op->watch.gen = gen;
1017 dst->watch.gen = cpu_to_le32(src->watch.gen);
3169 req->r_ops[0].watch.gen);
3214 if (lreq->register_gen == req->r_ops[0].watch.gen) {
3223 lreq->register_gen, req->r_ops[0].watch.gen);
911 osd_req_op_watch_init(struct ceph_osd_request *req, int which, u8 watch_opcode, u64 cookie, u32 gen) argument
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c938 static void rnbd_client_release(struct gendisk *gen) argument
940 struct rnbd_clt_dev *dev = gen->private_data;
/linux-master/arch/m68k/fpsp040/
H A Ddo_func.S64 | Check for fmovecr. It does not follow the format of fp gen
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c1563 state.gen.next = next_mr;
1564 state.gen.end = end_mr;
1769 ret = srp_map_idb(ch, req, state.gen.next, state.gen.end,
/linux-master/sound/soc/sh/rcar/
H A Drsnd.h644 void *gen; member in struct:rsnd_priv
/linux-master/net/netfilter/ipvs/
H A Dip_vs_est.c260 ipvs->gen, kd->id);
H A Dip_vs_core.c2297 ipvs->gen = atomic_read(&ipvs_netns_cnt);
2352 IP_VS_DBG(2, "ipvs netns %d released\n", ipvs->gen);
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h892 static inline void kvm_arch_memslots_updated(struct kvm *kvm, u64 gen) {} argument
/linux-master/arch/s390/include/asm/
H A Dkvm_host.h1051 static inline void kvm_arch_memslots_updated(struct kvm *kvm, u64 gen) {} argument
/linux-master/tools/perf/
H A DMakefile.perf1165 $(QUIET_GENSKEL)$(BPFTOOL) gen skeleton $< > $@
1185 $(call QUIET_CLEAN, core-gen) $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
/linux-master/include/linux/
H A Dmmzone.h332 * offset within MAX_NR_GENS, i.e., gen, indexes the LRU list of the
333 * corresponding generation. The gen counter in folio->flags stores gen+1 while
351 * MAX_NR_GENS is set to 4 so that the multi-gen LRU can support twice the
374 * MAX_NR_TIERS is set to 4 so that the multi-gen LRU can support twice the
433 /* the multi-gen LRU lists, lazily sorted on eviction */
435 /* the multi-gen LRU sizes, eventually consistent */
446 /* whether the multi-gen LRU is enabled */
449 u8 gen; member in struct:lru_gen_folio
516 * generation, updates its "gen" t
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c763 static u32 kern_flow_generation_next(u32 gen) argument
765 u32 generation = mask_generation(gen + 1);
4673 u32 gen; local
4676 gen = flow->flow_state.generation;
4677 if (WARN_ON(gen == generation &&
/linux-master/drivers/md/bcache/
H A Dbtree.c1291 b->gen = PTR_GEN(k, i);
1748 b->last_gc = b->gen;
/linux-master/include/net/
H A Dip_vs.h897 int gen; /* Generation */ member in struct:netns_ipvs
/linux-master/drivers/scsi/
H A Dncr53c8xx.c7675 static unsigned __init ncrgetfreq (struct ncb *np, int gen) argument
7702 OUTB (nc_stime1, gen); /* set to nominal delay of 1<<gen * 125us */
7716 printk ("%s: Delay (GEN=%d): %u msec\n", ncr_name(np), gen, ms);
7720 return ms ? ((1 << gen) * 4340) / ms : 0;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c274 if (vsp1->info->gen >= 3) {
/linux-master/fs/ext4/
H A Dinode.c4736 __le32 gen = raw_inode->i_generation; local
4739 ei->i_csum_seed = ext4_chksum(sbi, csum, (__u8 *)&gen,
4740 sizeof(gen));
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c3843 return (r->type_gen >> RSPD_GEN_S) == q->gen;
3857 q->gen ^= 1;
4459 iq->gen = 1;
H A Dcxgb4.h778 u8 gen; /* current generation bit */ member in struct:sge_rspq

Completed in 505 milliseconds

<<1112