Searched refs:mount_flags (Results 1 - 14 of 14) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c182 struct mount_flags { struct
189 static struct mount_flags mount_flags[] = { variable in typeref:struct:mount_flags
210 for (i = 0; mount_flags[i].opt != NULL; i++) {
211 const char *opt = mount_flags[i].opt;
213 *on = mount_flags[i].on;
214 *flag = mount_flags[i].flag;
215 if (!mount_flags[i].safe && getuid() != 0) {
254 for (i = 0; mount_flags[i].opt != NULL; i++) {
255 if (mount_flags[
[all...]
H A Dmount.c92 struct mount_flags { struct
98 static struct mount_flags mount_flags[] = { variable in typeref:struct:mount_flags
119 for (i = 0; mount_flags[i].opt != NULL; i++) {
120 const char *opt = mount_flags[i].opt;
122 if (mount_flags[i].on)
123 *flags |= mount_flags[i].flag;
125 *flags &= ~mount_flags[i].flag;
202 for (i = 0; mount_flags[i].opt != NULL; i++) {
203 if (mount_flags[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dsuper.c271 unsigned long mount_flags; local
289 sbi->s_volume, &mount_flags)) {
295 sbi->s_flags = mount_flags;
422 if (mount_flags & SF_VERBOSE) {
482 unsigned long mount_flags; local
490 &blocksize,&sbi->s_prefix,sbi->s_volume,&mount_flags))
492 sbi->s_flags = mount_flags;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c1119 static int reiserfs_remount(struct super_block *s, int *mount_flags, char *arg) argument
1186 if (*mount_flags & MS_RDONLY) {
1187 reiserfs_xattr_init(s, *mount_flags);
1209 reiserfs_xattr_init(s, *mount_flags);
1240 if (!(*mount_flags & MS_RDONLY)) {
1242 reiserfs_xattr_init(s, *mount_flags);
H A Dxattr.c1188 * mount_flags != mount_options */
1189 int reiserfs_xattr_init(struct super_block *s, int mount_flags) argument
1216 if (!(mount_flags & MS_RDONLY) && !dentry->d_inode) {
1244 } else if (!(mount_flags & MS_RDONLY)) { /* xattrs are unavailable */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dsuper.c1109 static int ufs_remount (struct super_block *sb, int *mount_flags, char *data) argument
1138 if ((*mount_flags & MS_RDONLY) == (sb->s_flags & MS_RDONLY)) {
1146 if (*mount_flags & MS_RDONLY) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_xattr.h57 int reiserfs_xattr_init(struct super_block *sb, int mount_flags);
144 static inline int reiserfs_xattr_init(struct super_block *sb, int mount_flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c2172 int group, mount_flags; local
2223 retval = ext2fs_check_if_mounted(ctx->filesystem_name, &mount_flags);
2224 if (retval || (mount_flags & EXT2_MF_MOUNTED))
12594 &ctx->mount_flags);
12605 if ((!(ctx->mount_flags & EXT2_MF_MOUNTED)) ||
12606 ((ctx->mount_flags & EXT2_MF_ISROOT) &&
12607 (ctx->mount_flags & EXT2_MF_READONLY)))
13469 if (ctx->mount_flags & EXT2_MF_ISROOT) {
H A De2fsck.h507 int mount_flags; member in struct:e2fsck_struct
H A Dtune2fs.c56 static int max_mount_count, mount_count, mount_flags; variable
267 if ((mount_flags & EXT2_MF_MOUNTED) &&
268 !(mount_flags & EXT2_MF_READONLY)) {
339 if ((mount_flags & EXT2_MF_MOUNTED) == 0)
610 retval = ext2fs_check_if_mounted(device_name, &mount_flags);
H A Dutil.c81 int mount_flags; local
83 retval = ext2fs_check_if_mounted(device, &mount_flags);
88 if (mount_flags & EXT2_MF_MOUNTED) {
97 if (mount_flags & EXT2_MF_BUSY) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2fs.h771 extern errcode_t ext2fs_check_if_mounted(const char *file, int *mount_flags);
772 extern errcode_t ext2fs_check_mount_point(const char *device, int *mount_flags,
H A Dismounted.c45 int *mount_flags, char *mtpt, int mtlen)
55 *mount_flags = 0;
96 *mount_flags = EXT2_MF_MOUNTED;
131 *mount_flags = EXT2_MF_MOUNTED;
136 *mount_flags |= EXT2_MF_READONLY;
150 *mount_flags |= EXT2_MF_ISROOT;
154 *mount_flags |= EXT2_MF_READONLY;
165 static errcode_t check_mntent(const char *file, int *mount_flags, argument
171 retval = check_mntent_file("/tmp/mtab", file, mount_flags,
177 retval = check_mntent_file("/proc/mounts", file, mount_flags,
44 check_mntent_file(const char *mtab_file, const char *file, int *mount_flags, char *mtpt, int mtlen) argument
197 check_getmntinfo(const char *file, int *mount_flags, char *mtpt, int mtlen) argument
290 ext2fs_check_mount_point(const char *device, int *mount_flags, char *mtpt, int mtlen) argument
318 ext2fs_check_if_mounted(const char *file, int *mount_flags) argument
326 int retval, mount_flags; local
[all...]
H A Dmkjournal.c323 int fd, mount_flags, f; local
325 retval = ext2fs_check_mount_point(fs->device_name, &mount_flags,
330 if (mount_flags & EXT2_MF_MOUNTED) {

Completed in 189 milliseconds