Lines Matching refs:fs
60 * @C conflicts with some other fs block
114 N_("Cconflicts with some other fs @b"),
191 static void print_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino)
201 retval = ext2fs_get_pathname(fs, dir, ino, &path);
380 static _INLINE_ void expand_percent_expression(ext2_filsys fs, char ch,
426 print_pathname(fs, ctx->ino, 0);
429 print_pathname(fs, ctx->ino2,
433 print_pathname(fs, ctx->dir, 0);
436 print_pathname(fs, ctx->dir, ctx->ino);
439 printf("%u", get_backup_sb(NULL, fs, NULL, NULL));
462 ext2_filsys fs = ctx->fs;
479 expand_percent_expression(fs, *cp, pctx);