Searched defs:fs (Results 26 - 50 of 226) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/asm/
H A Dprocessor.h16 unsigned long fs; member in struct:arch_thread
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsuspend_32.h16 u16 es, fs, gs, ss; member in struct:saved_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/davinci/
H A Ddavinci-sffsdr.c52 int fs; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffv1.c67 av_cold int ffv1_init_slice_state(FFV1Context *f, FFV1Context *fs) argument
105 FFV1Context *fs local
120 FFV1Context *fs = av_mallocz(sizeof(*fs)); local
163 ffv1_clear_slice_state(FFV1Context *f, FFV1Context *fs) argument
205 FFV1Context *fs = s->slice_context[j]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dalloc.c36 errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, argument
77 errcode_t ext2fs_new_block(ext2_filsys fs, blk_ argument
107 ext2fs_alloc_block(ext2_filsys fs, blk_t goal, char *block_buf, blk_t *ret) argument
146 ext2fs_get_free_blocks(ext2_filsys fs, blk_t start, blk_t finish, int num, ext2fs_block_bitmap map, blk_t *ret) argument
[all...]
H A Dexpanddir.c28 static int expand_dir_proc(ext2_filsys fs, argument
82 errcode_t ext2fs_expand_dir(ext2_filsys fs, ext2_ino_t dir) argument
[all...]
H A Dget_pathname.c69 static errcode_t ext2fs_get_pathname_int(ext2_filsys fs, ext2_ino_t dir, argument
140 errcode_t ext2fs_get_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino, argument
H A Dunlink.c71 errcode_t ext2fs_unlink(ext2_filsys fs, ext2_ino_t dir, argument
H A Dbb_inode.c58 errcode_t ext2fs_update_bb_inode(ext2_filsys fs, ext2_badblocks_list bb_list) argument
153 clear_bad_block_proc(ext2_filsys fs, blk_t *block_nr, e2_blkcnt_t blockcnt, blk_t ref_block EXT2FS_ATTR((unused)), int ref_offset EXT2FS_ATTR((unused)), void *priv_data) argument
210 set_bad_block_proc(ext2_filsys fs, blk_t *block_nr, e2_blkcnt_t blockcnt, blk_t ref_block EXT2FS_ATTR((unused)), int ref_offset EXT2FS_ATTR((unused)), void *priv_data) argument
[all...]
H A Dbitmaps.c110 errcode_t ext2fs_allocate_inode_bitmap(ext2_filsys fs, argument
139 ext2fs_allocate_block_bitmap(ext2_filsys fs, const char *descr, ext2fs_block_bitmap *ret) argument
[all...]
H A Dbmap.c29 static errcode_t block_ind_bmap(ext2_filsys fs, int flags, argument
92 block_dind_bmap(ext2_filsys fs, int flags, blk_t dind, char *block_buf, int *blocks_alloc, blk_t nr, blk_t *ret_blk) argument
112 block_tind_bmap(ext2_filsys fs, int flags, blk_t tind, char *block_buf, int *blocks_alloc, blk_t nr, blk_t *ret_blk) argument
132 ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf, int bmap_flags, blk_t block, blk_t *phys_blk) argument
[all...]
H A Dbmove.c33 static int process_block(ext2_filsys fs, blk_t *block_nr, argument
88 errcode_t ext2fs_move_blocks(ext2_filsys fs, argument
[all...]
H A Dimager.c62 errcode_t ext2fs_image_inode_write(ext2_filsys fs, int fd, int flags) argument
131 ext2fs_image_inode_read(ext2_filsys fs, int fd, int flags EXT2FS_ATTR((unused))) argument
180 ext2fs_image_super_write(ext2_filsys fs, int fd, int flags EXT2FS_ATTR((unused))) argument
228 ext2fs_image_super_read(ext2_filsys fs, int fd, int flags EXT2FS_ATTR((unused))) argument
269 ext2fs_image_bitmap_write(ext2_filsys fs, int fd, int flags) argument
334 ext2fs_image_bitmap_read(ext2_filsys fs, int fd, int flags) argument
[all...]
H A Dinitialize.c67 static int calc_reserved_gdt_blocks(ext2_filsys fs) argument
97 ext2_filsys fs; local
[all...]
H A Dlink.c98 errcode_t ext2fs_link(ext2_filsys fs, ext2_ino_t dir, const char *name, argument
H A Dnamei.c28 static errcode_t follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, argument
75 static errcode_t dir_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, argument
113 open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t base, const char *pathname, size_t pathlen, int follow, int link_count, char *buf, ext2_ino_t *res_inode) argument
150 ext2fs_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, const char *name, ext2_ino_t *inode) argument
169 ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, const char *name, ext2_ino_t *inode) argument
188 ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, ext2_ino_t inode, ext2_ino_t *res_inode) argument
[all...]
H A Dopenfs.c33 blk_t ext2fs_descriptor_block_loc(ext2_filsys fs, blk_t group_block, dgrp_t i) argument
87 ext2_filsys fs; local
303 ext2fs_get_data_io(ext2_filsys fs, io_channel *old_io) argument
313 ext2fs_set_data_io(ext2_filsys fs, io_channel new_io) argument
321 ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-utils.c30 unsigned int fs = exif_format_get_size (f); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dcrashrpt.h83 cs, ds, es, fs, gs, ss, member in struct:wxCrashContext::__anon297
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dess.c117 ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, int fs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfs_struct.c12 void set_fs_root(struct fs_struct *fs, struct path *path) argument
29 void set_fs_pwd(struct fs_struct *fs, struct path *path) argument
46 struct fs_struct *fs; local
76 free_fs_struct(struct fs_struct *fs) argument
85 struct fs_struct *fs = tsk->fs; local
102 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); local
116 struct fs_struct *fs = current->fs; local
152 struct fs_struct *fs = current->fs; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_serial.c40 struct gser_descs fs; member in struct:f_gser
H A Df_subset.c70 struct geth_descs fs; member in struct:f_gether
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs/
H A Dwaitq.c51 mm_segment_t fs; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dio/
H A Ddio.c111 mm_segment_t fs; local
165 mm_segment_t fs; local

Completed in 243 milliseconds

12345678910