Home
last modified time | relevance | path

Searched refs:bch2_current_time (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dnamei.c34 u64 now = bch2_current_time(c); in bch2_create_trans()
194 u64 now = bch2_current_time(c); in bch2_link_trans()
255 u64 now = bch2_current_time(c); in bch2_unlink_trans()
397 u64 now = bch2_current_time(c); in bch2_rename_trans()
H A Dacl.c377 inode_u.bi_ctime = bch2_current_time(c); in bch2_set_acl()
H A Dfs-io.c137 .now = bch2_current_time(c), in bch2_write_inode_size()
551 bi->bi_mtime = bi->bi_ctime = bch2_current_time(c); in inode_update_times_fn()
H A Dio_misc.c348 inode_u.bi_mtime = inode_u.bi_ctime = bch2_current_time(trans->c); in adjust_i_size()
H A Dxattr.c179 inode_u->bi_ctime = bch2_current_time(c); in bch2_xattr_set()
H A Dbcachefs.h1222 static inline s64 bch2_current_time(const struct bch_fs *c) in bch2_current_time() function
H A Dsubvolume.c633 new_subvol->v.otime.lo = cpu_to_le64(bch2_current_time(c)); in bch2_subvolume_create()
H A Dsnapshot.c878 snapshot->v.btime.lo = cpu_to_le64(bch2_current_time(c)); in check_snapshot_exists()
1219 n->v.btime.lo = cpu_to_le64(bch2_current_time(c)); in create_snapids()
H A Dfsck.c284 u64 now = bch2_current_time(c); in lookup_lostfound()
569 bch2_inode_init_late(&new_inode, bch2_current_time(c), 0, 0, S_IFDIR|0755, 0, NULL); in reconstruct_subvol()
659 bch2_inode_init_late(&new_inode, bch2_current_time(c), 0, 0, i_mode|0600, 0, NULL); in reconstruct_inode()
H A Dinode.c867 bch2_inode_init_late(inode_u, bch2_current_time(c), in bch2_inode_init()