/linux-2.4.37.9/drivers/block/ |
D | swim3.c | 223 static void swim3_select(struct floppy_state *fs, int sel); 224 static void swim3_action(struct floppy_state *fs, int action); 225 static int swim3_readbit(struct floppy_state *fs, int bit); 227 static void start_request(struct floppy_state *fs); 228 static void set_timeout(struct floppy_state *fs, int nticks, 230 static void scan_track(struct floppy_state *fs); 231 static void seek_track(struct floppy_state *fs, int n); 233 static void setup_transfer(struct floppy_state *fs); 234 static void act(struct floppy_state *fs); 241 static int grab_drive(struct floppy_state *fs, enum swim_state state, [all …]
|
D | swim_iop.c | 75 struct floppy_state *fs; member 103 static int swimiop_eject(struct floppy_state *fs); 111 static int grab_drive(struct floppy_state *fs, enum swim_state state, 113 static void release_drive(struct floppy_state *fs); 114 static void set_timeout(struct floppy_state *fs, int nticks, 118 static void start_request(struct floppy_state *fs); 137 struct floppy_state *fs; in swimiop_init() local 166 fs = &floppy_states[floppy_count]; in swimiop_init() 185 fs->state = idle; in swimiop_init() 187 init_timer(&fs->timeout); in swimiop_init() [all …]
|
/linux-2.4.37.9/include/math-emu/ |
D | op-common.h | 36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument 41 _FP_FRAC_HIGH_RAW_##fs(X) |= _FP_IMPLBIT_##fs; \ 43 X##_e -= _FP_EXPBIAS_##fs; \ 55 _shift -= _FP_FRACXBITS_##fs; \ 57 X##_e -= _FP_EXPBIAS_##fs - 1 + _shift; \ 68 case _FP_EXPMAX_##fs: \ 75 if (!(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \ 89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument 94 X##_e += _FP_EXPBIAS_##fs; \ 98 if (_FP_FRAC_OVERP_##wc(fs, X)) \ [all …]
|
D | op-1.h | 60 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument 61 #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs) argument 75 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument 77 union _FP_UNION_##fs _flo; _flo.flt = (val); \ 84 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument 86 union _FP_UNION_##fs *_flo = \ 87 (union _FP_UNION_##fs *)(val); \ 98 #define _FP_PACK_RAW_1(fs, val, X) \ argument 100 union _FP_UNION_##fs _flo; \ 109 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument [all …]
|
D | op-2.h | 116 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument 117 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument 185 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument 187 union _FP_UNION_##fs _flo; _flo.flt = (val); \ 195 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument 197 union _FP_UNION_##fs *_flo = \ 198 (union _FP_UNION_##fs *)(val); \ 211 #define _FP_PACK_RAW_2(fs, val, X) \ argument 213 union _FP_UNION_##fs _flo; \ 223 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument [all …]
|
/linux-2.4.37.9/include/linux/ |
D | fs_struct.h | 28 static inline void set_fs_root(struct fs_struct *fs, in set_fs_root() argument 34 write_lock(&fs->lock); in set_fs_root() 35 old_root = fs->root; in set_fs_root() 36 old_rootmnt = fs->rootmnt; in set_fs_root() 37 fs->rootmnt = mntget(mnt); in set_fs_root() 38 fs->root = dget(dentry); in set_fs_root() 39 write_unlock(&fs->lock); in set_fs_root() 51 static inline void set_fs_pwd(struct fs_struct *fs, in set_fs_pwd() argument 57 write_lock(&fs->lock); in set_fs_pwd() 58 old_pwd = fs->pwd; in set_fs_pwd() [all …]
|
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | op-common.h | 10 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument 15 _FP_FRAC_HIGH_##wc(X) |= _FP_IMPLBIT_##fs; \ 17 X##_e -= _FP_EXPBIAS_##fs; \ 29 _shift -= _FP_FRACXBITS_##fs; \ 31 X##_e -= _FP_EXPBIAS_##fs - 1 + _shift; \ 36 case _FP_EXPMAX_##fs: \ 54 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument 59 X##_e += _FP_EXPBIAS_##fs; \ 63 if (_FP_FRAC_OVERP_##wc(fs, X)) \ 70 if (X##_e >= _FP_EXPMAX_##fs) \ [all …]
|
D | op-1.h | 36 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument 49 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument 51 union _FP_UNION_##fs _flo; _flo.flt = (val); \ 63 #define _FP_PACK_RAW_1(fs, val, X) \ argument 65 union _FP_UNION_##fs _flo; \ 82 #define _FP_MUL_MEAT_1_imm(fs, R, X, Y) \ argument 88 _FP_FRAC_SRS_1(R, _FP_WFRACBITS_##fs-1, 2*_FP_WFRACBITS_##fs); \ 93 #define _FP_MUL_MEAT_1_wide(fs, R, X, Y, doit) \ argument 100 _FP_FRAC_SRS_2(_Z, _FP_WFRACBITS_##fs-1, 2*_FP_WFRACBITS_##fs); \ 106 #define _FP_MUL_MEAT_1_hard(fs, R, X, Y) \ argument [all …]
|
D | sfp-machine.h | 102 #define _FP_CHOOSENAN(fs, wc, R, X, Y) \ argument 115 #define __FP_UNPACK_RAW_1(fs, X, val) \ argument 117 union _FP_UNION_##fs *_flo = \ 118 (union _FP_UNION_##fs *)val; \ 125 #define __FP_UNPACK_RAW_2(fs, X, val) \ argument 127 union _FP_UNION_##fs *_flo = \ 128 (union _FP_UNION_##fs *)val; \ 145 #define __FP_PACK_RAW_1(fs, val, X) \ argument 147 union _FP_UNION_##fs *_flo = \ 148 (union _FP_UNION_##fs *)val; \ [all …]
|
D | op-2.h | 90 #define _FP_FRAC_OVERP_2(fs,X) (X##_f1 & _FP_OVERFLOW_##fs) argument 148 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument 150 union _FP_UNION_##fs _flo; _flo.flt = (val); \ 163 #define _FP_PACK_RAW_2(fs, val, X) \ argument 165 union _FP_UNION_##fs _flo; \ 182 #define _FP_MUL_MEAT_2_wide(fs, R, X, Y, doit) \ argument 205 _FP_FRAC_SRS_4(_z, _FP_WFRACBITS_##fs-1, 2*_FP_WFRACBITS_##fs); \ 216 #define _FP_MUL_MEAT_2_gmp(fs, R, X, Y) \ argument 227 _FP_FRAC_SRS_4(_z, _FP_WFRACBITS##_fs-1, 2*_FP_WFRACBITS_##fs); \ 242 #define _FP_DIV_MEAT_2_udiv_64(fs, R, X, Y) \ argument [all …]
|
/linux-2.4.37.9/arch/mips/math-emu/ |
D | cp1emu.c | 626 ieee754sp fd, fr, fs, ft; in fpux_emu() local 687 SPFROMREG(fs, MIPSInst_FS(ir)); in fpux_emu() 689 fd = (*handler) (fr, fs, ft); in fpux_emu() 722 ieee754dp fd, fr, fs, ft; in fpux_emu() local 766 DPFROMREG(fs, MIPSInst_FS(ir)); in fpux_emu() 768 fd = (*handler) (fr, fs, ft); in fpux_emu() 884 ieee754sp fs, ft; in fpu_emu() local 886 SPFROMREG(fs, MIPSInst_FS(ir)); in fpu_emu() 889 rv.s = (*handler.b) (fs, ft); in fpu_emu() 894 ieee754sp fs; in fpu_emu() local [all …]
|
/linux-2.4.37.9/fs/ |
D | super.c | 58 static void get_filesystem(struct file_system_type *fs) in get_filesystem() argument 60 if (fs->owner) in get_filesystem() 61 __MOD_INC_USE_COUNT(fs->owner); in get_filesystem() 64 static void put_filesystem(struct file_system_type *fs) in put_filesystem() argument 66 if (fs->owner) in put_filesystem() 67 __MOD_DEC_USE_COUNT(fs->owner); in put_filesystem() 92 int register_filesystem(struct file_system_type * fs) in register_filesystem() argument 97 if (!fs) in register_filesystem() 99 if (fs->next) in register_filesystem() 101 INIT_LIST_HEAD(&fs->fs_supers); in register_filesystem() [all …]
|
D | quota_v1.c | 41 mm_segment_t fs; in v1_read_dqblk() local 52 fs = get_fs(); in v1_read_dqblk() 55 set_fs(fs); in v1_read_dqblk() 69 mm_segment_t fs; in v1_commit_dqblk() local 76 fs = get_fs(); in v1_commit_dqblk() 103 set_fs(fs); in v1_commit_dqblk() 127 mm_segment_t fs; in v1_check_quota_file() local 139 fs = get_fs(); in v1_check_quota_file() 142 set_fs(fs); in v1_check_quota_file() 154 mm_segment_t fs; in v1_read_file_info() local [all …]
|
D | Config.in | 15 dep_mbool ' Stats in /proc/fs/reiserfs' CONFIG_REISERFS_PROC_INFO $CONFIG_REISERFS_FS 39 tristate 'DOS FAT fs support' CONFIG_FAT_FS 40 dep_tristate ' MSDOS fs support' CONFIG_MSDOS_FS $CONFIG_FAT_FS 41 dep_tristate ' UMSDOS: Unix-like file system on top of standard MSDOS fs' CONFIG_UMSDOS_FS $CONF… 42 dep_tristate ' VFAT (Windows-95) fs support' CONFIG_VFAT_FS $CONFIG_FAT_FS 54 bool 'Virtual memory file system support (former shm fs)' CONFIG_TMPFS 65 tristate 'Minix fs support' CONFIG_MINIX_FS 94 tristate 'Second extended fs support' CONFIG_EXT2_FS 115 dep_tristate 'Coda file system support (advanced network fs)' CONFIG_CODA_FS $CONFIG_INET 116 …dep_tristate 'InterMezzo file system support (replicating fs) (EXPERIMENTAL)' CONFIG_INTERMEZZO_FS… [all …]
|
D | namespace.c | 318 if (mnt == current->fs->rootmnt && !(flags & MNT_DETACH)) { in do_umount() 754 struct fs_struct *fs = tsk->fs; in copy_namespace() local 786 if (fs) { in copy_namespace() 788 write_lock(&fs->lock); in copy_namespace() 793 if (p == fs->rootmnt) { in copy_namespace() 795 fs->rootmnt = mntget(q); in copy_namespace() 797 if (p == fs->pwdmnt) { in copy_namespace() 799 fs->pwdmnt = mntget(q); in copy_namespace() 801 if (p == fs->altrootmnt) { in copy_namespace() 803 fs->altrootmnt = mntget(q); in copy_namespace() [all …]
|
D | quota_v2.c | 33 mm_segment_t fs; in v2_check_quota_file() local 39 fs = get_fs(); in v2_check_quota_file() 42 set_fs(fs); in v2_check_quota_file() 54 mm_segment_t fs; in v2_read_file_info() local 61 fs = get_fs(); in v2_read_file_info() 64 set_fs(fs); in v2_read_file_info() 82 mm_segment_t fs; in v2_write_file_info() local 96 fs = get_fs(); in v2_write_file_info() 99 set_fs(fs); in v2_write_file_info() 148 mm_segment_t fs; in read_blk() local [all …]
|
/linux-2.4.37.9/drivers/net/skfp/ |
D | ess.c | 123 int ess_raf_received_pack(smc,mb,sm,fs) in ess_raf_received_pack() argument 127 int fs ; 140 local = ((fs & L_INDICATOR) != 0) ; 147 return(fs) ; 159 return(fs) ; 187 return(fs) ; 192 return(fs) ; 211 return(fs | I_INDICATOR) ; 214 return(fs) ; 224 return(fs) ; [all …]
|
/linux-2.4.37.9/include/asm-mips/ |
D | sfp-machine.h | 27 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 29 if ((_FP_FRAC_HIGH_RAW_##fs(X) | \ 30 _FP_FRAC_HIGH_RAW_##fs(Y)) & _FP_QNANBIT_##fs) \ 32 R##_s = _FP_NANSIGN_##fs; \ 33 _FP_FRAC_SET_##wc(R,_FP_NANFRAC_##fs); \
|
/linux-2.4.37.9/include/asm-mips64/ |
D | sfp-machine.h | 27 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 29 if ((_FP_FRAC_HIGH_RAW_##fs(X) | \ 30 _FP_FRAC_HIGH_RAW_##fs(Y)) & _FP_QNANBIT_##fs) \ 32 R##_s = _FP_NANSIGN_##fs; \ 33 _FP_FRAC_SET_##wc(R,_FP_NANFRAC_##fs); \
|
/linux-2.4.37.9/drivers/mtd/ |
D | afs.c | 64 struct footer_struct fs; in afs_read_footer() local 65 u_int ptr = off + mtd->erasesize - sizeof(fs); in afs_read_footer() 69 ret = mtd->read(mtd, ptr, sizeof(fs), &sz, (u_char *) &fs); in afs_read_footer() 70 if (ret >= 0 && sz != sizeof(fs)) in afs_read_footer() 82 if (fs.signature != 0xa0ffff9f) in afs_read_footer() 88 if (fs.type == 2) in afs_read_footer() 91 *iis_start = fs.image_info_base & mask; in afs_read_footer() 92 *img_start = fs.image_start & mask; in afs_read_footer()
|
/linux-2.4.37.9/kernel/ |
D | exit.c | 237 static inline void __put_fs_struct(struct fs_struct *fs) in __put_fs_struct() argument 240 if (atomic_dec_and_test(&fs->count)) { in __put_fs_struct() 241 dput(fs->root); in __put_fs_struct() 242 mntput(fs->rootmnt); in __put_fs_struct() 243 dput(fs->pwd); in __put_fs_struct() 244 mntput(fs->pwdmnt); in __put_fs_struct() 245 if (fs->altroot) { in __put_fs_struct() 246 dput(fs->altroot); in __put_fs_struct() 247 mntput(fs->altrootmnt); in __put_fs_struct() 249 kmem_cache_free(fs_cachep, fs); in __put_fs_struct() [all …]
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | sfp-machine.h | 59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 61 if ((_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs) \ 62 && !(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \
|
/linux-2.4.37.9/include/asm-s390/ |
D | sfp-machine.h | 59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 61 if ((_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs) \ 62 && !(_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs)) \
|
/linux-2.4.37.9/fs/proc/ |
D | base.c | 88 struct fs_struct *fs; in proc_cwd_link() local 91 fs = inode->u.proc_i.task->fs; in proc_cwd_link() 92 if(fs) in proc_cwd_link() 93 atomic_inc(&fs->count); in proc_cwd_link() 95 if (fs) { in proc_cwd_link() 96 read_lock(&fs->lock); in proc_cwd_link() 97 *mnt = mntget(fs->pwdmnt); in proc_cwd_link() 98 *dentry = dget(fs->pwd); in proc_cwd_link() 99 read_unlock(&fs->lock); in proc_cwd_link() 101 put_fs_struct(fs); in proc_cwd_link() [all …]
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | xfs.txt | 121 fs.xfs.stats_clear (Min: 0 Default: 0 Max: 1) 123 in /proc/fs/xfs/stat. It then immediately resets to "0". 125 fs.xfs.xfssyncd_centisecs (Min: 100 Default: 3000 Max: 6000) 130 fs.xfs.xfsbufd_centisecs (Min: 50 Default: 100 Max: 3000) 133 fs.xfs.age_buffer_centisecs (Min: 100 Default: 1500 Max: 30000) 136 fs.xfs.error_level (Min: 0 Default: 3 Max: 11) 145 fs.xfs.panic_mask (Min: 0 Default: 0 Max: 127) 160 fs.xfs.irix_symlink_mode (Min: 0 Default: 0 Max: 1) 164 fs.xfs.irix_sgid_inherit (Min: 0 Default: 0 Max: 1) 171 fs.xfs.restrict_chown (Min: 0 Default: 1 Max: 1) [all …]
|