Lines Matching +defs:fs +defs:err
91 struct fs { struct
103 static void fs__init_once(struct fs *fs); argument
154 static bool fs__read_mounts(struct fs *fs) in fs__read_mounts()
177 static int fs__valid_mount(const char *fs, long magic) in fs__valid_mount()
189 static bool fs__check_mounts(struct fs *fs) in fs__check_mounts()
221 static bool fs__env_override(struct fs *fs) in fs__env_override()
242 static void fs__init_once(struct fs *fs) in fs__init_once()
253 static const char *fs__mountpoint(const struct fs *fs) in fs__mountpoint()
258 static const char *mount_overload(struct fs *fs) in mount_overload()
270 static const char *fs__mount(struct fs *fs) in fs__mount()
296 int fd = open(filename, O_RDONLY), err = -1; in filename__read_int() local
314 int fd = open(filename, O_RDONLY), err = -1; in filename__read_ull_base() local
352 int err; in filename__read_str() local
371 int fd = open(filename, O_WRONLY), err = -1; in filename__write_int() local