HomeSort by: relevance | last modified time | path
    Searched defs:update_mp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/msdosfs/
msdosfs_vfsops.c 103 static int update_mp(struct mount *, struct msdosfs_args *);
183 update_mp(struct mount *mp, struct msdosfs_args *argp) function in typeref:typename:int
257 if ((error = update_mp(mp, &args)) != 0) {
441 if ((error = update_mp(mp, args)) != 0) {
443 DPRINTF("update_mp %d", error);
msdosfs_vfsops.c 103 static int update_mp(struct mount *, struct msdosfs_args *);
183 update_mp(struct mount *mp, struct msdosfs_args *argp) function in typeref:typename:int
257 if ((error = update_mp(mp, &args)) != 0) {
441 if ((error = update_mp(mp, args)) != 0) {
443 DPRINTF("update_mp %d", error);
msdosfs_vfsops.c 103 static int update_mp(struct mount *, struct msdosfs_args *);
183 update_mp(struct mount *mp, struct msdosfs_args *argp) function in typeref:typename:int
257 if ((error = update_mp(mp, &args)) != 0) {
441 if ((error = update_mp(mp, args)) != 0) {
443 DPRINTF("update_mp %d", error);

Completed in 31 milliseconds