X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=inline;f=lustre%2Futils%2Fmount_utils.h;h=01a7795504824df8941d1b1a2c7041c9b04c3cba;hb=a0b83ae3120e79fc6ea6eba7e6bff7e3720209d5;hp=671de7eeb284fbec32f641e15cc9e4f22b885e12;hpb=495c2c6b6de9b307d2a90d3b33053685a77a3fad;p=fs%2Flustre-release.git diff --git a/lustre/utils/mount_utils.h b/lustre/utils/mount_utils.h index 671de7e..01a7795 100644 --- a/lustre/utils/mount_utils.h +++ b/lustre/utils/mount_utils.h @@ -77,6 +77,9 @@ int add_param(char *buf, char *key, char *val); int get_param(char *buf, char *key, char **val); char *strscat(char *dst, char *src, int buflen); char *strscpy(char *dst, char *src, int buflen); +int check_mtab_entry(char *spec1, char *spec2, char *mntpt, char *type); +int update_mtab_entry(char *spec, char *mtpt, char *type, char *opts, + int flags, int freq, int pass); int check_mountfsoptions(char *mountopts, char *wanted_mountopts, int justwarn); void trim_mountfsoptions(char *s); __u64 get_device_size(char* device);