Lines Matching refs:fs
61 * @C conflicts with some other fs block
116 N_("Cconflicts with some other fs @b"),
194 static void print_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino)
204 retval = ext2fs_get_pathname(fs, dir, ino, &path);
261 static _INLINE_ void expand_inode_expression(ext2_filsys fs, char ch,
295 if (fs->super->s_feature_ro_compat &
357 static _INLINE_ void expand_dirent_expression(ext2_filsys fs, char ch,
377 if ((ext2fs_get_rec_len(fs, dirent, &rec_len) == 0) &&
383 (void) ext2fs_get_rec_len(fs, dirent, &rec_len);
399 static _INLINE_ void expand_percent_expression(ext2_filsys fs, char ch,
403 e2fsck_t e2fsck_ctx = fs ? (e2fsck_t) fs->priv_data : NULL;
472 print_pathname(fs, ctx->ino, 0);
475 print_pathname(fs, ctx->ino2,
479 print_pathname(fs, ctx->dir, 0);
482 print_pathname(fs, ctx->dir, ctx->ino);
492 printf("%u", get_backup_sb(NULL, fs, NULL, NULL));
521 ext2_filsys fs = ctx->fs;
532 expand_inode_expression(fs, *cp, pctx);
535 expand_dirent_expression(fs, *cp, pctx);
538 expand_percent_expression(fs, *cp, &first, pctx);