Searched refs:mnt (Results 1 - 25 of 199) sorted by path

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmzip.c75 struct mntent *mnt; local
103 while ( ( mnt = getmntent (mtab) ) ) {
104 if (!mnt->mnt_fsname
107 || !strcmp (mnt->mnt_type, MNTTYPE_SWAP)
110 || !strcmp (mnt->mnt_type, MNTTYPE_NFS)
112 || !strcmp (mnt->mnt_type, "proc")
113 || !strcmp (mnt->mnt_type, "smbfs")
115 || !strcmp (mnt->mnt_type, MNTTYPE_IGNORE)
120 if (MT_STAT (mnt->mnt_fsname, &st_mnt)) {
136 mnt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c130 static int add_mount(const char *source, const char *mnt, const char *type, argument
133 return fuse_mnt_add_mount(progname, source, mnt, type, opts);
163 static int add_mount(const char *source, const char *mnt, const char *type, argument
167 (void) mnt;
304 static int do_mount(const char *mnt, char **typep, mode_t rootmode, argument
396 res = mount(source, mnt, type, flags, optbuf);
400 res = mount(source, mnt, type, flags, optbuf);
439 const char *mnt = *mntp; local
440 const char *origmnt = mnt;
442 res = stat(mnt, stbu
560 mount_fuse(const char *mnt, const char *opts) argument
637 char *mnt; local
[all...]
H A Dmount_util.c24 static int mtab_needs_update(const char *mnt) argument
30 if (strncmp(mnt, _PATH_MOUNTED, strlen(mnt)) == 0 &&
31 _PATH_MOUNTED[strlen(mnt)] == '/')
58 const char *mnt, const char *type, const char *opts)
63 if (!mtab_needs_update(mnt))
94 fsname, mnt, NULL);
110 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy) argument
115 if (!mtab_needs_update(mnt)) {
116 res = umount2(mnt, laz
57 fuse_mnt_add_mount(const char *progname, const char *fsname, const char *mnt, const char *type, const char *opts) argument
[all...]
H A Dmount_util.h12 const char *mnt, const char *type, const char *opts);
13 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dvolume.c1243 struct mntent *mnt; local
1264 while ((mnt = getmntent(f))) {
1265 if (!realpath(mnt->mnt_fsname, real_fsname))
1271 if (!mnt)
1274 if (!strcmp(mnt->mnt_dir, "/"))
1277 if (hasmntopt(mnt, "ro") && !hasmntopt(mnt, "rw"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c2877 static void completion_remote_filter(const char *mnt, file_info *f, const char *mask, void *state) argument
H A Dsmbmount.c258 struct mntent *mnt; local
298 while ((mnt = getmntent(mtab)) != NULL) {
299 if (strcmp(mnt->mnt_dir, mount_point) != 0) {
300 addmntent(new_mtab, mnt);
H A Dsmbumount.c108 struct mntent *mnt; local
161 while ((mnt = getmntent(mtab)) != NULL) {
162 if (strcmp(mnt->mnt_dir, mount_point) != 0) {
163 addmntent(new_mtab, mnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysquotas.c52 struct mntent *mnt; local
71 while ((mnt = getmntent(fp))) {
72 if ( sys_stat(mnt->mnt_dir,&S) == -1 )
76 (*mntpath) = SMB_STRDUP(mnt->mnt_dir);
77 (*bdev) = SMB_STRDUP(mnt->mnt_fsname);
78 (*fs) = SMB_STRDUP(mnt->mnt_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclidfs.c173 static void cli_cm_set_mntpoint( struct cli_state *c, const char *mnt )
184 pstrcpy( p->mount, mnt );
H A Dclilist.c171 const char *mnt; local
316 mnt = cli_cm_get_mntpoint( cli );
320 fn( mnt,&finfo, Mask, state );
H A Dlibsmbclient.c1834 dir_list_fn(const char *mnt, file_info *finfo, const char *mask, void *state) argument
2482 static void rmdir_list_fn(const char *mnt, file_info *finfo, const char *mask, void *state) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dquotas.c203 struct mntent *mnt; local
222 while ((mnt = getmntent(fp))) {
223 if ( sys_stat(mnt->mnt_dir,&S) == -1 )
240 if (strcmp(mnt->mnt_type, "xfs")==0) {
241 r=get_smb_linux_xfs_quota(mnt->mnt_fsname, euser_id, egrp_id, &D);
243 r=get_smb_linux_gen_quota(mnt->mnt_fsname, euser_id, egrp_id, &D);
245 r=get_smb_linux_v2_quota(mnt->mnt_fsname, euser_id, egrp_id, &D);
247 r=get_smb_linux_v1_quota(mnt->mnt_fsname, euser_id, egrp_id, &D);
297 struct mntent *mnt; local
322 while ((mnt
584 static struct mnttab mnt; local
588 struct mntent *mnt; local
810 struct mntent *mnt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dmasktest.c258 static void listfn(const char *mnt, file_info *f, const char *s, void *state) argument
H A Dnbio.c260 static void find_fn(const char *mnt, file_info *finfo, const char *name, void *state) argument
279 static void delete_fn(const char *mnt, file_info *finfo, const char *name, void *state) argument
H A Dtorture.c4142 static void list_fn(const char *mnt, file_info *finfo, const char *name, void *state) argument
4202 static void del_fn(const char *mnt, file_info *finfo, const char *mask, void *state) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc.c2792 static void copy_fn(const char *mnt, file_info *f, const char *mask, void *state) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dquota.c298 static struct mnttab mnt; local
309 while ( getmntent( mtab, &mnt ) == 0 ) {
311 if ( (lstat( mnt.mnt_special, &sb ) == 0) && (devno == sb.st_rdev)) {
313 return mnt.mnt_mountp;
317 * strcmp(mnt.mnt_fstype, MNTTYPE_NFS), but that's not as fast. */
318 if ((lstat(mnt.mnt_mountp, &sb) == 0) && (devno == sb.st_dev) &&
319 strchr(mnt.mnt_special, ':')) {
322 return mnt.mnt_special;
385 struct mntent *mnt; local
397 while (( mnt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c389 static struct mnttab mnt; local
400 while ( getmntent( mtab, &mnt ) == 0 ) {
402 if ( (stat( mnt.mnt_special, &sb ) == 0) && (devno == sb.st_rdev)) {
404 return mnt.mnt_mountp;
408 * strcmp(mnt.mnt_fstype, MNTTYPE_NFS), but that's not as fast. */
409 if ((stat(mnt.mnt_mountp, &sb) == 0) && (devno == sb.st_dev) &&
410 strchr(mnt.mnt_special, ':')) {
413 return mnt.mnt_special;
476 struct mntent *mnt; local
488 while (( mnt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon.c640 struct vfsmount *mnt)
642 return get_sb_pseudo(fs_type, "pfm:", NULL, PFMFS_MAGIC, mnt);
2185 file->f_path.mnt = mntget(pfmfs_mnt);
639 pfmfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dinode.c298 static int spufs_context_open(struct dentry *dentry, struct vfsmount *mnt) argument
306 mntput(mnt);
310 filp = dentry_open(dentry, mnt, O_RDONLY);
325 struct vfsmount *mnt, int flags, int mode)
351 ret = spufs_context_open(dget(dentry), mntget(mnt));
403 static int spufs_gang_open(struct dentry *dentry, struct vfsmount *mnt) argument
411 mntput(mnt);
415 filp = dentry_open(dentry, mnt, O_RDONLY);
430 struct vfsmount *mnt, int mode)
442 ret = spufs_gang_open(dget(dentry), mntget(mnt));
323 spufs_create_context(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, int flags, int mode) argument
428 spufs_create_gang(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, int mode) argument
637 spufs_get_sb(struct file_system_type *fstype, int flags, const char *name, void *data, struct vfsmount *mnt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/hypfs/
H A Dinode.c318 const char *devname, void *data, struct vfsmount *mnt)
320 return get_sb_single(fst, flags, data, hypfs_fill_super, mnt);
317 hypfs_get_super(struct file_system_type *fst, int flags, const char *devname, void *data, struct vfsmount *mnt) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dfs.c357 static int report_statvfs(struct vfsmount *mnt, struct inode *inode, u32 buf) argument
363 error = vfs_statfs(mnt->mnt_root, &s);
365 const char *p = mnt->mnt_sb->s_type->name;
371 if (mnt->mnt_flags & MNT_NOSUID) i |= 2;
393 static int report_statvfs64(struct vfsmount *mnt, struct inode *inode, u32 buf) argument
399 error = vfs_statfs(mnt->mnt_root, &s);
401 const char *p = mnt->mnt_sb->s_type->name;
407 if (mnt->mnt_flags & MNT_NOSUID) i |= 2;
437 error = report_statvfs(nd.mnt, inode, buf);
451 error = report_statvfs(file->f_path.mnt, fil
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dloop.c998 error = vfs_getattr(file->f_path.mnt, file->f_path.dentry, &stat);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_main.c532 filp->f_path.mnt = mntget(uverbs_event_mnt);
821 struct vfsmount *mnt)
824 INFINIBANDEVENTFS_MAGIC, mnt);
819 uverbs_event_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) argument

Completed in 464 milliseconds

12345678