Searched refs:mnt (Results 26 - 50 of 199) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/misc/
H A Drootprep.sh41 mkdir -p mnt
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dnamei.c255 (nd && nd->mnt && (nd->mnt->mnt_flags & MNT_NOEXEC))))
351 mntput(nd->mnt);
361 mntput_no_expire(nd->mnt);
512 nd->mnt = mntget(fs->altrootmnt);
519 nd->mnt = mntget(fs->rootmnt);
563 if (path->mnt != nd->mnt)
564 mntput(path->mnt);
570 if (nd->mnt !
638 follow_up(struct vfsmount **mnt, struct dentry **dentry) argument
678 follow_mount(struct vfsmount **mnt, struct dentry **dentry) argument
694 follow_down(struct vfsmount **mnt, struct dentry **dentry) argument
756 struct vfsmount *mnt = nd->mnt; local
1062 struct vfsmount *mnt = NULL, *oldmnt; local
[all...]
H A Dlibfs.c14 int simple_getattr(struct vfsmount *mnt, struct dentry *dentry, argument
206 struct vfsmount *mnt)
245 return simple_set_mnt(mnt, s);
446 struct vfsmount *mnt = NULL; local
450 mnt = vfs_kern_mount(type, 0, type->name, NULL);
451 if (IS_ERR(mnt))
452 return PTR_ERR(mnt);
455 *mount = mnt;
460 mntput(mnt);
466 struct vfsmount *mnt; local
204 get_sb_pseudo(struct file_system_type *fs_type, char *name, const struct super_operations *ops, unsigned long magic, struct vfsmount *mnt) argument
[all...]
H A Danon_inodes.c30 struct vfsmount *mnt)
33 mnt);
116 file->f_path.mnt = mntget(anon_inode_mnt);
28 anon_inodefs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) argument
H A Dopen.c430 set_fs_pwd(current->fs, nd.mnt, nd.dentry);
443 struct vfsmount *mnt; local
452 mnt = file->f_path.mnt;
461 set_fs_pwd(current->fs, mnt, dentry);
485 set_fs_root(current->fs, nd.mnt, nd.dentry);
673 static struct file *__dentry_open(struct dentry *dentry, struct vfsmount *mnt, argument
692 f->f_path.mnt = mnt;
727 f->f_path.mnt
836 dentry_open(struct dentry *dentry, struct vfsmount *mnt, int flags) argument
[all...]
H A Dfile_table.c155 struct vfsmount *mnt = file->f_path.mnt; local
179 file->f_path.mnt = NULL;
182 mntput(mnt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dsuper.c66 int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt);
98 int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt);
100 int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt);
102 int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt);
338 static int nfs_show_options(struct seq_file *m, struct vfsmount *mnt) argument
340 struct nfs_server *nfss = NFS_SB(mnt->mnt_sb);
353 static int nfs_show_stats(struct seq_file *m, struct vfsmount *mnt) argument
356 struct nfs_server *nfss = NFS_SB(mnt->mnt_sb);
366 seq_puts(m, mnt->mnt_sb->s_flags & MS_RDONLY ? "ro" : "rw");
367 seq_puts(m, mnt
610 nfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt) argument
686 nfs_xdev_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt) argument
799 nfs4_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt) argument
944 nfs4_xdev_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt) argument
1010 nfs4_referral_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dfile.h54 int ocfs2_getattr(struct vfsmount *mnt, struct dentry *dentry,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dnamei.h19 struct vfsmount *mnt; member in struct:nameidata
33 struct vfsmount *mnt; member in struct:path
H A Dsmb_fs_sb.h52 struct smb_mount_data_kernel *mnt; member in struct:smb_sb_info
H A Dsecurity.h177 * Check permission before obtaining filesystem statistics for the @mnt
205 * Check permission before the device with superblock @mnt->sb is mounted
207 * @mnt contains the vfsmount for device being mounted.
211 * Check permission before the @mnt file system is unmounted.
212 * @mnt contains the mounted file system.
216 * Close any files in the @mnt mounted filesystem that are held open by
219 * @mnt contains the mounted filesystem.
221 * Handle a failed umount of the @mnt mounted filesystem, e.g. re-opening
225 * @mnt contains the mounted filesystem.
229 * @mnt contain
1540 security_sb_check_sb(struct vfsmount *mnt, struct nameidata *nd) argument
1546 security_sb_umount(struct vfsmount *mnt, int flags) argument
1551 security_sb_umount_close(struct vfsmount *mnt) argument
1556 security_sb_umount_busy(struct vfsmount *mnt) argument
1561 security_sb_post_remount(struct vfsmount *mnt, unsigned long flags, void *data) argument
1572 security_sb_post_addmount(struct vfsmount *mnt, struct nameidata *mountpoint_nd) argument
1716 security_inode_getattr(struct vfsmount *mnt, struct dentry *dentry) argument
2284 security_sb_check_sb(struct vfsmount *mnt, struct nameidata *nd) argument
2290 security_sb_umount(struct vfsmount *mnt, int flags) argument
2295 security_sb_umount_close(struct vfsmount *mnt) argument
2298 security_sb_umount_busy(struct vfsmount *mnt) argument
2301 security_sb_post_remount(struct vfsmount *mnt, unsigned long flags, void *data) argument
2308 security_sb_post_addmount(struct vfsmount *mnt, struct nameidata *mountpoint_nd) argument
2417 security_inode_getattr(struct vfsmount *mnt, struct dentry *dentry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/proc/
H A Droot.c27 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
40 return get_sb_single(fs_type, flags, data, proc_fill_super, mnt);
85 static int proc_root_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat argument
26 proc_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/nfsd/
H A Dexport.h112 struct vfsmount *mnt,
116 struct vfsmount *mnt,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysfs/
H A Dmount.c80 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
82 return get_sb_single(fs_type, flags, data, sysfs_fill_super, mnt);
79 sysfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/configfs/
H A Dmount.c107 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
109 return get_sb_single(fs_type, flags, data, configfs_fill_super, mnt);
106 configfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dsuper.c146 static int ecryptfs_show_options(struct seq_file *m, struct vfsmount *mnt) argument
148 struct super_block *sb = mnt->mnt_sb;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ramfs/
H A Dinode.c187 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
189 return get_sb_nodev(fs_type, flags, data, ramfs_fill_super, mnt);
193 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
196 mnt);
186 ramfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) argument
192 rootfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/9p/
H A Dvfs_super.c101 * @mnt: mountpoint record to be instantiated
107 struct vfsmount *mnt)
189 return simple_set_mnt(mnt, sb);
228 * @mnt: mount descriptor
232 static int v9fs_show_options(struct seq_file *m, struct vfsmount *mnt) argument
234 struct v9fs_session_info *v9ses = mnt->mnt_sb->s_fs_info;
105 v9fs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/autofs4/
H A Dautofs_i.h194 static inline int autofs4_follow_mount(struct vfsmount **mnt, struct dentry **dentry) argument
199 int followed = follow_down(mnt, dentry);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_super.c246 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
249 mnt);
245 vxfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) argument

Completed in 304 milliseconds

12345678