Searched refs:cache_dir_utimes (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/fs/btrfs/ | 
| D | send.c | 2783 static int cache_dir_utimes(struct send_ctx *sctx, u64 dir, u64 gen)  in cache_dir_utimes()  function3623 	ret = cache_dir_utimes(sctx, pm->ino, pm->gen);  in apply_dir_move()
 3643 		ret = cache_dir_utimes(sctx, cur->dir, cur->dir_gen);  in apply_dir_move()
 4588 			ret = cache_dir_utimes(sctx, cur->dir, cur->dir_gen);  in process_recorded_refs()
 6778 			ret = cache_dir_utimes(sctx, sctx->cur_ino, sctx->cur_inode_gen);  in finish_inode_if_needed()
 
 |