/linux-4.19.296/drivers/clk/tegra/ |
D | clk-tegra-super-gen4.c | 47 enum tegra_super_gen gen; member 71 .gen = gen4, 97 .gen = gen5, 188 if (gen_info->gen == gen5) { in tegra_super_clk_init() 209 if (gen_info->gen == gen5) { in tegra_super_clk_init() 238 if (gen_info->gen == gen5) in tegra_super_clk_init()
|
/linux-4.19.296/fs/dlm/ |
D | member.c | 63 static void log_slots(struct dlm_ls *ls, uint32_t gen, int num_slots, in log_slots() argument 95 log_rinfo(ls, "generation %u slots %d%s", gen, num_slots, line); in log_slots() 106 uint32_t gen; in dlm_slots_copy_in() local 111 gen = le32_to_cpu(rf->rf_generation); in dlm_slots_copy_in() 112 if (gen <= ls->ls_generation) { in dlm_slots_copy_in() 114 gen, ls->ls_generation); in dlm_slots_copy_in() 116 ls->ls_generation = gen; in dlm_slots_copy_in() 129 log_slots(ls, gen, num_slots, ro0, NULL, 0); in dlm_slots_copy_in() 176 uint32_t gen = 0; in dlm_slots_assign() local 189 if (memb->generation > gen) in dlm_slots_assign() [all …]
|
D | recover.c | 177 uint32_t gen; in dlm_recover_members_wait() local 191 rv = dlm_slots_assign(ls, &num_slots, &slots_size, &slots, &gen); in dlm_recover_members_wait() 198 ls->ls_generation = gen; in dlm_recover_members_wait()
|
/linux-4.19.296/drivers/xen/ |
D | tmem.c | 99 op.u.gen.oid[0] = oid.oid[0]; in xen_tmem_op() 100 op.u.gen.oid[1] = oid.oid[1]; in xen_tmem_op() 101 op.u.gen.oid[2] = oid.oid[2]; in xen_tmem_op() 102 op.u.gen.index = index; in xen_tmem_op() 103 op.u.gen.tmem_offset = tmem_offset; in xen_tmem_op() 104 op.u.gen.pfn_offset = pfn_offset; in xen_tmem_op() 105 op.u.gen.len = len; in xen_tmem_op() 106 set_xen_guest_handle(op.u.gen.gmfn, (void *)gmfn); in xen_tmem_op()
|
/linux-4.19.296/drivers/misc/sgi-gru/ |
D | grukservices.c | 440 struct gru_control_block_status *gen = (void *)cb; in gru_get_cb_exception_detail_str() local 443 if (ret > 0 && gen->istatus == CBS_EXCEPTION) { in gru_get_cb_exception_detail_str() 448 gen, excdet.opc, excdet.exopc, excdet.ecause, in gru_get_cb_exception_detail_str() 456 static int gru_wait_idle_or_exception(struct gru_control_block_status *gen) in gru_wait_idle_or_exception() argument 458 while (gen->istatus >= CBS_ACTIVE) { in gru_wait_idle_or_exception() 462 return gen->istatus; in gru_wait_idle_or_exception() 467 struct gru_control_block_status *gen = (void *)cb; in gru_retry_exception() local 472 if (gru_wait_idle_or_exception(gen) == CBS_IDLE) in gru_retry_exception() 482 gen->icmd = 1; in gru_retry_exception() 483 gru_flush_cache(gen); in gru_retry_exception() [all …]
|
/linux-4.19.296/fs/btrfs/ |
D | send.c | 228 u64 gen; member 248 u64 gen; member 264 u64 gen; member 312 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen); 812 u64 ino, u64 *size, u64 *gen, u64 *mode, u64 *uid, in __get_inode_info() argument 833 if (gen) in __get_inode_info() 834 *gen = btrfs_inode_generation(path->nodes[0], ii); in __get_inode_info() 848 u64 ino, u64 *size, u64 *gen, in get_inode_info() argument 858 ret = __get_inode_info(root, path, ino, size, gen, mode, uid, gid, in get_inode_info() 1552 u64 ino, u64 gen, in gen_unique_name() argument [all …]
|
D | export.h | 13 u32 gen; member
|
D | extent_map.h | 91 int unpin_extent_cache(struct extent_map_tree *tree, u64 start, u64 len, u64 gen);
|
D | export.c | 37 fid->gen = inode->i_generation; in btrfs_encode_fh() 150 generation = fid->gen; in btrfs_fh_to_dentry()
|
D | ctree.c | 1624 u64 gen; in btrfs_realloc_node() local 1662 gen = btrfs_node_ptr_generation(parent, i); in btrfs_realloc_node() 1682 uptodate = btrfs_buffer_uptodate(cur, gen, 0); in btrfs_realloc_node() 1687 cur = read_tree_block(fs_info, blocknr, gen, in btrfs_realloc_node() 1697 err = btrfs_read_buffer(cur, gen, in btrfs_realloc_node() 2317 u64 gen; in reada_for_balance() local 2330 gen = btrfs_node_ptr_generation(parent, slot - 1); in reada_for_balance() 2337 if (eb && btrfs_buffer_uptodate(eb, gen, 1) != 0) in reada_for_balance() 2343 gen = btrfs_node_ptr_generation(parent, slot + 1); in reada_for_balance() 2345 if (eb && btrfs_buffer_uptodate(eb, gen, 1) != 0) in reada_for_balance() [all …]
|
/linux-4.19.296/fs/xfs/ |
D | xfs_export.c | 93 fid->i32.gen = inode->i_generation; in xfs_fs_encode_fh() 101 fid64->gen = inode->i_generation; in xfs_fs_encode_fh() 173 inode = xfs_nfs_get_inode(sb, fid->i32.ino, fid->i32.gen); in xfs_fs_fh_to_dentry() 177 inode = xfs_nfs_get_inode(sb, fid64->ino, fid64->gen); in xfs_fs_fh_to_dentry()
|
D | xfs_export.h | 52 u32 gen; member
|
/linux-4.19.296/include/linux/ |
D | exportfs.h | 117 u32 gen; member 226 struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen)); 229 struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen));
|
D | virtio_config.h | 353 u32 old, gen = vdev->config->generation ? in __virtio_cread_many() local 358 old = gen; in __virtio_cread_many() 364 gen = vdev->config->generation ? in __virtio_cread_many() 366 } while (gen != old); in __virtio_cread_many()
|
D | if_fddi.h | 35 struct net_device_stats gen; member
|
/linux-4.19.296/fs/ocfs2/ |
D | dcache.c | 44 unsigned long gen = in ocfs2_dentry_attach_gen() local 47 dentry->d_fsdata = (void *)gen; in ocfs2_dentry_attach_gen() 71 unsigned long gen = (unsigned long) dentry->d_fsdata; in ocfs2_dentry_revalidate() local 78 pgen, gen); in ocfs2_dentry_revalidate() 79 if (gen != pgen) in ocfs2_dentry_revalidate()
|
D | dlmglue.c | 1303 unsigned int gen; in ocfs2_lock_create() local 1318 gen = lockres_set_pending(lockres); in ocfs2_lock_create() 1327 lockres_clear_pending(lockres, gen, osb); in ocfs2_lock_create() 1466 unsigned int gen; in __ocfs2_cluster_lock() local 1557 gen = lockres_set_pending(lockres); in __ocfs2_cluster_lock() 1573 lockres_clear_pending(lockres, gen, osb); in __ocfs2_cluster_lock() 2058 unsigned int gen; in ocfs2_file_unlock() local 2084 gen = ocfs2_prepare_downconvert(lockres, DLM_LOCK_NL); in ocfs2_file_unlock() 2088 ret = ocfs2_downconvert_lock(osb, lockres, DLM_LOCK_NL, 0, gen); in ocfs2_file_unlock() 3709 unsigned int gen; in ocfs2_unblock_lock() local [all …]
|
/linux-4.19.296/fs/nilfs2/ |
D | export.h | 20 u32 gen; member
|
D | namei.c | 457 u64 ino, u32 gen) in nilfs_get_dentry() argument 474 if (gen && inode->i_generation != gen) { in nilfs_get_dentry() 491 return nilfs_get_dentry(sb, fid->cno, fid->ino, fid->gen); in nilfs_fh_to_dentry() 524 fid->gen = inode->i_generation; in nilfs_encode_fh()
|
/linux-4.19.296/drivers/char/agp/ |
D | intel-gtt.c | 43 unsigned int gen : 8; member 91 #define INTEL_GTT_GEN intel_private.driver->gen 1185 .gen = 1, 1194 .gen = 2, 1204 .gen = 3, 1215 .gen = 3, 1225 .gen = 3, 1235 .gen = 4, 1245 .gen = 5, 1254 .gen = 5,
|
/linux-4.19.296/include/net/netns/ |
D | generic.h | 45 ng = rcu_dereference(net->gen); in net_generic()
|
/linux-4.19.296/include/uapi/linux/ |
D | bcache.h | 94 #define MAKE_PTR(gen, offset, dev) \ argument 95 ((((__u64) dev) << 51) | ((__u64) offset) << 8 | gen) 312 __u8 gen; member
|
/linux-4.19.296/fs/gfs2/ |
D | lock_dlm.c | 472 __le32 gen; in control_lvb_read() local 474 memcpy(&gen, lvb_bits, sizeof(__le32)); in control_lvb_read() 475 *lvb_gen = le32_to_cpu(gen); in control_lvb_read() 481 __le32 gen; in control_lvb_write() local 483 gen = cpu_to_le32(lvb_gen); in control_lvb_write() 484 memcpy(ls->ls_control_lvb, &gen, sizeof(__le32)); in control_lvb_write()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 152 xfs_agblock_t length, unsigned int gen);
|
/linux-4.19.296/include/rdma/ |
D | rdmavt_mr.h | 102 u32 gen; /* generation count */ member
|