/fs/dlm/ |
D | member.c | 61 static void log_slots(struct dlm_ls *ls, uint32_t gen, int num_slots, in log_slots() argument 93 log_rinfo(ls, "generation %u slots %d%s", gen, num_slots, line); in log_slots() 104 uint32_t gen; in dlm_slots_copy_in() local 109 gen = le32_to_cpu(rf->rf_generation); in dlm_slots_copy_in() 110 if (gen <= ls->ls_generation) { in dlm_slots_copy_in() 112 gen, ls->ls_generation); in dlm_slots_copy_in() 114 ls->ls_generation = gen; in dlm_slots_copy_in() 127 log_slots(ls, gen, num_slots, ro0, NULL, 0); in dlm_slots_copy_in() 174 uint32_t gen = 0; in dlm_slots_assign() local 187 if (memb->generation > gen) in dlm_slots_assign() [all …]
|
D | recover.c | 175 uint32_t gen; in dlm_recover_members_wait() local 189 rv = dlm_slots_assign(ls, &num_slots, &slots_size, &slots, &gen); in dlm_recover_members_wait() 196 ls->ls_generation = gen; in dlm_recover_members_wait()
|
/fs/unicode/ |
D | mkutf8data.c | 1342 int gen; member 1379 if (left->gen != right->gen) in nfdi_equal() 1396 if (left->gen != right->gen) in nfdicf_equal() 1420 leaf->code, leaf->ccc, leaf->gen); in nfdi_print() 1435 leaf->code, leaf->ccc, leaf->gen); in nfdicf_print() 1512 *data++ = leaf->gen; in nfdi_emit() 1533 *data++ = leaf->gen; in nfdicf_emit() 1696 if (unicode_data[unichar].gen < 0) in trees_populate() 1768 if (data->gen != -1) in verify() 1775 if (data->gen == -1) in verify() [all …]
|
/fs/btrfs/ |
D | send.c | 226 u64 gen; member 246 u64 gen; member 262 u64 gen; member 320 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen); 820 u64 ino, u64 *size, u64 *gen, u64 *mode, u64 *uid, in __get_inode_info() argument 841 if (gen) in __get_inode_info() 842 *gen = btrfs_inode_generation(path->nodes[0], ii); in __get_inode_info() 856 u64 ino, u64 *size, u64 *gen, in get_inode_info() argument 866 ret = __get_inode_info(root, path, ino, size, gen, mode, uid, gid, in get_inode_info() 1542 u64 ino, u64 gen, in gen_unique_name() argument [all …]
|
D | export.h | 13 u32 gen; member
|
D | ctree.c | 1606 u64 gen; in btrfs_realloc_node() local 1644 gen = btrfs_node_ptr_generation(parent, i); in btrfs_realloc_node() 1664 uptodate = btrfs_buffer_uptodate(cur, gen, 0); in btrfs_realloc_node() 1669 cur = read_tree_block(fs_info, blocknr, gen, in btrfs_realloc_node() 1679 err = btrfs_read_buffer(cur, gen, in btrfs_realloc_node() 2287 u64 gen; in reada_for_balance() local 2300 gen = btrfs_node_ptr_generation(parent, slot - 1); in reada_for_balance() 2307 if (eb && btrfs_buffer_uptodate(eb, gen, 1) != 0) in reada_for_balance() 2313 gen = btrfs_node_ptr_generation(parent, slot + 1); in reada_for_balance() 2315 if (eb && btrfs_buffer_uptodate(eb, gen, 1) != 0) in reada_for_balance() [all …]
|
D | export.c | 37 fid->gen = inode->i_generation; in btrfs_encode_fh() 129 generation = fid->gen; in btrfs_fh_to_dentry()
|
D | extent_map.h | 92 int unpin_extent_cache(struct extent_map_tree *tree, u64 start, u64 len, u64 gen);
|
D | scrub.c | 240 u64 gen, int mirror_num, u8 *csum, int force, 2155 u64 gen, int mirror_num, u8 *csum, int force, in scrub_pages() argument 2194 spage->generation = gen; in scrub_pages() 2405 u64 gen, int mirror_num, u64 physical_for_dev_replace) in scrub_extent() argument 2444 ret = scrub_pages(sctx, logical, l, physical, dev, flags, gen, in scrub_extent() 2460 u64 flags, u64 gen, int mirror_num, u8 *csum) in scrub_pages_for_parity() argument 2505 spage->generation = gen; in scrub_pages_for_parity() 2544 u64 flags, u64 gen, int mirror_num) in scrub_extent_for_parity() argument 2576 flags, gen, mirror_num, in scrub_extent_for_parity() 3703 u64 gen; in scrub_supers() local [all …]
|
D | extent_map.c | 297 u64 gen) in unpin_extent_cache() argument 311 em->generation = gen; in unpin_extent_cache()
|
D | ref-verify.c | 556 u64 block_bytenr, gen; in walk_down_tree() local 565 gen = btrfs_node_ptr_generation(path->nodes[level], in walk_down_tree() 569 eb = read_tree_block(fs_info, block_bytenr, gen, in walk_down_tree()
|
/fs/xfs/ |
D | xfs_export.c | 90 fid->i32.gen = inode->i_generation; in xfs_fs_encode_fh() 98 fid64->gen = inode->i_generation; in xfs_fs_encode_fh() 170 inode = xfs_nfs_get_inode(sb, fid->i32.ino, fid->i32.gen); in xfs_fs_fh_to_dentry() 174 inode = xfs_nfs_get_inode(sb, fid64->ino, fid64->gen); in xfs_fs_fh_to_dentry()
|
D | xfs_export.h | 52 u32 gen; member
|
/fs/ocfs2/ |
D | dcache.c | 30 unsigned long gen = in ocfs2_dentry_attach_gen() local 33 dentry->d_fsdata = (void *)gen; in ocfs2_dentry_attach_gen() 57 unsigned long gen = (unsigned long) dentry->d_fsdata; in ocfs2_dentry_revalidate() local 64 pgen, gen); in ocfs2_dentry_revalidate() 65 if (gen != pgen) in ocfs2_dentry_revalidate()
|
D | dlmglue.c | 1316 unsigned int gen; in ocfs2_lock_create() local 1331 gen = lockres_set_pending(lockres); in ocfs2_lock_create() 1340 lockres_clear_pending(lockres, gen, osb); in ocfs2_lock_create() 1481 unsigned int gen; in __ocfs2_cluster_lock() local 1572 gen = lockres_set_pending(lockres); in __ocfs2_cluster_lock() 1588 lockres_clear_pending(lockres, gen, osb); in __ocfs2_cluster_lock() 2073 unsigned int gen; in ocfs2_file_unlock() local 2099 gen = ocfs2_prepare_downconvert(lockres, DLM_LOCK_NL); in ocfs2_file_unlock() 2103 ret = ocfs2_downconvert_lock(osb, lockres, DLM_LOCK_NL, 0, gen); in ocfs2_file_unlock() 3737 unsigned int gen; in ocfs2_unblock_lock() local [all …]
|
/fs/nilfs2/ |
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()
|
D | export.h | 20 u32 gen; member
|
/fs/gfs2/ |
D | lock_dlm.c | 474 __le32 gen; in control_lvb_read() local 476 memcpy(&gen, lvb_bits, sizeof(__le32)); in control_lvb_read() 477 *lvb_gen = le32_to_cpu(gen); in control_lvb_read() 483 __le32 gen; in control_lvb_write() local 485 gen = cpu_to_le32(lvb_gen); in control_lvb_write() 486 memcpy(ls->ls_control_lvb, &gen, sizeof(__le32)); in control_lvb_write()
|
/fs/vboxsf/ |
D | utils.c | 21 u32 gen; in vboxsf_new_inode() local 33 gen = sbi->next_generation; in vboxsf_new_inode() 43 inode->i_generation = gen; in vboxsf_new_inode()
|
/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 135 xfs_agblock_t length, unsigned int gen);
|
/fs/f2fs/ |
D | inode.c | 148 __le32 gen = ri->i_generation; in f2fs_inode_chksum() local 156 chksum_seed = f2fs_chksum(sbi, chksum, (__u8 *)&gen, sizeof(gen)); in f2fs_inode_chksum()
|
/fs/ |
D | eventpoll.c | 224 u64 gen; member 2022 ep->gen = loop_check_gen; in ep_loop_check_proc() 2027 if (ep_tovisit->gen == loop_check_gen) in ep_loop_check_proc() 2234 ep->gen == loop_check_gen || in do_epoll_ctl()
|
D | libfs.c | 1022 (struct super_block *sb, u64 ino, u32 gen)) in generic_fh_to_dentry() argument 1032 inode = get_inode(sb, fid->i32.ino, fid->i32.gen); in generic_fh_to_dentry() 1055 (struct super_block *sb, u64 ino, u32 gen)) in generic_fh_to_parent() argument
|
/fs/kernfs/ |
D | dir.c | 764 u32 gen = kernfs_id_gen(id); in kernfs_find_and_get_node_by_id() local 778 if (unlikely(gen && kernfs_gen(kn) != gen)) in kernfs_find_and_get_node_by_id()
|
/fs/ext4/ |
D | ioctl.c | 94 __le32 gen = cpu_to_le32(inode->i_generation); in ext4_reset_inode_seed() local 101 ei->i_csum_seed = ext4_chksum(sbi, csum, (__u8 *)&gen, sizeof(gen)); in ext4_reset_inode_seed()
|