Searched refs:bch2_current_time (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | namei.c | 34 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 D | acl.c | 377 inode_u.bi_ctime = bch2_current_time(c); in bch2_set_acl()
|
| H A D | fs-io.c | 137 .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 D | io_misc.c | 348 inode_u.bi_mtime = inode_u.bi_ctime = bch2_current_time(trans->c); in adjust_i_size()
|
| H A D | xattr.c | 179 inode_u->bi_ctime = bch2_current_time(c); in bch2_xattr_set()
|
| H A D | bcachefs.h | 1222 static inline s64 bch2_current_time(const struct bch_fs *c) in bch2_current_time() function
|
| H A D | subvolume.c | 633 new_subvol->v.otime.lo = cpu_to_le64(bch2_current_time(c)); in bch2_subvolume_create()
|
| H A D | snapshot.c | 878 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 D | fsck.c | 284 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 D | inode.c | 867 bch2_inode_init_late(inode_u, bch2_current_time(c), in bch2_inode_init()
|