Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dfs-common.c34 u64 now = bch2_current_time(c); in bch2_create_trans()
195 u64 now = bch2_current_time(c); in bch2_link_trans()
255 u64 now = bch2_current_time(c); in bch2_unlink_trans()
394 u64 now = bch2_current_time(c); in bch2_rename_trans()
Dacl.c382 inode_u.bi_ctime = bch2_current_time(c); in bch2_set_acl()
Dfs-io.c137 .now = bch2_current_time(c), in bch2_write_inode_size()
495 bi->bi_mtime = bi->bi_ctime = bch2_current_time(c); in inode_update_times_fn()
Dio_misc.c345 inode_u.bi_mtime = inode_u.bi_ctime = bch2_current_time(trans->c); in adjust_i_size()
Dxattr.c179 inode_u->bi_ctime = bch2_current_time(c); in bch2_xattr_set()
Dsubvolume.c598 new_subvol->v.otime.lo = cpu_to_le64(bch2_current_time(c)); in bch2_subvolume_create()
Dbcachefs.h1217 static inline s64 bch2_current_time(const struct bch_fs *c) in bch2_current_time() function
Dsnapshot.c940 snapshot->v.btime.lo = cpu_to_le64(bch2_current_time(c)); in check_snapshot_exists()
1282 n->v.btime.lo = cpu_to_le64(bch2_current_time(c)); in create_snapids()
Dfsck.c294 u64 now = bch2_current_time(c); in lookup_lostfound()
546 bch2_inode_init_late(&new_inode, bch2_current_time(c), 0, 0, S_IFDIR|0755, 0, NULL); in reconstruct_subvol()
636 bch2_inode_init_late(&new_inode, bch2_current_time(c), 0, 0, i_mode|0600, 0, NULL); in reconstruct_inode()
Dinode.c844 bch2_inode_init_late(inode_u, bch2_current_time(c), in bch2_inode_init()