Searched refs:bch2_current_time (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | fs-common.c | 34 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()
|
D | acl.c | 382 inode_u.bi_ctime = bch2_current_time(c); in bch2_set_acl()
|
D | fs-io.c | 137 .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()
|
D | io_misc.c | 345 inode_u.bi_mtime = inode_u.bi_ctime = bch2_current_time(trans->c); in adjust_i_size()
|
D | xattr.c | 179 inode_u->bi_ctime = bch2_current_time(c); in bch2_xattr_set()
|
D | subvolume.c | 598 new_subvol->v.otime.lo = cpu_to_le64(bch2_current_time(c)); in bch2_subvolume_create()
|
D | bcachefs.h | 1217 static inline s64 bch2_current_time(const struct bch_fs *c) in bch2_current_time() function
|
D | snapshot.c | 940 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()
|
D | fsck.c | 294 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()
|
D | inode.c | 844 bch2_inode_init_late(inode_u, bch2_current_time(c), in bch2_inode_init()
|