Searched refs:mnt (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/misc/
H A Dmntent.c22 struct mntent *getmntent_r(FILE *f, struct mntent *mnt, char *linebuf, int buflen) argument
26 mnt->mnt_freq = 0;
27 mnt->mnt_passno = 0;
44 &mnt->mnt_freq, &mnt->mnt_passno);
52 mnt->mnt_fsname = linebuf+n[0];
53 mnt->mnt_dir = linebuf+n[2];
54 mnt->mnt_type = linebuf+n[4];
55 mnt->mnt_opts = linebuf+n[6];
57 return mnt;
62 static struct mntent mnt; local
66 addmntent(FILE *f, const struct mntent *mnt) argument
74 hasmntopt(const struct mntent *mnt, const char *opt) argument
[all...]
/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dfat.h374 extern int fat_getattr(struct vfsmount *mnt, struct dentry *dentry,
H A Dfile.c329 int fat_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
/seL4-camkes-master/tools/cogent/impl/fs/bilby/c/os/linux/
H A Dwrapper.c678 static int bilbyfs_getattr(struct vfsmount *mnt, struct dentry *dentry, argument

Completed in 42 milliseconds