Searched refs:mnt_flags (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dpnode.h14 #define IS_MNT_SHARED(mnt) (mnt->mnt_flags & MNT_SHARED)
17 #define CLEAR_MNT_SHARED(mnt) (mnt->mnt_flags &= ~MNT_SHARED)
18 #define IS_MNT_UNBINDABLE(mnt) (mnt->mnt_flags & MNT_UNBINDABLE)
28 mnt->mnt_flags &= ~MNT_PNODE_MASK;
29 mnt->mnt_flags |= MNT_SHARED;
H A Dnamespace.c237 mnt->mnt_flags = old->mnt_flags;
390 if (mnt->mnt_flags & fs_infop->flag)
957 static int do_remount(struct nameidata *nd, int flags, int mnt_flags, argument
975 nd->mnt->mnt_flags = mnt_flags;
1069 int mnt_flags, char *name, void *data)
1084 return do_add_mount(mnt, nd, mnt_flags, NULL);
1092 int mnt_flags, struct list_head *fslist)
1114 newmnt->mnt_flags
1068 do_new_mount(struct nameidata *nd, char *type, int flags, int mnt_flags, char *name, void *data) argument
1091 do_add_mount(struct vfsmount *newmnt, struct nameidata *nd, int mnt_flags, struct list_head *fslist) argument
1388 int mnt_flags = 0; local
[all...]
H A Dpnode.c85 mnt->mnt_flags |= MNT_UNBINDABLE;
H A Dinode.c1171 if (mnt->mnt_flags & MNT_NOATIME)
1173 if ((mnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))
1176 if (mnt->mnt_flags & MNT_RELATIME) {
H A Dexec.c138 if (nd.mnt->mnt_flags & MNT_NOEXEC)
489 if (!(nd.mnt->mnt_flags & MNT_NOEXEC) &&
934 if(!(bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID)) {
H A Dblock_dev.c1192 if (nd.mnt->mnt_flags & MNT_NODEV)
H A Dnamei.c255 (nd && nd->mnt && (nd->mnt->mnt_flags & MNT_NOEXEC))))
1547 if (nd->mnt->mnt_flags & MNT_NODEV)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmount.h46 int mnt_flags; member in struct:vfsmount
59 * (so that reads of mnt_flags wont ping-pong on SMP machines)
98 int mnt_flags, struct list_head *fslist);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dvolume.c1241 static int ntfs_mntent_check(const char *file, unsigned long *mnt_flags) argument
1273 *mnt_flags = NTFS_MF_MOUNTED;
1275 *mnt_flags |= NTFS_MF_ISROOT;
1278 *mnt_flags |= NTFS_MF_READONLY;
1294 * @mnt_flags: pointer into which to return the ntfs mount flags (see volume.h)
1297 * just return 0 and set *@mnt_flags to zero.
1302 * return 0 and set *@mnt_flags to zero.
1304 * If the device @file is found, set the NTFS_MF_MOUNTED flags in *@mnt_flags.
1307 * NTFS_MF_ISROOT in *@mnt_flags.
1310 * NTFS_MF_READONLY flag in *@mnt_flags
1316 ntfs_check_if_mounted(const char *file __attribute__((unused)), unsigned long *mnt_flags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dvolume.h81 extern int ntfs_check_if_mounted(const char *file, unsigned long *mnt_flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtdsuper.c195 if (nd.mnt->mnt_flags & MNT_NODEV) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnamespace.c131 err = do_add_mount(mnt, nd, nd->mnt->mnt_flags|MNT_SHRINKABLE, &nfs_automount_list);
H A Dinode.c445 if ((mnt->mnt_flags & MNT_NOATIME) ||
446 ((mnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dfile.c164 if ((vfsmnt->mnt_flags & MNT_NOATIME) ||
165 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode)))
168 if (vfsmnt->mnt_flags & MNT_RELATIME) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dfs.c371 if (mnt->mnt_flags & MNT_NOSUID) i |= 2;
407 if (mnt->mnt_flags & MNT_NOSUID) i |= 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmmap.c884 if (!(file && (file->f_path.mnt->mnt_flags & MNT_NOEXEC)))
966 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) {
H A Dnommu.c610 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c1669 if (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID)

Completed in 259 milliseconds