Searched defs:sdp (Results 1 - 25 of 47) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Drecovery.h15 static inline void gfs2_replay_incr_blk(struct gfs2_sbd *sdp, unsigned int *blk) argument
H A Dsuper.h21 static inline unsigned int gfs2_jindex_size(struct gfs2_sbd *sdp) argument
[all...]
H A Dlog.h23 static inline void gfs2_log_lock(struct gfs2_sbd *sdp) argument
34 static inline void gfs2_log_unlock(struct gfs2_sbd *sdp) argument
39 static inline void gfs2_log_pointers_init(struct gfs2_sbd *sdp, argument
[all...]
H A Ddaemon.c46 struct gfs2_sbd *sdp = data; local
68 struct gfs2_sbd *sdp = data; local
90 struct gfs2_sbd *sdp = data; local
112 struct gfs2_sbd *sdp = data; local
158 struct gfs2_sbd *sdp = data; local
[all...]
H A Dops_dentry.c39 struct gfs2_sbd *sdp = GFS2_SB(parent->d_inode); local
H A Dtrans.c28 int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks, argument
82 void gfs2_trans_end(struct gfs2_sbd *sdp) argument
132 struct gfs2_sbd *sdp = gl->gl_sbd; local
145 gfs2_trans_add_revoke(struct gfs2_sbd *sdp, u64 blkno) argument
154 gfs2_trans_add_unrevoke(struct gfs2_sbd *sdp, u64 blkno) argument
[all...]
H A Dacl.c175 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); local
200 struct gfs2_sbd *sdp = GFS2_SB(&dip->i_inode); local
H A Dlops.h31 static inline void lops_add(struct gfs2_sbd *sdp, struct gfs2_log_element *le) argument
37 static inline void lops_incore_commit(struct gfs2_sbd *sdp, argument
46 static inline void lops_before_commit(struct gfs2_sbd *sdp) argument
54 static inline void lops_after_commit(struct gfs2_sbd *sdp, struct gfs2_ail *ai) argument
H A Dops_vm.c41 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); local
H A Dutil.c29 void gfs2_assert_i(struct gfs2_sbd *sdp) argument
41 int gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, argument
60 int gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, argument
90 gfs2_consist_i(struct gfs2_sbd *sdp, int cluster_wide, const char *function, char *file, unsigned int line) argument
111 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); local
133 struct gfs2_sbd *sdp = rgd->rd_sbd; local
151 gfs2_meta_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, const char *type, const char *function, char *file, unsigned int line) argument
172 gfs2_metatype_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, u16 type, u16 t, const char *function, char *file, unsigned int line) argument
193 gfs2_io_error_i(struct gfs2_sbd *sdp, const char *function, char *file, unsigned int line) argument
211 gfs2_io_error_bh_i(struct gfs2_sbd *sdp, struct buffer_head *bh, const char *function, char *file, unsigned int line) argument
225 gfs2_icbit_munge(struct gfs2_sbd *sdp, unsigned char **bitmap, unsigned int bit, int new_value) argument
[all...]
H A Dlm.c34 int gfs2_lm_mount(struct gfs2_sbd *sdp, int silent) argument
82 gfs2_lm_others_may_mount(struct gfs2_sbd *sdp) argument
89 gfs2_lm_unmount(struct gfs2_sbd *sdp) argument
95 gfs2_lm_withdraw(struct gfs2_sbd *sdp, char *fmt, ...) argument
117 gfs2_lm_get_lock(struct gfs2_sbd *sdp, struct lm_lockname *name, void **lockp) argument
127 gfs2_lm_put_lock(struct gfs2_sbd *sdp, void *lock) argument
133 gfs2_lm_lock(struct gfs2_sbd *sdp, void *lock, unsigned int cur_state, unsigned int req_state, unsigned int flags) argument
144 gfs2_lm_unlock(struct gfs2_sbd *sdp, void *lock, unsigned int cur_state) argument
153 gfs2_lm_cancel(struct gfs2_sbd *sdp, void *lock) argument
159 gfs2_lm_hold_lvb(struct gfs2_sbd *sdp, void *lock, char **lvbp) argument
167 gfs2_lm_unhold_lvb(struct gfs2_sbd *sdp, void *lock, char *lvb) argument
173 gfs2_lm_plock_get(struct gfs2_sbd *sdp, struct lm_lockname *name, struct file *file, struct file_lock *fl) argument
183 gfs2_lm_plock(struct gfs2_sbd *sdp, struct lm_lockname *name, struct file *file, int cmd, struct file_lock *fl) argument
193 gfs2_lm_punlock(struct gfs2_sbd *sdp, struct lm_lockname *name, struct file *file, struct file_lock *fl) argument
203 gfs2_lm_recovery_done(struct gfs2_sbd *sdp, unsigned int jid, unsigned int message) argument
[all...]
H A Dmount.c78 int gfs2_mount_args(struct gfs2_sbd *sdp, char *data_arg, int remount) argument
[all...]
H A Dops_export.c194 struct gfs2_sbd *sdp = sb->s_fs_info; local
H A Dops_super.c74 struct gfs2_sbd *sdp = sb->s_fs_info; local
173 struct gfs2_sbd *sdp = sb->s_fs_info; local
221 struct gfs2_sbd *sdp = sb->s_fs_info; local
256 struct gfs2_sbd *sdp = sb->s_fs_info; local
344 struct gfs2_sbd *sdp = mnt->mnt_sb->s_fs_info; local
417 struct gfs2_sbd *sdp = inode->i_sb->s_fs_info; local
[all...]
H A Dutil.h80 gfs2_meta_check_i(struct gfs2_sbd *sdp, struct buffer_head *bh, const char *function, char *file, unsigned int line) argument
102 gfs2_metatype_check_i(struct gfs2_sbd *sdp, struct buffer_head *bh, u16 type, const char *function, char *file, unsigned int line) argument
[all...]
H A Dglops.c39 struct gfs2_sbd *sdp = gl->gl_sbd; local
258 struct gfs2_sbd *sdp = gl->gl_sbd; local
368 struct gfs2_sbd *sdp = gl->gl_sbd; local
385 struct gfs2_sbd *sdp = gl->gl_sbd; local
420 struct gfs2_sbd *sdp = gl->gl_sbd; local
[all...]
H A Dmeta_io.c68 struct inode *gfs2_aspace_get(struct gfs2_sbd *sdp) argument
97 struct gfs2_sbd *sdp = gl->gl_sbd; local
140 struct gfs2_sbd *sdp = gl->gl_sbd; local
245 gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh) argument
307 gfs2_pin(struct gfs2_sbd *sdp, struct buffer_head *bh) argument
343 gfs2_unpin(struct gfs2_sbd *sdp, struct buffer_head *bh, struct gfs2_ail *ai) argument
380 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); local
468 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); local
535 struct gfs2_sbd *sdp = gl->gl_sbd; local
[all...]
H A Dops_fstype.c46 struct gfs2_sbd *sdp; local
103 struct gfs2_sbd *sdp = sb->s_fs_info; local
117 init_names(struct gfs2_sbd *sdp, int silent) argument
158 init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh, int undo) argument
245 init_sb(struct gfs2_sbd *sdp, int silent, int undo) argument
314 init_journal(struct gfs2_sbd *sdp, int undo) argument
443 init_inodes(struct gfs2_sbd *sdp, int undo) argument
518 init_per_node(struct gfs2_sbd *sdp, int undo) argument
612 init_threads(struct gfs2_sbd *sdp, int undo) argument
663 struct gfs2_sbd *sdp; local
769 struct gfs2_sbd *sdp; local
783 struct gfs2_sbd *sdp = sb->s_fs_info; local
859 struct gfs2_sbd *sdp; local
908 struct gfs2_sbd *sdp = sb->s_fs_info; local
[all...]
H A Drecovery.c54 int gfs2_revoke_add(struct gfs2_sbd *sdp, u64 blkno, unsigned int where) argument
83 int gfs2_revoke_check(struct gfs2_sbd *sdp, u64 blkno, unsigned int where) argument
107 void gfs2_revoke_clean(struct gfs2_sbd *sdp) argument
301 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); local
369 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); local
427 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); local
558 gfs2_check_journals(struct gfs2_sbd *sdp) argument
[all...]
H A Dsys.c33 static ssize_t id_show(struct gfs2_sbd *sdp, char *buf) argument
38 static ssize_t fsname_show(struct gfs2_sbd *sdp, char *buf) argument
43 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf) argument
54 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) argument
80 withdraw_show(struct gfs2_sbd *sdp, char *buf) argument
86 withdraw_store(struct gfs2_sbd *sdp, const char *buf, size_t len) argument
100 statfs_sync_store(struct gfs2_sbd *sdp, const char *buf, size_t len) argument
113 shrink_store(struct gfs2_sbd *sdp, const char *buf, size_t len) argument
125 quota_sync_store(struct gfs2_sbd *sdp, const char *buf, size_t len) argument
138 quota_refresh_user_store(struct gfs2_sbd *sdp, const char *buf, size_t len) argument
152 quota_refresh_group_store(struct gfs2_sbd *sdp, const char *buf, size_t len) argument
201 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); local
209 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); local
290 noatime_show(struct gfs2_sbd *sdp, char *buf) argument
350 quota_scale_show(struct gfs2_sbd *sdp, char *buf) argument
357 quota_scale_store(struct gfs2_sbd *sdp, const char *buf, size_t len) argument
376 tune_set(struct gfs2_sbd *sdp, unsigned int *field, int check_zero, const char *buf, size_t len) argument
497 gfs2_sys_fs_add(struct gfs2_sbd *sdp) argument
543 gfs2_sys_fs_del(struct gfs2_sbd *sdp) argument
[all...]
H A Dinode.c95 struct gfs2_sbd *sdp = GFS2_SB(inode); local
229 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); local
412 static int pick_formal_ino_1(struct gfs2_sbd *sdp, u64 *formal_ino) argument
453 pick_formal_ino_2(struct gfs2_sbd *sdp, u64 *formal_ino) argument
516 pick_formal_ino(struct gfs2_sbd *sdp, u64 *inum) argument
594 struct gfs2_sbd *sdp = GFS2_SB(&dip->i_inode); local
635 struct gfs2_sbd *sdp = GFS2_SB(&dip->i_inode); local
692 struct gfs2_sbd *sdp = GFS2_SB(&dip->i_inode); local
725 struct gfs2_sbd *sdp = GFS2_SB(&dip->i_inode); local
846 struct gfs2_sbd *sdp = GFS2_SB(&dip->i_inode); local
1133 struct gfs2_sbd *sdp = gl->gl_sbd; local
[all...]
H A Dlog.c44 unsigned int gfs2_struct2blk(struct gfs2_sbd *sdp, unsigned int nstruct, argument
69 static void gfs2_ail1_start_one(struct gfs2_sbd *sdp, struct gfs2_ail *ai) argument
119 gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_ail *ai, int flags) argument
146 gfs2_ail1_start(struct gfs2_sbd *sdp, int flags) argument
188 gfs2_ail1_empty(struct gfs2_sbd *sdp, int flags) argument
217 gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_ail *ai) argument
234 ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) argument
274 gfs2_log_reserve(struct gfs2_sbd *sdp, unsigned int blks) argument
309 gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks) argument
320 log_bmap(struct gfs2_sbd *sdp, unsigned int lbn) argument
348 log_distance(struct gfs2_sbd *sdp, unsigned int newer, unsigned int older) argument
360 current_tail(struct gfs2_sbd *sdp) argument
379 log_incr_head(struct gfs2_sbd *sdp) argument
397 gfs2_log_get_buf(struct gfs2_sbd *sdp) argument
426 gfs2_log_fake_buf(struct gfs2_sbd *sdp, struct buffer_head *real) argument
450 log_pull_tail(struct gfs2_sbd *sdp, unsigned int new_tail, int pull) argument
471 log_write_header(struct gfs2_sbd *sdp, u32 flags, int pull) argument
515 log_flush_commit(struct gfs2_sbd *sdp) argument
548 gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl) argument
603 log_refund(struct gfs2_sbd *sdp, struct gfs2_trans *tr) argument
645 gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) argument
665 gfs2_log_shutdown(struct gfs2_sbd *sdp) argument
701 gfs2_meta_syncfs(struct gfs2_sbd *sdp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib568.c48 int sdp; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/locking/dlm/
H A Dmount.c15 static struct gdlm_ls *init_gdlm(lm_callback_t cb, struct gfs2_sbd *sdp, argument
H A Dlock_dlm.h70 struct gfs2_sbd *sdp; member in struct:gdlm_ls

Completed in 181 milliseconds

12