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

/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dlocktest2.c58 char conn, f, fstype; member in struct:record
65 static int try_open(struct cli_state *c, char *nfs, int fstype, const char *fname, int flags) argument
69 switch (fstype) {
82 static BOOL try_close(struct cli_state *c, int fstype, int fd) argument
84 switch (fstype) {
95 static BOOL try_lock(struct cli_state *c, int fstype, argument
101 switch (fstype) {
117 static BOOL try_unlock(struct cli_state *c, int fstype, argument
122 switch (fstype) {
198 int server, conn, f, fstype; local
231 unsigned fstype = rec->fstype; local
301 int server, conn, f, fstype; local
321 int server, fstype, conn, f; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/hpux/
H A Dsys_hpux.c201 something with f_fsid[1], which is the fstype for sysfs */
417 int fstype; local
443 fstype = 0;
445 fstype = 0;
450 printk(KERN_DEBUG "returning fstype=%d\n", fstype);
451 return fstype; /* something other than default */
H A Dfs.c118 const char *fstype, const char *dataptr, int datalen)
117 hpux_mount(const char *fs, const char *path, int mflag, const char *fstype, const char *dataptr, int datalen) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dsuper.c195 struct file_system_type *fstype; local
250 fstype = get_fs_type(cache_type);
252 if ( !fstype || !cache->cache_filter) {
260 if ((fstype->fs_flags & FS_REQUIRES_DEV) && !sb->s_bdev) {
268 sb = fstype->read_super(sb, cache_data, silent);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dblkid.h77 int blkid_known_fstype(const char *fstype);
H A Dprobe.c1328 int blkid_known_fstype(const char *fstype) argument
1333 if (strcmp(fstype, id->bim_type) == 0)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dfsck.c12 * o Changed -t fstype to behave like with mount when -A (all file
116 char *fstype = NULL; variable
699 else if (fstype && strncmp(fstype, "no", 2) &&
700 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) &&
701 !strchr(fstype, ','))
702 type = fstype;
880 * If a specific fstype is specified, and it doesn't match,
1066 fputs(_("Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [f
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dfs.c302 asmlinkage int solaris_statfs(u32 path, u32 buf, int len, int fstype) argument
312 if (!fstype) {
332 if (put_user (fstype, &ss->f_type) ||
344 asmlinkage int solaris_fstatfs(u32 fd, u32 buf, int len, int fstype) argument
354 if (!fstype) {
372 return solaris_statfs(0, buf, len, fstype);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dsuper.c782 do_kern_mount(const char *fstype, int flags, char *name, void *data) argument
784 struct file_system_type *type = get_fs_type(fstype);
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/mkdosfs/
H A Dmkdosfs.c235 } __attribute__ ((packed)) fstype; member in struct:msdos_boot_sector
238 #define fat32 fstype._fat32
239 #define oldfat fstype._oldfat
/asus-wl-520gu-7.0.1.45/src/router/mkdosfs/
H A Dmkdosfs.c223 } __attribute__ ((packed)) fstype; member in struct:msdos_boot_sector
226 #define fat32 fstype._fat32
227 #define oldfat fstype._oldfat
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dfile_hdr.c126 static const char fstype[16] = variable
194 memcpy(meta->filler, fstype, 16);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/param/
H A Dloadparm.c347 char *fstype; member in struct:__anon12421
468 NULL, /* fstype */
1129 {"fstype", P_STRING, P_LOCAL, &sDefault.fstype, NULL, NULL, FLAG_ADVANCED | FLAG_SHARE},
1315 string_set(&sDefault.fstype, FSTYPE_STRING);
1846 FN_LOCAL_STRING(lp_fstype, fstype)
2373 string_set(&ServicePtrs[i]->fstype, "IPC");
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dutility.c200 const char *, fstype, unsigned long int, rwflag, const void *, data);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dreply.c303 /* NT sets the fstype of IPC$ to the null string */
304 const char *fstype = IS_IPC(conn) ? "" : lp_fstype(SNUM(conn)); local
311 p += srvstr_push(outbuf, p, fstype, -1,
H A Dtrans2.c1390 char *fstype = lp_fstype(SNUM(conn)); local
1468 /* NOTE! the fstype must *not* be null terminated or win98 won't recognise it
1470 len = srvstr_push(outbuf, pdata+12, fstype, -1, STR_UNICODE);

Completed in 148 milliseconds