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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dstatfs.h23 long f_type; member in struct:statfs
24 #define f_fstyp f_type
46 __u32 f_type; member in struct:statfs64
66 long f_type; member in struct:statfs64
83 __u32 f_type; member in struct:compat_statfs64
H A Dcompat.h104 int f_type; member in struct:compat_statfs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dstatfs.h26 int f_type; member in struct:statfs
41 int f_type; member in struct:statfs64
56 __u32 f_type; member in struct:compat_statfs64
H A Dcompat.h124 s32 f_type; member in struct:compat_statfs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dstatfs.h26 __statfs_word f_type; member in struct:statfs
49 __statfs_word f_type; member in struct:statfs64
72 __u32 f_type; member in struct:compat_statfs64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstatfs.h8 long f_type; member in struct:kstatfs
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dswitch_root.c95 (stfs.f_type != RAMFS_MAGIC && stfs.f_type != TMPFS_MAGIC) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dstatfs.c105 buf->f_type = st.f_type;
133 buf->f_type = st.f_type;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dstat.c66 * Still others have neither and have to get by with f_type (Linux).
68 static char const *human_fstype(long f_type) argument
113 if (humantypes[i].type == f_type)
136 printf(pformat, (unsigned long) (statfsbuf->f_type)); /* no equiv */
139 printf(pformat, human_fstype(statfsbuf->f_type));
401 printf("%lx ", (unsigned long) (statfsbuf.f_type));
403 printf("Type: %s\n", human_fstype(statfsbuf.f_type));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Ddebugfs.c92 else if (st_fs.f_type != (long) DEBUGFS_MAGIC)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/hpux/
H A Dsys_hpux.c174 int32_t f_type; /* type of info, zero for now */ member in struct:hpux_statfs
199 buf->f_type = st.f_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dcompat.h98 s32 f_type; member in struct:compat_statfs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcompat.h93 int f_type; member in struct:compat_statfs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dcompat.h127 int f_type; member in struct:compat_statfs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dcompat.h101 int f_type; member in struct:compat_statfs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dcompat.h98 int f_type; member in struct:compat_statfs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dcatsearch.c65 u_int32_t f_type; member in struct:finderinfo
213 memcpy(&finfo->f_type, buffer +FINDERINFO_FRTYPEOFF, sizeof(finfo->f_type));
368 if ((c1.rbitmap & (1<<DIRPBIT_FINFO)) && c2.finfo.f_type != 0) {
370 if (finfo->f_type != c1.finfo.f_type)
H A Dquota.c457 /* Digital UNIX: The struct sfs contains a field sfs.f_type,
459 if ((sfs.f_type == MOUNT_NFS)||(sfs.f_type == MOUNT_NFS3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/coda/
H A Dinode.c295 buf->f_type = CODA_SUPER_MAGIC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_super.c119 bufp->f_type = VXFS_SUPER_MAGIC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_super.c252 buf->f_type = rs.type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dumount.cifs.c348 if(rc || (statbuf.f_type != CIFS_MAGIC_NUMBER)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/efs/
H A Dsuper.c336 buf->f_type = EFS_SUPER_MAGIC; /* efs magic number */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dosf_sys.c191 short f_type; member in struct:osf_statfs
209 tmp_stat.f_type = linux_stat->f_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dsuper.c107 buf->f_type = HFS_SUPER_MAGIC;

Completed in 151 milliseconds

123