/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);
|