Searched refs:FS (Results 1 - 200 of 319) sorted by relevance

12

/linux-4.4.14/tools/lib/api/fs/
H A Dfs.h14 #define FS(name) \ macro
19 FS(sysfs)
20 FS(procfs)
21 FS(debugfs)
22 FS(tracefs)
24 #undef FS macro
H A Dfs.c247 #define FS(name, idx) \ macro
263 FS(sysfs, FS__SYSFS);
264 FS(procfs, FS__PROCFS);
265 FS(debugfs, FS__DEBUGFS);
266 FS(tracefs, FS__TRACEFS);
/linux-4.4.14/arch/cris/arch-v32/lib/
H A Ddelay.c2 * Precise Delay Loops for ETRAX FS
16 * On ETRAX FS, we can check the free-running read-only 100MHz timer
/linux-4.4.14/arch/cris/boot/rescue/
H A Dhead_v32.S6 * and hence is not really useful for Artpec-3, so it's Etrax FS / NOR only.
/linux-4.4.14/arch/cris/include/arch-v32/arch/
H A Dpgtable.h6 /* See head.S for differences between ARTPEC-3 and ETRAX FS. */
/linux-4.4.14/fs/afs/
H A Dfsclient.c236 * deliver reply data to an FS.FetchStatus
265 * FS.FetchStatus operation type
268 .name = "FS.FetchStatus",
310 * deliver reply data to an FS.FetchData
430 * FS.FetchData operation type
433 .name = "FS.FetchData",
440 .name = "FS.FetchData64",
533 * deliver reply data to an FS.GiveUpCallBacks
546 * FS.GiveUpCallBacks operation type
549 .name = "FS.GiveUpCallBacks",
618 * deliver reply data to an FS.CreateFile or an FS.MakeDir
648 * FS.CreateFile and FS.MakeDir operation type
651 .name = "FS.CreateXXXX",
717 * deliver reply data to an FS.RemoveFile or FS.RemoveDir
744 * FS.RemoveDir/FS.RemoveFile operation type
747 .name = "FS.RemoveXXXX",
800 * deliver reply data to an FS.Link
828 * FS.Link operation type
831 .name = "FS.Link",
888 * deliver reply data to an FS.Symlink
917 * FS.Symlink operation type
920 .name = "FS.Symlink",
995 * deliver reply data to an FS.Rename
1025 * FS.Rename operation type
1028 .name = "FS.Rename",
1101 * deliver reply data to an FS.StoreData
1136 * FS.StoreData operation type
1139 .name = "FS.StoreData",
1146 .name = "FS.StoreData64",
1287 * deliver reply data to an FS.StoreStatus
1324 * FS.StoreStatus operation type
1327 .name = "FS.StoreStatus",
1334 .name = "FS.StoreData",
1341 .name = "FS.StoreData64",
1348 * set the attributes on a very large file, using FS.StoreData rather than
1349 * FS.StoreStatus so as to alter the file size also
1396 * set the attributes on a file, using FS.StoreData rather than FS.StoreStatus
1444 * set the attributes on a file, using FS.StoreData if there's a change in file
1445 * size, and FS.StoreStatus otherwise
1486 * deliver reply data to an FS.GetVolumeStatus
1701 * destroy an FS.GetVolumeStatus call
1711 * FS.GetVolumeStatus operation type
1714 .name = "FS.GetVolumeStatus",
1761 * deliver reply data to an FS.SetLock, FS.ExtendLock or FS.ReleaseLock
1786 * FS.SetLock operation type
1789 .name = "FS.SetLock",
1796 * FS.ExtendLock operation type
1799 .name = "FS.ExtendLock",
1806 * FS.ReleaseLock operation type
1809 .name = "FS.ReleaseLock",
H A Dafs_fs.h53 VMOVED = 111, /* volume moved to new server - ask this FS where */
H A Dmain.c79 * initialise the AFS client FS module
H A Dserver.c102 * get an FS-server record for a cell
H A Dinode.c38 _debug("FS: ft=%d lk=%d sz=%llu ver=%Lu mod=%hu", afs_inode_map_status()
/linux-4.4.14/fs/omfs/
H A Domfs_fs.h26 __be64 s_num_blocks; /* total number of FS blocks */
34 __be64 h_self; /* FS block where this is located */
48 __be64 r_num_blocks; /* total number of FS blocks */
H A Dinode.c2 * Optimized MPEG FS - inode and super operations.
/linux-4.4.14/tools/perf/arch/x86/tests/
H A Dregs_load.S17 #define FS 14 * 8 define
50 movq $0, FS(%rdi)
87 movl $0, FS(%edi)
/linux-4.4.14/fs/sysv/
H A Dsuper.c33 * - Xenix FS by its magic number.
34 * - SystemV FS by its magic number.
35 * - Coherent FS by its funny fname/fpack field.
37 * - V7 FS has no distinguishing features.
39 * We discriminate among SystemV4 and SystemV2 FS by the assumption that
220 printk("SysV FS: SCO EAFS on %s detected, " detect_sysv()
228 /* this is likely to happen on SystemV2 FS */ detect_sysv()
243 printk("SysV FS: can't handle long file names on %s, " detect_sysv()
329 printk("VFS: Found a %s FS (block size = %ld) on device %s\n", complete_read_super()
341 printk("SysV FS: get root inode failed\n"); complete_read_super()
346 printk("SysV FS: get root dentry failed\n"); complete_read_super()
479 panic("V7 FS: bad super-block size"); v7_fill_super()
497 printk("VFS: unable to read V7 FS superblock on " v7_fill_super()
H A Dballoc.c110 if (count == 0) /* Applies only to Coherent FS */ sysv_new_block()
113 if (nr == 0) /* Applies only to Xenix FS, SystemV FS */ sysv_new_block()
H A Dsysv.h65 * SystemV/V7/Coherent FS inode data in memory
85 /* identify the FS in memory */
H A Dialloc.c46 /* 512 byte Xenix FS */ sv_sb_fic_inode()
H A Dinode.c198 /* SystemV FS: kludge permissions if ino==SYSV_ROOT_INO ?? */ sysv_iget()
/linux-4.4.14/arch/x86/um/os-Linux/
H A Dmcontext.c13 COPY_SEG(GS); COPY_SEG(FS); COPY_SEG(ES); COPY_SEG(DS); get_regs_from_mc()
/linux-4.4.14/include/scsi/fc/
H A Dfc_fc2.h33 * This format is set by the FC-FS standard and is sent over the wire.
59 * ssb_s_stat - flags from FC-FS-2 T11/1619-D Rev 0.90.
82 * This format is set by the FC-FS standard and is sent over the wire.
104 * esb_e_stat - flags from FC-FS-2 T11/1619-D Rev 0.90.
/linux-4.4.14/arch/powerpc/boot/
H A Dplanetcore.h10 #define PLANETCORE_KEY_FLASH_SPEED "FS"
/linux-4.4.14/arch/x86/um/
H A Duser-offsets.c50 DEFINE(HOST_FS, FS); foo()
76 DEFINE_LONGS(HOST_FS, FS); foo()
H A Dptrace_32.c64 [FS] = HOST_FS,
87 case FS: putreg()
148 case FS: getreg()
H A Dptrace_64.c47 [FS >> 3] = HOST_FS,
84 case FS: putreg()
163 case FS: getreg()
H A Dsignal.c170 GETREG(FS, fs); copy_sc_from_user()
259 PUTREG(FS, fs); copy_sc_to_user()
/linux-4.4.14/include/linux/platform_data/
H A Ddavinci_asp.h47 * This flag works when both clock and FS are outputs for the cpu
48 * and makes clock more accurate (FS is not symmetrical and the
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c73 #define FS(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) | (_v)) macro
175 FS(fecp, r_cntrl, FEC_RCNTRL_PROM); set_promiscuous_mode()
307 FS(fecp, dma_control, 0xC0000000); restart()
330 FS(fecp, r_cntrl, fpi->use_rmii ? restart()
338 FS(fecp, x_cntrl, FEC_TCNTRL_FDEN); /* FD enable */ restart()
340 FS(fecp, r_cntrl, FEC_RCNTRL_DRT); restart()
390 FS(fecp, r_cntrl, fpi->use_rmii ? stop()
393 FS(fecp, ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_ETHER_EN); stop()
412 FS(fecp, imask, FEC_NAPI_RX_EVENT_MSK); napi_enable_rx()
436 FS(fecp, imask, FEC_NAPI_TX_EVENT_MSK); napi_enable_tx()
/linux-4.4.14/fs/nfs/
H A Dfscache-index.c1 /* NFS FS-Cache index structure definition
26 * Define the NFS filesystem for FS-Cache. Upon registration FS-Cache sticks
105 * Define the server object for FS-Cache. This is used to describe a server
139 * Define the superblock object for FS-Cache. This is used to describe a
255 * Indication from FS-Cache that the cookie is no longer cached
318 * Define the inode object for FS-Cache. This is used to describe an inode
H A Dfscache.h23 * set of NFS FS-Cache objects that form a superblock key
/linux-4.4.14/fs/fscache/
H A Dfsdef.c28 * The root index is owned by FS-Cache itself.
30 * When a netfs requests caching facilities, FS-Cache will, if one doesn't
52 .name = ".FS-Cache",
H A Dmain.c21 MODULE_DESCRIPTION("FS Cache Manager");
41 "FS-Cache debugging mask");
H A Dnetfs.c0 /* FS-Cache netfs (client) registration
H A Dproc.c0 /* FS-Cache statistics viewing interface
H A Dhistogram.c0 /* FS-Cache latency histogram
H A Dstats.c0 /* FS-Cache statistics
144 seq_puts(m, "FS-Cache statistics\n"); fscache_stats_show()
H A Dinternal.h1 /* Internal definitions for FS-Cache
29 #define pr_fmt(fmt) "FS-Cache: " fmt
H A Doperation.c0 /* FS-Cache worker operation management routines
56 * Enqueue an operation for processing by the FS-Cache thread pool.
H A Dcache.c0 /* FS-Cache cache handling
/linux-4.4.14/arch/mips/alchemy/devboards/
H A Dplatform.c208 parts[i].name = "User FS"; db1x_register_norflash()
214 parts[i].name = "User FS 2"; db1x_register_norflash()
237 parts[i].name = "User FS"; db1x_register_norflash()
H A Ddb1550.c158 .name = "NAND FS 0",
163 .name = "NAND FS 1",
H A Ddb1300.c180 .name = "NAND FS 0",
185 .name = "NAND FS 1",
H A Ddb1200.c230 .name = "NAND FS 0",
235 .name = "NAND FS 1",
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dsetup.c50 {"ETRAX FS", 32, 32, HAS_ETHERNET100 | HAS_ATA | HAS_MMU},
114 printk(KERN_INFO "Linux/CRISv32 port on ETRAX FS " show_etrax_copyright()
H A Dhead.S84 ;; ETRAX FS:
H A Dfasttimer.c4 * Fast timers for ETRAX FS
/linux-4.4.14/sound/soc/atmel/
H A Datmel_ssc_dai.h43 #define ATMEL_SSC_TCMR_PERIOD 1 /* BCLK divider for transmit FS */
44 #define ATMEL_SSC_RCMR_PERIOD 2 /* BCLK divider for receive FS */
/linux-4.4.14/drivers/usb/host/
H A Dehci-xilinx-of.c43 * does not support FS devices either. It is hoped that this can help a
127 * as HS only or HS/FS only, it checks the configuration in the device tree
179 /* Check whether the FS support option is selected in the hardware. ehci_hcd_xilinx_of_probe()
183 ehci_dbg(ehci, "USB host controller supports FS devices\n"); ehci_hcd_xilinx_of_probe()
H A Dehci-dbg.c571 /* Dump all the FS/LS tables */ fill_bandwidth_buffer()
574 "\nTT %s port %d FS/LS bandwidth allocation (us per frame)\n", fill_bandwidth_buffer()
589 "FS/LS budget (us per microframe)\n"); fill_bandwidth_buffer()
H A Dehci.h65 u16 tt_usecs; /* time on the FS/LS bus */
389 #define QH_CONTROL_EP (1 << 27) /* FS/LS control endpoint */
613 * "Bandwidth" refers to the number of microseconds on the FS/LS bus allocated
H A Dxhci.c1379 * endpoint changed during FS device enumeration xhci_urb_enqueue()
2092 /* If we are changing a LS/FS device under a HS hub,
2216 /* If we are manipulating a LS/FS device under a HS hub, double check xhci_check_bw_table()
2410 * this check is only valid for HS/FS/LS devices. xhci_drop_ep_from_interval_table()
2414 /* For LS/FS devices, we need to translate the interval expressed in xhci_drop_ep_from_interval_table()
2439 /* Should never happen because only LS/FS/HS endpoints will get xhci_drop_ep_from_interval_table()
2473 /* For LS/FS devices, we need to translate the interval expressed in xhci_add_ep_to_interval_table()
2498 /* Should never happen because only LS/FS/HS endpoints will get xhci_add_ep_to_interval_table()
3770 /* Is this a LS or FS device under a HS hub? */ xhci_alloc_dev()
4800 /* Set TT think time - convert from ns to FS bit times. xhci_update_hub_device()
4801 * 0 = 8 FS bit times, 1 = 16 FS bit times, xhci_update_hub_device()
4802 * 2 = 24 FS bit times, 3 = 32 FS bit times. xhci_update_hub_device()
H A Dehci-tegra.c245 * when the port control state switches to HS or FS Idle. This behavior tegra_ehci_hub_control()
H A Dfotg210.h410 #define QH_CONTROL_EP (1 << 27) /* FS/LS control endpoint */
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dfddi.h31 #define FDDI_RAW_MTU (4500-5) /* exl. Pr,SD, ED/FS */
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dptrace-abi.h15 #define FS 9 macro
/linux-4.4.14/arch/x86/um/shared/sysdep/
H A Dptrace_64.h40 #define FS (HOST_FS * sizeof(long)) macro
/linux-4.4.14/fs/cifs/
H A Dcache.c25 * CIFS filesystem definition for FS-Cache
33 * Register CIFS for caching with FS-Cache
104 * Server object for FS-Cache
210 * Superblock object for FS-Cache
H A Dfscache.c153 * Retrieve a page from FS-Cache
182 * Retrieve a set of pages from FS-Cache
/linux-4.4.14/fs/exofs/
H A Dcommon.h105 * This struct is set on the FS partition's attributes.
115 * Describes the raid used in the FS. It is part of the device table.
132 * contains data belonging to this FS. (Same partition_id on all devices)
144 * It contains the raid used for this multy-device FS and an array of
H A Dsuper.c381 * with is if a new version FS crashed and then we try to mount an old exofs_sync_fs()
673 /* Read the fscb of the other devices to make sure the FS exofs_read_lookup_dev_table()
686 /* TODO: verify other information is correct and FS-uuid exofs_read_lookup_dev_table()
/linux-4.4.14/include/linux/
H A Dstatfs.h35 #define ST_MANDLOCK 0x0040 /* allow mandatory locks on an FS */
H A Dtc.h10 * "TURBOchannel Firmware Specification", EK-TCAAD-FS-004
H A Dsysv_fs.h16 On Coherent FS, they are always stored in PDP-11 manner: the least
58 * SystemV FS comes in two variants:
H A Dfscache-cache.h171 * Enqueue a retrieval operation for processing by the FS-Cache thread pool.
242 /* check the consistency between the backing cache and the FS-Cache
460 * @op: The FS-Cache operation covering the retrieval
H A Dnfs_fs.h217 #define NFS_INO_FSCACHE (5) /* inode can be cached by FS-Cache */
218 #define NFS_INO_FSCACHE_LOCK (6) /* FS-Cache cookie management lock */
H A Dfscache.h209 * - these are undefined symbols when FS-Cache is not configured and the
333 * This function is used to inform FS-Cache about part of an index hierarchy
H A Ddcache.h236 * These are the low-level FS interfaces to the dcache..
/linux-4.4.14/tools/perf/arch/x86/include/
H A Dperf_regs.h58 return "FS"; perf_reg_name()
/linux-4.4.14/tools/testing/selftests/kcmp/
H A Dkcmp_test.c60 "FS: %2ld SIGHAND: %2ld IO: %2ld SYSVSEM: %2ld " main()
/linux-4.4.14/sound/soc/omap/
H A Domap-mcbsp.c339 /* Set FS period and length in terms of bit clock periods */ omap_mcbsp_dai_hw_params()
404 /* Invert FS polarity configuration */ omap_mcbsp_dai_set_dai_fmt()
411 /* Invert FS polarity configuration */ omap_mcbsp_dai_set_dai_fmt()
418 /* Invert FS polarity configuration */ omap_mcbsp_dai_set_dai_fmt()
428 /* McBSP master. Set FS and bit clocks as outputs */ omap_mcbsp_dai_set_dai_fmt()
431 /* Sample rate generator drives the FS */ omap_mcbsp_dai_set_dai_fmt()
435 /* McBSP slave. FS clock as output */ omap_mcbsp_dai_set_dai_fmt()
447 /* Set bit clock (CLKX/CLKR) and FS polarities */ omap_mcbsp_dai_set_dai_fmt()
451 * Normal BCLK + FS. omap_mcbsp_dai_set_dai_fmt()
452 * FS active low. TX data driven on falling edge of bit clock omap_mcbsp_dai_set_dai_fmt()
/linux-4.4.14/arch/cris/arch-v32/drivers/
H A Diop_fw_load.c2 * Firmware loader for ETRAX FS IO-Processor
225 MODULE_DESCRIPTION("ETRAX FS IO-Processor Firmware Loader");
/linux-4.4.14/arch/cris/arch-v32/mm/
H A Dinit.c48 * See head.S for differences between ARTPEC-3 and ETRAX FS. cris_mmu_init()
77 /* See head.S for differences between ARTPEC-3 and ETRAX FS. */ cris_mmu_init()
H A Dintmem.c2 * Simple allocator for internal RAM in ETRAX FS
/linux-4.4.14/arch/blackfin/kernel/cplb-nompu/
H A Dcplbinit.c123 /* Normal RAM, including MTD FS. */ generate_cplb_tables_all()
174 /* Normal RAM, including MTD FS. */ generate_cplb_tables_all()
/linux-4.4.14/arch/arm/mach-ixp4xx/
H A Dixdp425-setup.c66 .name = "ixp400 NAND FS 0",
70 .name = "ixp400 NAND FS 1",
/linux-4.4.14/drivers/mtd/
H A Dsm_ftl.h40 bool readonly; /* is FS readonly */
/linux-4.4.14/include/uapi/linux/
H A Dcramfs_fs.h52 * Superblock information at the beginning of the FS.
H A Dfs.h73 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */
74 #define MS_MANDLOCK 64 /* Allow mandatory locks on an FS */
/linux-4.4.14/arch/mips/mti-malta/
H A Dmalta-platform.c97 .name = "User FS",
/linux-4.4.14/arch/avr32/include/asm/
H A Dthread_info.h78 #define TIF_USERSPACE 31 /* true if FS sets userspace */
/linux-4.4.14/fs/freevxfs/
H A Dvxfs.h131 u_int8_t vs_clean; /* clean FS */
136 u_int8_t vs_fname[6]; /* FS name */
137 u_int8_t vs_fpack[6]; /* FS pack name */
/linux-4.4.14/drivers/infiniband/hw/usnic/
H A Dusnic_ib_qp_grp.h82 /* Debug FS */
/linux-4.4.14/fs/nfsd/
H A Dexport.h16 * FS Locations
/linux-4.4.14/fs/cachefiles/
H A Dinterface.c0 /* FS-Cache interface to CacheFiles
387 * check if the backing cache is updated to FS-Cache
388 * - called by FS-Cache when evaluates if need to invalidate the cache
413 * - called with reads/writes excluded by FS-Cache
H A Dxattr.c157 * check the consistency between the backing cache and the FS-Cache cookie
H A Dinternal.h59 struct fscache_cache cache; /* FS-Cache record */
H A Drdwr.c53 /* move onto the action list and queue for FS-Cache thread pool */ cachefiles_read_waiter()
147 * - driven by FS-Cache's thread pool
/linux-4.4.14/arch/mips/mti-sead3/
H A Dsead3-platform.c73 .name = "User FS",
/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Dmach-smdk2410.c5 * Copyright (C) 2004 by FS Forth-Systeme GmbH
/linux-4.4.14/drivers/mtd/nand/
H A Dnuc900_nand.c67 .name = "NAND FS 0",
72 .name = "NAND FS 1",
/linux-4.4.14/drivers/media/i2c/
H A Dwm8775.c274 /* ALC Stereo, ALC target level -1dB FS max gain +8dB */ wm8775_probe()
280 /* ALC stereo, ALC target level -5dB FS, ALC max gain +8dB */ wm8775_probe()
/linux-4.4.14/sound/soc/samsung/
H A Ds3c24xx_uda134x.c165 fs_mode == S3C2410_IISMOD_384FS ? "384FS" : "256FS", s3c24xx_uda134x_hw_params()
/linux-4.4.14/drivers/staging/octeon-usb/
H A Docteon-hcd.h483 * (FS), micro-SOF (HS), or Keep-Alive (LS) is transmitted on the
490 * at either HS or FS.
846 * FS and LS modes, the PHY can usually operate on a 48-MHz
853 * MHz in FS mode and at either 48 or 6 MHz in LS mode
876 * @toutcal: HS/FS Timeout Calibration (TOutCal)
1058 * @fslssupp: FS- and LS-Only Support (FSLSSupp)
1061 * enumerate as a FS host, even if the connected device supports
1064 * * 1'b0: HS/FS/LS, based on the maximum speed supported by
1066 * * 1'b1: FS/LS-only, even if the connected device can support HS
1067 * @fslspclksel: FS/LS PHY Clock Select (FSLSPclkSel)
1068 * When the core is in FS Host mode
1079 * * 2'b10: PHY clock is running at 6 MHz. In USB 1.1 FS mode,
1290 * the interval between two consecutive SOFs (FS) or micro-
1293 * interval. The default value set in this field for a FS operation
1298 * the value based on the PHY clock specified in the FS/LS PHY
1303 * * 1 ms (PHY clock frequency for FS/LS)
1327 * microframe (HS) or frame (FS/LS), in terms of PHY clocks.
1696 * @txfslstune: FS/LS Source Impedance Adjustment
/linux-4.4.14/fs/gfs2/
H A Dops_fstype.c147 * Checks the version code of the FS is one that we understand how to
491 fs_err(sdp, "FS block size (%u) is too small for device " init_sb()
498 fs_err(sdp, "FS block size (%u) is too big for machine " init_sb()
933 * @silent: if 1, don't complain if the FS isn't a GFS2 fs
1000 fs_info(sdp, "Now mounting FS...\n"); gfs2_lm_mount()
1006 fs_info(sdp, "Joined cluster. Now mounting FS...\n"); gfs2_lm_mount()
1179 fs_err(sdp, "can't make FS RW: %d\n", error); fill_super()
H A Dsuper.c393 * gfs2_make_fs_rw - Turn a Read-Only FS into a Read-Write one
633 * gfs2_lock_fs_check_clean - Stop all writes to the FS and check that all
822 * gfs2_make_fs_ro - Turn a Read-Write FS into a Read-Only one
1006 fs_err(sdp, "error freezing FS: %d\n", error); gfs2_freeze()
1204 * gfs2_remount_fs - called when the FS is remounted
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dani.c34 * FS: FIR Step
40 /* SI FS WS */
86 /* FS MRC-CCK */
/linux-4.4.14/drivers/staging/fbtft/
H A Dfb_hx8357d.c63 0xAA); /* FS */ init_display()
/linux-4.4.14/drivers/nubus/
H A Dproc.c1 /* drivers/nubus/proc.c: Proc FS interface for NuBus.
/linux-4.4.14/drivers/platform/x86/
H A Dtc1100-wmi.c134 FS Interface (/sys)
/linux-4.4.14/arch/x86/kernel/
H A Dprocess_64.c98 printk(KERN_DEFAULT "FS: %016lx(%04x) GS:%016lx(%04x) knlGS:%016lx\n", __show_regs()
334 * Switch FS and GS. __switch_to()
372 * If user code wrote a nonzero value to FS, then it also __switch_to()
375 * XXX: if user code wrote 0 to FS and cleared the base __switch_to()
H A Dprocess_32.c95 printk(KERN_DEFAULT " DS: %04x ES: %04x FS: %04x GS: %04x SS: %04x\n", __show_regs()
/linux-4.4.14/fs/reiserfs/
H A Dresize.c98 * both shrinking and expanding the FS. reiserfs_resize()
H A Dsuper.c655 "writing inode %lu on readonly FS", reiserfs_dirty_inode()
1710 reiserfs_info(s, "FS seems to be empty, autodetect is using the default hash\n"); find_hash_out()
2005 "Detected readonly device, marking FS readonly"); reiserfs_fill_super()
H A Dprints.c570 printk("FS state %d\n", sb_fs_state(rs)); print_super_block()
/linux-4.4.14/fs/ufs/
H A Dufs.h29 struct delayed_work sync_work; /* FS sync delayed work */
/linux-4.4.14/arch/s390/kernel/
H A Debcdic.c27 /*18 CAN EM SUB ESC FS GS RS US */
103 /* 0x20 -DS -SOS FS -WUS -BYP LF ETB ESC
176 /*18 CAN EM SUB ESC FS GS RS US */
252 /* 0x20 -DS -SOS FS -WUS -BYP LF ETB ESC
/linux-4.4.14/arch/mips/netlogic/xlr/
H A Dplatform-flash.c37 .name = "User FS",
/linux-4.4.14/arch/cris/include/uapi/asm/
H A Dtermbits.h191 /* ETRAX FS supports this as well */
/linux-4.4.14/arch/arm/mach-omap1/
H A Dboard-palmtt.c89 .name = "PalmOS-FS(ro)",
H A Dusb.c2 * Platform level USB initialization for FS USB OTG controller on omap1 and 24xx
/linux-4.4.14/sound/soc/codecs/
H A Drt5631.h399 #define RT5631_I2S_LRCK_SEL_64_BCLK (0x0 << 12) /* 64FS */
400 #define RT5631_I2S_LRCK_SEL_32_BCLK (0x1 << 12) /* 32FS */
414 #define RT5631_ADDA_FILTER_CLK_SEL_256FS (0 << 7) /* 256FS */
415 #define RT5631_ADDA_FILTER_CLK_SEL_384FS (1 << 7) /* 384FS */
H A Drt5677.c1908 "VAD ADC/DAC1 FS"
1921 "DAC1 FS", "IF4 DAC"
1973 "MONO ADC MIX L", "DACL1 FS"
1986 "MONO ADC MIX R", "DACR1 FS", "DAC1 FS"
3058 SND_SOC_DAPM_PGA("DAC1 FS", SND_SOC_NOPM, 0, 0, NULL, 0),
3564 { "IB01 Mux", "VAD ADC/DAC1 FS", "DAC1 FS" },
3573 { "IB23 Mux", "DAC1 FS", "DAC1 FS" },
3611 { "IB8 Mux", "DACL1 FS", "DAC1 MIXL" },
3618 { "IB9 Mux", "DACR1 FS", "DAC1 MIXR" },
3619 { "IB9 Mux", "DAC1 FS", "DAC1 FS" },
3936 { "DAC1 FS", NULL, "DAC1 MIXL" },
3937 { "DAC1 FS", NULL, "DAC1 MIXR" },
H A Dsti-sas.c358 * get MCLK input frequency to check that MCLK-FS ratio is coherent
/linux-4.4.14/fs/nilfs2/
H A Dthe_nilfs.h127 * Following fields are dedicated to a writable FS-instance.
131 * The writable FS-instance is sole during a lifetime of the_nilfs.
/linux-4.4.14/include/uapi/scsi/fc/
H A Dfc_fs.h27 * From T11 FC-FS-2 Rev 0.90 - 9 August 2005.
269 * From FS-2.
/linux-4.4.14/fs/ubifs/
H A Ddebug.h40 * ubifs_debug_info - per-FS debugging information.
133 * ubifs_global_debug_info - global (not per-FS) UBIFS debugging information.
H A Dshrinker.c38 * Since the shrinker is global, it has to protect against races with FS
178 /* Some un-mount is in progress, try next FS */ shrink_tnc_trees()
H A Dbudget.c203 * ubifs_calc_available - calculate available FS space.
207 * This function calculates and returns amount of FS space available for use.
506 dbg_budg("FS is full, -ENOSPC"); ubifs_budget_space()
674 * be able to fit a file of N bytes to the FS. This almost works for
H A Ddebug.c1777 * struct fsck_data - private FS checking information.
1787 * @fsckd: FS checking information
1871 * @fsckd: FS checking information
1899 * @fsckd: FS checking information
1966 * @priv: FS checking information
2123 * @fsckd: FS checking information
2136 * @fsckd: FS checking information
2747 * a debugfs opened, we rember FS's UUID in file->private_data. Then dfs_file_write()
2748 * whenever we access the FS via a debugfs file, we iterate all UBIFS dfs_file_write()
H A Dsb.c565 * The FS is mounted R/O, and the media format is ubifs_read_superblock()
772 * appropriate flag was set when the FS was created. Each LEB with one or more
H A Dtnc_misc.c430 * global and per-FS clean znode counters may be inconsistent for some ubifs_load_znode()
H A Dubifs-media.h247 * media areas. Many of them actually depend of flash geometry and the FS
251 * necessarily mount. UBIFS does run-time calculations and validates the FS
H A Dsuper.c749 * Calculate total amount of FS blocks. This number is not used init_constants_master()
972 * @is_remount: non-zero if this is FS re-mount
1413 ubifs_msg(c, "FS size: %lld bytes (%lld MiB, %d LEBs), journal size %lld bytes (%lld MiB, %d LEBs)", mount_ubifs()
H A Dlog.c463 * At this phase we have to lock 'c->log_mutex' because UBIFS allows FS ubifs_log_end_commit()
/linux-4.4.14/drivers/usb/dwc2/
H A Dcore.h315 * is FS.
318 * @ulpi_fs_ls: Make ULPI phy operate in FS/LS mode only
446 * 2 - FS pins shared with UTMI+ pins
447 * 3 - FS pins shared with ULPI pins
595 * @srp_success: Stores status of SRP request in the case of a FS PHY
969 * HOST_SUPPORT_FS_LS_LOW_POWER is enabled. If PHY_TYPE is set to FS
1077 * parameter is only applicable if PHY_TYPE is FS.
H A Dcore.c555 dev_dbg(hsotg->dev, "FS PHY selected\n"); dwc2_fs_phy_init()
570 * Program DCFG.DevSpd or HCFG.FSLSPclkSel to 48Mhz in FS. Also dwc2_fs_phy_init()
578 dev_dbg(hsotg->dev, "FS PHY enabling I2C\n"); dwc2_fs_phy_init()
630 dev_err(hsotg->dev, "FS PHY selected at HS!\n"); dwc2_hs_phy_init()
654 /* If FS mode with FS PHY */ dwc2_phy_init()
803 * This needs to happen in FS mode before any other programming occurs dwc2_core_init()
825 /* Clear the SRP success bit for FS-I2c */ dwc2_core_init()
2130 /* FS/LS case */ dwc2_calc_frame_interval()
H A Dhcd_queue.c82 /* FS/LS Endpoint on HS Hub, NOT virtual root hub */ dwc2_qh_init()
358 * use this for FS apps that can span multiple uframes
H A Dhcd_ddma.c404 /* sched_frame is always frame number (not uFrame) both in FS and HS! */ dwc2_calc_starting_frame()
410 * Example for FS: dwc2_calc_starting_frame()
441 * Two frames are skipped for FS - the current and the next. dwc2_calc_starting_frame()
/linux-4.4.14/drivers/usb/c67x00/
H A Dc67x00-sched.c519 * FS(in) = 112.5 + 9.36*BC + HOST_DELAY c67x00_claim_frame_bw()
520 * FS(in,iso) = 90.5 + 9.36*BC + HOST_DELAY c67x00_claim_frame_bw()
521 * FS(out) = 112.5 + 9.36*BC + HOST_DELAY c67x00_claim_frame_bw()
522 * FS(out,iso) = 78.4 + 9.36*BC + HOST_DELAY c67x00_claim_frame_bw()
537 /* FS pipes */ c67x00_claim_frame_bw()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-designware-core.c209 * IC_[FS]S_SCL_HCNT + (1+4+3) >= IC_CLK * tHIGH i2c_dw_scl_hcnt()
222 * IC_[FS]S_SCL_HCNT + 3 >= IC_CLK * (tHD;STA + tf) i2c_dw_scl_hcnt()
242 * IC_[FS]S_SCL_LCNT + 1 >= IC_CLK * (tLOW + tf) i2c_dw_scl_lcnt()
H A Di2c-exynos5.c360 dev_err(i2c->dev, "HSI2C FS Clock set up failed\n"); exynos5_hsi2c_clock_setup()
/linux-4.4.14/drivers/usb/musb/
H A Dmusb_cppi41.c266 * to poll for the bit. On HS it usually takes 2us, on FS around cppi41_dma_callback()
269 * FS to check for the bit and complete the transfer. cppi41_dma_callback()
/linux-4.4.14/drivers/usb/phy/
H A Dphy-mxs-usb.c429 (speed == USB_SPEED_HIGH) ? "HS" : "FS/LS"); mxs_phy_on_connect()
442 (speed == USB_SPEED_HIGH) ? "HS" : "FS/LS"); mxs_phy_on_disconnect()
/linux-4.4.14/drivers/net/ethernet/freescale/
H A Dgianfar_ptp.c75 #define FS (1<<28) /* FIPER start indication */ macro
512 gfar_write(&etsects->regs->tmr_ctrl, tmr_ctrl|FS|RTPE|TE|FRD); gianfar_ptp_probe()
/linux-4.4.14/fs/jffs2/
H A Dbuild.c105 dbg_fsbuild("build FS data structures\n"); jffs2_build_filesystem()
216 dbg_fsbuild("FS build complete\n");
/linux-4.4.14/fs/affs/
H A Dsuper.c417 /* Find out which kind of FS we have */ affs_fill_super()
433 pr_notice("Dircache FS - mounting %s read only\n", sb->s_id); affs_fill_super()
/linux-4.4.14/fs/btrfs/
H A Dvolumes.h223 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
233 /* all of the devices in the FS, protected by a mutex
H A Dbtrfs_inode.h96 /* list of all the delalloc inodes in the FS. There are times we need
H A Dinode-item.c155 * This should always succeed so error here will make the FS btrfs_del_inode_extref()
H A Dextent_io.h115 /* for use by the FS */
H A Dctree.h279 /* uuid of FS who owns this device */
374 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
450 * the super block basically lists the main trees of the FS
456 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
1614 * can run with FS locks held, and the writers may be waiting for
1670 * when we add a new raid type to the FS, and that happens
2020 * the FS
2152 * data in the FS
/linux-4.4.14/fs/xfs/
H A Dxfs_mount.h99 int m_fixedfsid[2]; /* unchanged for life of FS */
100 uint m_dmevmask; /* DMI events for this FS */
/linux-4.4.14/drivers/usb/gadget/legacy/
H A Dwebcam.c31 MODULE_PARM_DESC(streaming_maxpacket, "1 - 1023 (FS), 1 - 3072 (hs/ss)");
/linux-4.4.14/arch/x86/tools/
H A Dgen-insn-attr-x86.awk92 prefix_num["SEG=FS"] = "INAT_PFX_FS"
/linux-4.4.14/arch/cris/boot/compressed/
H A Dmisc.c366 aputs("You need at least ETRAX FS to run Linux 2.6/crisv32\n"); decompress_kernel()
/linux-4.4.14/scripts/dtc/
H A Ddtc.h265 /* FS trees */
/linux-4.4.14/fs/9p/
H A Dv9fs.h80 * @fscache: session cookie associated with FS-Cache
/linux-4.4.14/fs/ext4/
H A Dext4_jbd2.c53 * take the FS itself readonly cleanly. ext4_journal_check_start()
H A Dmove_extent.c571 "should be in same FS [ino:orig %lu, donor %lu]\n", ext4_move_extents()
/linux-4.4.14/arch/blackfin/include/asm/
H A Dbfin_ppi.h159 #define EPPI_FS2_WLVB_F1VBBD 0x000000FF /* In GP 2, or 3 FS modes used to generate PPIx_FS2 width (32-bit). In GP Transmit mode, with BLANKGEN=1, contains the number of lines of Vertical blanking before field 1. */
/linux-4.4.14/arch/arm/kernel/
H A Dasm-offsets.c46 * filesystem corruption (possibly other FS too).
/linux-4.4.14/arch/arm/mach-imx/
H A Dmach-pca100.c224 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT); /* FS */ pca100_ac97_cold_reset()
/linux-4.4.14/tools/perf/scripts/python/
H A Devent_analyzing_sample.py32 # .db database is on disk. Move the .db file to RAM based FS to speedup
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
H A Dgen-insn-attr-x86.awk92 prefix_num["SEG=FS"] = "INAT_PFX_FS"
/linux-4.4.14/tools/testing/selftests/memfd/
H A Dfuse_test.c266 * If @fd is on the memfd-fake-FUSE-FS, the read() is delayed by 1s. main()
/linux-4.4.14/fs/f2fs/
H A Dsegment.h502 * F2FS_IPU_UTIL - if FS utilization is over threashold,
503 * F2FS_IPU_SSR_UTIL - if SSR mode is activated and FS utilization is over
H A Dsuper.c736 /* init some FS parameters */ default_options()
793 * We stop the GC thread if FS is mounted as RO f2fs_remount()
811 * We stop issue flush thread if FS is mounted as RO f2fs_remount()
H A Df2fs.h661 * META FS metadata pages such as SIT, NAT, CP.
736 struct rw_semaphore cp_rwsem; /* blocking FS operations */
800 struct f2fs_stat_info *stat_info; /* FS status information */
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c200 * FS Int endpoints can have si of 1-255ms but the controller bdc_config_ep()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dnet2280.h235 * or FS Control Read.
/linux-4.4.14/drivers/acpi/
H A Dac.c167 FS Interface (/proc)
H A Dbutton.c110 FS Interface (/proc)
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_proc.c368 /* PROC FS stuff end */
/linux-4.4.14/fs/jfs/
H A Dnamei.c521 txAbort(tid, 1); /* Marks FS Dirty */ jfs_unlink()
544 txAbort(tid, 1); /* Marks FS Dirty */ jfs_unlink()
583 txAbort(tid, 1); /* Marks FS Dirty */ jfs_unlink()
1209 txAbort(tid, 1); /* Marks FS Dirty */ jfs_rename()
H A Dresize.c227 * N.B. FS descriptor is NOT updated; jfs_extendfs()
/linux-4.4.14/arch/sh/boards/
H A Dboard-magicpanelr2.c316 /* Rest is used for Flash FS */
/linux-4.4.14/sound/soc/intel/common/
H A Dsst-dsp-priv.h278 /* debug FS */
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dpcie.c1004 * PcieCfgRegPl101 - Gen3 EQ FS and LF do_pcie_gen3_transition()
1012 /* 1000mV, FS=24, LF = 8 */ do_pcie_gen3_transition()
1019 /* 400mV, FS=29, LF = 9 */ do_pcie_gen3_transition()
/linux-4.4.14/sound/pci/ice1712/
H A Dquartet.c163 /* Word Clock FS Select (0:FS, 1:256FS) */
/linux-4.4.14/drivers/video/fbdev/
H A Dau1200fb.c212 "0-FS gfx, 1-video, 2-ovly gfx, 3-ovly gfx",
246 "0-FS gfx, 1-video, 2-ovly gfx, 3-ovly gfx",
279 "0-FS gfx, 1-video, 2-ovly gfx, 3-ovly gfx",
H A Dbf54x-lq043fb.c162 * Internal Clock generation disabled, Internal FS generation enabled,
/linux-4.4.14/sound/soc/davinci/
H A Ddavinci-mcasp.c413 /* No delay after FS */ davinci_mcasp_set_dai_fmt()
422 /* FS need to be inverted */ davinci_mcasp_set_dai_fmt()
429 /* No delay after FS */ davinci_mcasp_set_dai_fmt()
/linux-4.4.14/drivers/usb/wusbcore/
H A Drh.c191 | 0x00 /* 8 FS think time FIXME ?? */ wusbhc_rh_get_hub_descr()
/linux-4.4.14/drivers/media/pci/ttpci/
H A Dbudget-core.c11 * 26feb2004 Support for FS Activy Card (Grundig tuner) by
H A Dbudget.c11 * 26feb2004 Support for FS Activy Card (Grundig tuner) by
/linux-4.4.14/drivers/media/usb/cx231xx/
H A Dcx231xx-pcb-cfg.c662 u8 usb_speed = 1; /* from register,1--HS, 0--FS */ initialize_cx231xx()
/linux-4.4.14/drivers/atm/
H A Dfirestream.h470 struct fs_dev *next; /* other FS devices */
H A Dfirestream.c979 /* Docs are vague about this atm_hdr field. By the way, the FS fs_open()
1714 printk (KERN_ERR "Error initializing the FS... \n"); fs_init()
1727 printk (KERN_ERR "timeout initializing the FS... \n"); fs_init()
/linux-4.4.14/fs/hfsplus/
H A Dhfsplus_fs.h191 struct delayed_work sync_work; /* FS sync delayed work */
/linux-4.4.14/mm/
H A Dinternal.h20 * about IO, FS and watermark checking while ignoring placement
H A Dvmpressure.c223 * is why we include only movable, highmem and FS/IO pages. vmpressure()
/linux-4.4.14/arch/powerpc/kernel/
H A Dtm.S418 /* Do final sanity check on TEXASR to make sure FS is set. Do this
/linux-4.4.14/tools/usb/
H A Dffs-test.c225 * Find the end of FS and HS USB descriptors. SS descriptors descs_to_legacy()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_fid.h252 /* For new FS (>= 2.4), the root FID will be changed to
253 * [FID_SEQ_ROOT:1:0], for existing FS, (upgraded to 2.4),
/linux-4.4.14/drivers/s390/scsi/
H A Dzfcp_fc.c261 /* see FC-FS */ zfcp_fc_incoming_rscn()
538 /* acc. to FC-FS, hard_nport_id in ADISC should not be set for ports zfcp_fc_adisc()
/linux-4.4.14/drivers/scsi/esas2r/
H A Desas2r_flash.c826 /* Fill in the FS IOCTL response data from a completed request. */ esas2r_complete_fs_ioctl()
844 /* Prepare an FS IOCTL request to be sent to the firmware. */ esas2r_process_fs_ioctl()
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Ddebugfs.c948 * This function creates the debug FS directory structure and the files.
976 * This function removes the debug FS directory structure and the files.
H A Dmain.c1522 * The debug FS is also initialized if configured.
1536 * The debug FS is removed if available.
/linux-4.4.14/fs/
H A Dsuper.c68 * Deadlock avoidance. We may hold various FS locks, and we don't want super_cache_scan()
69 * to recurse into the FS that called us in clear_inode() and friends.. super_cache_scan()
/linux-4.4.14/sound/soc/fsl/
H A Dfsl_esai.c36 * @extalclk: esai clock source to derive HCK, SCK and FS
37 * @fsysclk: system clock source to derive HCK, SCK and FS
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_uvc.c597 /* Fill in the FS/HS/SS Video Streaming specific descriptors from the uvc_function_bind()
/linux-4.4.14/drivers/usb/core/
H A Dhcd-pci.c141 dev_dbg(&pdev->dev, "FS/LS companion for %s\n", non_ehci_add()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_osm.h507 /**************************** Proc FS Support *********************************/
H A Daic7xxx_osm.h517 /**************************** Proc FS Support *********************************/
/linux-4.4.14/drivers/scsi/csiostor/
H A Dcsio_hw.h496 struct dentry *debugfs_root; /* Debug FS */
/linux-4.4.14/drivers/input/serio/
H A Di8042-x86ia64io.h377 /* Sony Vaio FS-115b */
/linux-4.4.14/arch/x86/include/asm/
H A Dcpufeature.h223 #define X86_FEATURE_FSGSBASE ( 9*32+ 0) /* {RD/WR}{FS/GS}BASE instructions*/
H A Dmsr-index.h12 #define MSR_FS_BASE 0xc0000100 /* 64bit FS base */
/linux-4.4.14/fs/befs/
H A Ddatastream.c170 befs_blocknr_t metablocks; /* FS metadata blocks */ befs_count_blocks()
/linux-4.4.14/kernel/time/
H A Dtime.c234 * current_fs_time - Return FS time
/linux-4.4.14/include/net/9p/
H A D9p.h42 * @P9_DEBUG_FSC: FS-cache tracing

Completed in 5291 milliseconds

12