Home
last modified time | relevance | path

Searched refs:temp_local (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/scrub/
H A Dattr_repair.c1281 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 Ddir_repair.c1451 bool temp_local, in xrep_dir_swap_prep() argument
1460 if (temp_local) { in xrep_dir_swap_prep()
1638 bool ip_local, temp_local; in xrep_dir_swap() local
1677 temp_local = sc->tempip->i_df.if_format == XFS_DINODE_FMT_LOCAL; in xrep_dir_swap()
1685 if (ip_local && temp_local && in xrep_dir_swap()
1700 error = xrep_dir_swap_prep(sc, temp_local, ip_local); in xrep_dir_swap()