Searched refs:bch2_current_time (Results 1 – 10 of 10) sorted by relevance
| /fs/bcachefs/ |
| A D | namei.c | 42 u64 now = bch2_current_time(c); in bch2_create_trans() 212 u64 now = bch2_current_time(c); in bch2_link_trans() 273 u64 now = bch2_current_time(c); in bch2_unlink_trans() 415 u64 now = bch2_current_time(c); in bch2_rename_trans()
|
| A D | subvolume.c | 138 bch2_inode_init_late(c, &inode, bch2_current_time(c), in check_subvol() 661 new_subvol->v.otime.lo = cpu_to_le64(bch2_current_time(c)); in bch2_subvolume_create()
|
| A D | acl.c | 377 inode_u.bi_ctime = bch2_current_time(c); in bch2_set_acl()
|
| A D | fs-io.c | 140 .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()
|
| A D | xattr.c | 184 inode_u->bi_ctime = bch2_current_time(c); in bch2_xattr_set()
|
| A D | io_misc.c | 375 inode_u.bi_mtime = inode_u.bi_ctime = bch2_current_time(trans->c); in adjust_i_size()
|
| A D | bcachefs.h | 1236 static inline s64 bch2_current_time(const struct bch_fs *c) in bch2_current_time() function
|
| A D | fsck.c | 265 u64 now = bch2_current_time(c); in lookup_lostfound() 583 bch2_inode_init_late(c, &new_inode, bch2_current_time(c), 0, 0, S_IFDIR|0755, 0, NULL); in reconstruct_subvol() 673 bch2_inode_init_late(c, &new_inode, bch2_current_time(c), 0, 0, i_mode|0600, 0, NULL); in reconstruct_inode()
|
| A D | snapshot.c | 899 snapshot->v.btime.lo = cpu_to_le64(bch2_current_time(c)); in check_snapshot_exists() 1317 n->v.btime.lo = cpu_to_le64(bch2_current_time(c)); in create_snapids()
|
| A D | inode.c | 950 bch2_inode_init_late(c, inode_u, bch2_current_time(c), in bch2_inode_init()
|
Completed in 41 milliseconds