Searched refs:temp_local (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | symlink_repair.c | 275 bool temp_local, in xrep_symlink_swap_prep() argument 284 if (temp_local) { in xrep_symlink_swap_prep() 330 bool ip_local, temp_local; in xrep_symlink_swap() local 334 temp_local = sc->tempip->i_df.if_format == XFS_DINODE_FMT_LOCAL; in xrep_symlink_swap() 341 if (ip_local && temp_local && in xrep_symlink_swap() 348 error = xrep_symlink_swap_prep(sc, temp_local, ip_local); in xrep_symlink_swap()
|
| H A D | attr_repair.c | 1281 bool temp_local, in xrep_xattr_swap_prep() argument 1291 if (temp_local) { in xrep_xattr_swap_prep() 1344 bool ip_local, temp_local; in xrep_xattr_swap() local 1348 temp_local = sc->tempip->i_af.if_format == XFS_DINODE_FMT_LOCAL; in xrep_xattr_swap() 1355 if (ip_local && temp_local) { in xrep_xattr_swap() 1369 error = xrep_xattr_swap_prep(sc, temp_local, ip_local); in xrep_xattr_swap()
|
| H A D | dir_repair.c | 1455 bool temp_local, in xrep_dir_swap_prep() argument 1464 if (temp_local) { in xrep_dir_swap_prep() 1642 bool ip_local, temp_local; in xrep_dir_swap() local 1681 temp_local = sc->tempip->i_df.if_format == XFS_DINODE_FMT_LOCAL; in xrep_dir_swap() 1689 if (ip_local && temp_local && in xrep_dir_swap() 1704 error = xrep_dir_swap_prep(sc, temp_local, ip_local); in xrep_dir_swap()
|