Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:fs

61  * 	@C	conflicts with some other fs block
117 N_("Cconflicts with some other fs @b"),
196 static void print_pathname(FILE *f, ext2_filsys fs, ext2_ino_t dir,
207 if (fs)
208 retval = ext2fs_get_pathname(fs, dir, ino, &path);
209 if (!fs || retval)
265 static _INLINE_ void expand_inode_expression(FILE *f, ext2_filsys fs, char ch,
297 if (fs->super->s_feature_ro_compat &
318 fprintf(f, "%llu", ext2fs_file_acl_block(fs, inode));
359 static _INLINE_ void expand_dirent_expression(FILE *f, ext2_filsys fs, char ch,
376 if ((ext2fs_get_rec_len(fs, dirent, &rec_len) == 0) &&
382 (void) ext2fs_get_rec_len(fs, dirent, &rec_len);
398 static _INLINE_ void expand_percent_expression(FILE *f, ext2_filsys fs,
402 e2fsck_t e2fsck_ctx = fs ? (e2fsck_t) fs->priv_data : NULL;
471 print_pathname(f, fs, ctx->ino, 0);
474 print_pathname(f, fs, ctx->ino2,
478 print_pathname(f, fs, ctx->dir, 0);
481 print_pathname(f, fs, ctx->dir, ctx->ino);
491 fprintf(f, "%llu", get_backup_sb(NULL, fs, NULL, NULL));
526 ext2_filsys fs = ctx->fs;
545 expand_inode_expression(f, fs, *cp, pctx);
548 expand_dirent_expression(f, fs, *cp, pctx);
550 expand_percent_expression(f, fs, *cp, width,