Searched refs:replace_path (Results  1 – 2 of 2) sorted by relevance
| /linux-4.1.27/fs/ | 
| D | fs_struct.c | 48 static inline int replace_path(struct path *p, const struct path *old, const struct path *new)  in replace_path()  function 70 			hits += replace_path(&fs->root, old_root, new_root);  in chroot_fs_refs() 71 			hits += replace_path(&fs->pwd, old_root, new_root);  in chroot_fs_refs()
  | 
| /linux-4.1.27/fs/btrfs/ | 
| D | relocation.c | 1761 int replace_path(struct btrfs_trans_handle *trans,  function 2194 			ret = replace_path(trans, root, reloc_root, path,
  |