Searched defs:gen (Results 1 - 24 of 24) sorted by relevance

/fs/nilfs2/
H A Dexport.h12 * @gen: file generation (version) for NFS
19 u32 gen; member in struct:nilfs_fid
H A Dnamei.c461 u64 ino, u32 gen)
478 if (gen && inode->i_generation != gen) {
496 return nilfs_get_dentry(sb, fid->cno, fid->ino, fid->gen);
529 fid->gen = inode->i_generation;
460 nilfs_get_dentry(struct super_block *sb, u64 cno, u64 ino, u32 gen) argument
/fs/xfs/
H A Dxfs_export.h64 u32 gen; member in struct:xfs_fid64
/fs/btrfs/
H A Dexport.h11 u32 gen; member in struct:btrfs_fid
H A Dextent_map.c269 * @gen: generation that this extent has been modified in
276 u64 gen)
292 em->generation = gen;
275 unpin_extent_cache(struct extent_map_tree *tree, u64 start, u64 len, u64 gen) argument
H A Dfile.c543 u64 gen; local
573 gen = em->generation;
617 split->generation = gen;
634 split->generation = gen;
H A Dfree-space-cache.c404 __le64 *gen; local
419 gen = io_ctl->cur;
420 if (le64_to_cpu(*gen) != generation) {
422 "(%Lu) does not match inode (%Lu)\n", *gen,
H A Ddisk-io.c2021 u64 gen = btrfs_super_generation(super); local
2023 newest = find_newest_super_backup(info, gen);
H A Dscrub.c225 u64 gen, int mirror_num, u8 *csum, int force,
1993 u64 gen, int mirror_num, u8 *csum, int force,
2032 spage->generation = gen;
2178 u64 gen, int mirror_num, u64 physical_for_dev_replace)
2217 ret = scrub_pages(sctx, logical, l, physical, dev, flags, gen,
2815 u64 gen; local
2824 gen = scrub_dev->generation;
2826 gen = root->fs_info->last_trans_committed;
2835 scrub_dev, BTRFS_EXTENT_FLAG_SUPER, gen, i,
1991 scrub_pages(struct scrub_ctx *sctx, u64 logical, u64 len, u64 physical, struct btrfs_device *dev, u64 flags, u64 gen, int mirror_num, u8 *csum, int force, u64 physical_for_dev_replace) argument
2176 scrub_extent(struct scrub_ctx *sctx, u64 logical, u64 len, u64 physical, struct btrfs_device *dev, u64 flags, u64 gen, int mirror_num, u64 physical_for_dev_replace) argument
H A Dtree-log.c290 struct walk_control *wc, u64 gen);
298 struct walk_control *wc, u64 gen)
307 ret = btrfs_read_buffer(eb, gen);
316 if (!ret && btrfs_buffer_uptodate(eb, gen, 0)) {
2028 struct walk_control *wc, u64 gen)
2038 ret = btrfs_read_buffer(eb, gen);
296 process_one_buffer(struct btrfs_root *log, struct extent_buffer *eb, struct walk_control *wc, u64 gen) argument
2027 replay_one_buffer(struct btrfs_root *log, struct extent_buffer *eb, struct walk_control *wc, u64 gen) argument
H A Dctree.c1620 u64 gen; local
1657 gen = btrfs_node_ptr_generation(parent, i);
1676 uptodate = btrfs_buffer_uptodate(cur, gen, 0);
1681 cur = read_tree_block(root, blocknr, gen);
1687 err = btrfs_read_buffer(cur, gen);
2238 u64 gen; local
2284 gen = btrfs_node_ptr_generation(node, nr);
2301 u64 gen; local
2316 gen = btrfs_node_ptr_generation(parent, slot - 1);
2323 if (eb && btrfs_buffer_uptodate(eb, gen,
2440 u64 gen; local
5160 u64 gen; local
5629 u64 gen = btrfs_node_ptr_generation(c, slot); local
[all...]
H A Dsend.c232 u64 gen; member in struct:pending_dir_move
250 u64 gen; member in struct:orphan_dir_info
265 u64 gen; member in struct:name_cache_entry
785 u64 ino, u64 *size, u64 *gen, u64 *mode, u64 *uid,
806 if (gen)
807 *gen = btrfs_inode_generation(path->nodes[0], ii);
821 u64 ino, u64 *size, u64 *gen,
831 ret = __get_inode_info(root, path, ino, size, gen, mode, uid, gid,
1488 u64 ino, u64 gen,
1504 ino, gen, id
784 __get_inode_info(struct btrfs_root *root, struct btrfs_path *path, u64 ino, u64 *size, u64 *gen, u64 *mode, u64 *uid, u64 *gid, u64 *rdev) argument
820 get_inode_info(struct btrfs_root *root, u64 ino, u64 *size, u64 *gen, u64 *mode, u64 *uid, u64 *gid, u64 *rdev) argument
1487 gen_unique_name(struct send_ctx *sctx, u64 ino, u64 gen, struct fs_path *dest) argument
1559 get_cur_inode_state(struct send_ctx *sctx, u64 ino, u64 gen) argument
1625 is_inode_existent(struct send_ctx *sctx, u64 ino, u64 gen) argument
1798 u64 gen; local
1870 u64 gen; local
1917 did_overwrite_first_ref(struct send_ctx *sctx, u64 ino, u64 gen) argument
2005 name_cache_search(struct send_ctx *sctx, u64 ino, u64 gen) argument
2070 __get_cur_name_and_parent(struct send_ctx *sctx, u64 ino, u64 gen, u64 *parent_ino, u64 *parent_gen, struct fs_path *dest) argument
2206 get_cur_path(struct send_ctx *sctx, u64 ino, u64 gen, struct fs_path *dest) argument
2345 send_truncate(struct send_ctx *sctx, u64 ino, u64 gen, u64 size) argument
2374 send_chmod(struct send_ctx *sctx, u64 ino, u64 gen, u64 mode) argument
2403 send_chown(struct send_ctx *sctx, u64 ino, u64 gen, u64 uid, u64 gid) argument
2433 send_utimes(struct send_ctx *sctx, u64 ino, u64 gen) argument
2501 u64 gen; local
2751 orphanize_inode(struct send_ctx *sctx, u64 ino, u64 gen, struct fs_path *path) argument
3070 path_loop(struct send_ctx *sctx, struct fs_path *name, u64 ino, u64 gen, u64 *ancestor_ino) argument
3675 u64 gen; local
4380 u64 gen; local
[all...]
/fs/ocfs2/
H A Ddcache.c44 unsigned long gen = local
47 dentry->d_fsdata = (void *)gen;
71 unsigned long gen = (unsigned long) dentry->d_fsdata; local
78 pgen, gen);
79 if (gen != pgen)
H A Djournal.c1770 u32 gen; local
1785 gen = ocfs2_get_recovery_generation(di);
1790 osb->slot_recovery_generations[i] = gen;
H A Ddlmglue.c1222 unsigned int gen; local
1237 gen = lockres_set_pending(lockres);
1246 lockres_clear_pending(lockres, gen, osb);
1374 unsigned int gen; local
1458 gen = lockres_set_pending(lockres);
1474 lockres_clear_pending(lockres, gen, osb);
1939 unsigned int gen; local
1965 gen = ocfs2_prepare_downconvert(lockres, DLM_LOCK_NL);
1969 ret = ocfs2_downconvert_lock(osb, lockres, DLM_LOCK_NL, 0, gen);
3367 unsigned int gen; local
[all...]
/fs/dlm/
H A Dmember.c63 static void log_slots(struct dlm_ls *ls, uint32_t gen, int num_slots, argument
95 log_rinfo(ls, "generation %u slots %d%s", gen, num_slots, line);
106 uint32_t gen; local
111 gen = le32_to_cpu(rf->rf_generation);
112 if (gen <= ls->ls_generation) {
113 log_error(ls, "dlm_slots_copy_in gen %u old %u",
114 gen, ls->ls_generation);
116 ls->ls_generation = gen;
129 log_slots(ls, gen, num_slots, ro0, NULL, 0);
176 uint32_t gen local
[all...]
H A Drecover.c173 uint32_t gen; local
187 rv = dlm_slots_assign(ls, &num_slots, &slots_size, &slots, &gen);
194 ls->ls_generation = gen;
/fs/ceph/
H A Ddir.c995 u32 gen; local
1006 gen = s->s_cap_gen;
1010 if (di->lease_gen == gen &&
H A Dcaps.c646 u32 gen; local
649 gen = cap->session->s_cap_gen;
653 if (cap->cap_gen < gen || time_after_eq(jiffies, ttl)) {
655 "but STALE (gen %u vs %u)\n", &cap->ci->vfs_inode,
656 cap, ceph_cap_string(cap->issued), cap->cap_gen, gen);
/fs/ext4/
H A Dialloc.c1021 __le32 gen = cpu_to_le32(inode->i_generation); local
1024 ei->i_csum_seed = ext4_chksum(sbi, csum, (__u8 *)&gen,
1025 sizeof(gen));
H A Dinode.c3933 __le32 gen = raw_inode->i_generation; local
3936 ei->i_csum_seed = ext4_chksum(sbi, csum, (__u8 *)&gen,
3937 sizeof(gen));
/fs/gfs2/
H A Dlock_dlm.c365 * 10. gfs2_control sets control_lock lvb = new gen + bits for failed jids
380 * . All nodes attempt to set control_lock lvb gen + bits for the new gen
471 __le32 gen; local
473 memcpy(&gen, lvb_bits, sizeof(__le32));
474 *lvb_gen = le32_to_cpu(gen);
480 __le32 gen; local
482 gen = cpu_to_le32(lvb_gen);
483 memcpy(ls->ls_control_lvb, &gen, sizeof(__le32));
970 fs_info(sdp, "control_first_done wait gen
[all...]
/fs/
H A Dlibfs.c875 (struct super_block *sb, u64 ino, u32 gen))
885 inode = get_inode(sb, fid->i32.ino, fid->i32.gen);
908 (struct super_block *sb, u64 ino, u32 gen))
873 generic_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type, struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen)) argument
906 generic_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type, struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen)) argument
/fs/xfs/libxfs/
H A Dxfs_ialloc.c229 unsigned int gen)
282 mp->m_sb.sb_inodesize, length, gen);
307 free->di_gen = cpu_to_be32(gen);
222 xfs_ialloc_inode_init( struct xfs_mount *mp, struct xfs_trans *tp, struct list_head *buffer_list, xfs_agnumber_t agno, xfs_agblock_t agbno, xfs_agblock_t length, unsigned int gen) argument

Completed in 429 milliseconds