Searched refs:fstype (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dmatch_fstype.c15 int match_fstype(const struct mntent *mt, const char *fstype) argument
23 if (!fstype)
26 if (fstype[0] == 'n' && fstype[1] == 'o') {
28 fstype += 2;
32 while (fstype) {
33 if (!strncmp(mt->mnt_type, fstype, len)
34 && (!fstype[len] || fstype[len] == ',')
38 fstype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dp80211hdr.h176 #define WLAN_CTL_FRAMELEN(fstype) (\
177 (fstype) == WLAN_FSTYPE_BLOCKACKREQ ? 24 : \
178 (fstype) == WLAN_FSTYPE_BLOCKACK ? 152 : \
179 (fstype) == WLAN_FSTYPE_PSPOLL ? 20 : \
180 (fstype) == WLAN_FSTYPE_RTS ? 20 : \
181 (fstype) == WLAN_FSTYPE_CTS ? 14 : \
182 (fstype) == WLAN_FSTYPE_ACK ? 14 : \
183 (fstype) == WLAN_FSTYPE_CFEND ? 20 : \
184 (fstype) == WLAN_FSTYPE_CFENDCFACK ? 20 : 4)
H A Dp80211netdev.c954 u16 fstype; local
958 fstype = WLAN_GET_FC_FSTYPE(fc);
968 switch (fstype) {
1030 switch (fstype) {
1066 switch (fstype) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dlocktest2.c59 char conn, f, fstype; member in struct:record
66 static int try_open(struct cli_state *c, char *nfs, int fstype, const char *fname, int flags) argument
70 switch (fstype) {
83 static BOOL try_close(struct cli_state *c, int fstype, int fd) argument
85 switch (fstype) {
96 static BOOL try_lock(struct cli_state *c, int fstype, argument
102 switch (fstype) {
118 static BOOL try_unlock(struct cli_state *c, int fstype, argument
123 switch (fstype) {
200 int server, conn, f, fstype; local
233 unsigned fstype = rec->fstype; local
303 int server, conn, f, fstype; local
323 int server, fstype, conn, f; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/wiper/
H A Dwiper.sh407 ## Next step is to determine what type of filesystem we are dealing with (fstype):
410 ## Not mounted: use $BLKID to determine the fstype of fsdev:
411 fstype=`$BLKID -w /dev/null -c /dev/null $fsdev 2>/dev/null | \
413 [ $verbose -gt 0 ] && echo "$fsdev: fstype=$fstype"
416 fstype="`$GAWK -v p="$fsdir" '{if ($2 == p) r=$3} END{print r}' < /proc/mounts`"
417 [ $verbose -gt 0 ] && echo "$fsdir: fstype=$fstype"
419 if [ "$fstype" = "" ]; then
439 if [ "$fstype"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dumount.c30 char *fstype = 0; local
41 opt = getopt32(argv, OPTION_STRING, &fstype);
65 /* Match fstype if passed */
66 if (fstype && match_fstype(&me, fstype))
78 if (!(opt & OPT_ALL) && !fstype) {
H A Dmount.c17 singlemount() can loop through /etc/filesystems for fstype detection.
1379 // Treat fstype "auto" as unspecified.
1472 /* If we know the fstype (or don't need to), jump straight
1530 char *cmdopts = xstrdup(""), *fstype=0, *storage_path=0; local
1553 opt = getopt32(argv, "o:t:rwanfvs", &opt_o, &fstype);
1584 if (!fstype || !strcmp(mtpair->mnt_type, fstype))
1603 mtpair->mnt_type = fstype;
1694 if (fstype && match_fstype(mtcur, fstype)) continu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dmount.c92 struct file_system_type *fstype = NULL; local
102 /* Get fstype. */
130 fstype = get_fs_type(type);
131 if (!fstype) {
135 if (fstype->fs_flags & FS_REQUIRES_DEV)
175 if (fstype)
176 put_filesystem(fstype);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dblkid.h77 int blkid_known_fstype(const char *fstype);
H A Dprobe.c677 int blkid_known_fstype(const char *fstype) argument
682 if (strcmp(fstype, id->bim_type) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/include/
H A Dsecurity.h165 int security_fs_use(const char *fstype, unsigned int *behavior,
168 int security_genfs_sid(const char *fstype, char *name, u16 sclass,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/hpux/
H A Dsys_hpux.c457 int fstype; local
488 fstype = 0;
490 fstype = 0;
495 printk(KERN_DEBUG "returning fstype=%d\n", fstype);
496 return fstype; /* something other than default */
H A Dfs.c143 const char *fstype, const char *dataptr, int datalen)
142 hpux_mount(const char *fs, const char *path, int mflag, const char *fstype, const char *dataptr, int datalen) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c13 * o Changed -t fstype to behave like with mount when -A (all file
119 static char *fstype; variable
680 } else if (fstype
681 && (fstype[0] != 'n' || fstype[1] != 'o') /* != "no" */
682 && strncmp(fstype, "opts=", 5) != 0
683 && strncmp(fstype, "loop", 4) != 0
684 && !strchr(fstype, ',')
686 type = fstype;
817 * If a specific fstype i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c13 * o Changed -t fstype to behave like with mount when -A (all file
276 static char *fstype; variable
832 else if (fstype && strncmp(fstype, "no", 2) &&
833 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) &&
834 !strchr(fstype, ','))
835 type = fstype;
992 * If a specific fstype is specified, and it doesn't match,
1285 if (fstype)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmount.h124 extern struct vfsmount *do_kern_mount(const char *fstype, int flags,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c2159 fuse_fstype fstype = FSTYPE_NONE; local
2169 fstype = FSTYPE_FUSEBLK;
2173 fstype = FSTYPE_FUSE;
2177 return fstype;
2187 fuse_fstype fstype; local
2206 fstype = get_fuse_fstype();
2207 if (fstype != FSTYPE_NONE)
2210 return fstype;
2336 fuse_fstype fstype = FSTYPE_UNKNOWN; local
2379 fstype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dpolicydb.h139 char *name; /* name of initial SID, fs, netif, fstype, path */
164 char *fstype; member in struct:genfs
H A Dpolicydb.c711 kfree(g->fstype);
1813 newgenfs->fstype = kmalloc(len + 1, GFP_KERNEL);
1814 if (!newgenfs->fstype)
1817 rc = next_entry(newgenfs->fstype, fp, len);
1821 newgenfs->fstype[len] = 0;
1826 if (strcmp(newgenfs->fstype, genfs->fstype) == 0) {
1827 printk(KERN_ERR "SELinux: dup genfs fstype %s\n",
1828 newgenfs->fstype);
1831 if (strcmp(newgenfs->fstype, genf
[all...]
H A Dservices.c2170 * @fstype: filesystem type
2179 int security_genfs_sid(const char *fstype, argument
2198 cmp = strcmp(fstype, genfs->fstype);
2238 * @fstype: filesystem type
2243 const char *fstype,
2254 if (strcmp(fstype, c->u.name) == 0)
2270 rc = security_genfs_sid(fstype, "/", SECCLASS_DIR, sid);
2242 security_fs_use( const char *fstype, unsigned int *behavior, u32 *sid) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dsuper.c1083 static struct vfsmount *fs_set_subtype(struct vfsmount *mnt, const char *fstype) argument
1086 const char *subtype = strchr(fstype, '.');
1107 do_kern_mount(const char *fstype, int flags, const char *name, void *data) argument
1109 struct file_system_type *type = get_fs_type(fstype);
1116 mnt = fs_set_subtype(mnt, fstype);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dinode.c802 spufs_get_sb(struct file_system_type *fstype, int flags, argument
805 return get_sb_single(fstype, flags, data, spufs_fill_super, mnt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/param/
H A Dloadparm.c368 char *fstype; member in struct:__anon5859
509 NULL, /* fstype */
1243 {"fstype", P_STRING, P_LOCAL, &sDefault.fstype, NULL, NULL, FLAG_ADVANCED | FLAG_SHARE},
1415 string_set(&sDefault.fstype, FSTYPE_STRING);
2053 FN_LOCAL_STRING(lp_fstype, fstype)
2693 string_set(&ServicePtrs[i]->fstype, "IPC");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dreply.c531 /* NT sets the fstype of IPC$ to the null string */
532 const char *fstype = IS_IPC(conn) ? "" : lp_fstype(SNUM(conn)); local
559 p += srvstr_push(outbuf, p, fstype, -1,
H A Dtrans2.c2320 char *fstype = lp_fstype(SNUM(conn)); local
2415 /* NOTE! the fstype must *not* be null terminated or win98 won't recognise it
2417 len = srvstr_push(outbuf, pdata+12, fstype, -1, STR_UNICODE);

Completed in 206 milliseconds