blob: 2c3cd918bc498e588ad556e32141b5c86714b929 [file] [log] [blame]
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2000-2006 Silicon Graphics, Inc.
* All Rights Reserved.
*/
#ifndef LIBXFS_INIT_H
#define LIBXFS_INIT_H
struct stat;
extern int platform_check_ismounted (char *path, char *block,
struct stat *sptr, int verbose);
extern int platform_check_iswritable (char *path, char *block, struct stat *sptr);
extern int platform_set_blocksize (int fd, char *path, dev_t device, int bsz, int fatal);
extern void platform_flush_device (int fd, dev_t device);
extern char *platform_findrawpath(char *path);
extern char *platform_findrawpath (char *path);
extern char *platform_findblockpath (char *path);
extern int platform_direct_blockdev (void);
extern int platform_align_blockdev (void);
extern unsigned long platform_physmem(void); /* in kilobytes */
extern int platform_has_uuid;
#endif /* LIBXFS_INIT_H */