Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/fs/gfs2/
H A Dsuper.h16 static inline unsigned int gfs2_jindex_size(struct gfs2_sbd *sdp) in gfs2_jindex_size() argument
[all...]
H A Dlog.h40 static inline void gfs2_log_pointers_init(struct gfs2_sbd *sdp, in gfs2_log_pointers_init() argument
51 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); gfs2_ordered_add_inode() local
[all...]
H A Dquota.h43 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_quota_lock_check() local
H A Dbmap.h33 const struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_write_calc_reserv() local
H A Ddentry.c36 struct gfs2_sbd *sdp; in gfs2_drevalidate() local
H A Dlops.h30 static inline unsigned int buf_limit(struct gfs2_sbd *sdp) in buf_limit() argument
38 static inline unsigned int databuf_limit(struct gfs2_sbd *sdp) in databuf_limit() argument
46 static inline void lops_before_commit(struct gfs2_sbd *sdp, in lops_before_commit() argument
55 lops_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) lops_after_commit() argument
[all...]
H A Dinode.h30 static inline bool gfs2_is_ordered(const struct gfs2_sbd *sdp) in gfs2_is_ordered() argument
35 static inline bool gfs2_is_writeback(const struct gfs2_sbd *sdp) in gfs2_is_writeback() argument
122 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks() argument
130 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks() argument
H A Dtrans.c28 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr) in gfs2_print_trans() argument
40 int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks, in gfs2_trans_begin() argument
91 gfs2_trans_end(struct gfs2_sbd *sdp) gfs2_trans_end() argument
160 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; gfs2_trans_add_data() local
197 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; gfs2_trans_add_meta() local
254 gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) gfs2_trans_add_revoke() argument
264 gfs2_trans_remove_revoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len) gfs2_trans_remove_revoke() argument
287 gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr) gfs2_trans_free() argument
[all...]
H A Dexport.c134 struct gfs2_sbd *sdp = sb->s_fs_info; in gfs2_get_dentry() local
/kernel/linux/linux-6.6/fs/gfs2/
H A Dsuper.h20 static inline unsigned int gfs2_jindex_size(struct gfs2_sbd *sdp) in gfs2_jindex_size() argument
[all...]
H A Dlog.h47 static inline void gfs2_log_pointers_init(struct gfs2_sbd *sdp, in gfs2_log_pointers_init() argument
60 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); gfs2_ordered_add_inode() local
[all...]
H A Dquota.h43 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_quota_lock_check() local
H A Dbmap.h33 const struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_write_calc_reserv() local
H A Dlops.h24 static inline unsigned int buf_limit(struct gfs2_sbd *sdp) in buf_limit() argument
29 static inline unsigned int databuf_limit(struct gfs2_sbd *sdp) in databuf_limit() argument
34 static inline void lops_before_commit(struct gfs2_sbd *sdp, in lops_before_commit() argument
43 lops_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) lops_after_commit() argument
[all...]
H A Ddentry.c36 struct gfs2_sbd *sdp; in gfs2_drevalidate() local
H A Dtrans.c28 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr) in gfs2_print_trans() argument
40 int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp, in __gfs2_trans_begin() argument
109 gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks, unsigned int revokes) gfs2_trans_begin() argument
124 gfs2_trans_end(struct gfs2_sbd *sdp) gfs2_trans_end() argument
195 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; gfs2_trans_add_data() local
232 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; gfs2_trans_add_meta() local
294 gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) gfs2_trans_add_revoke() argument
304 gfs2_trans_remove_revoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len) gfs2_trans_remove_revoke() argument
326 gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr) gfs2_trans_free() argument
[all...]
H A Dinode.h30 static inline bool gfs2_is_ordered(const struct gfs2_sbd *sdp) in gfs2_is_ordered() argument
35 static inline bool gfs2_is_writeback(const struct gfs2_sbd *sdp) in gfs2_is_writeback() argument
122 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks() argument
130 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsd_dif.c29 struct scsi_device *sdp = sdkp->device; in sd_dif_config_host() local
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsd_dif.c29 struct scsi_device *sdp = sdkp->device; in sd_dif_config_host() local
/third_party/curl/tests/libtest/
H A Dlib568.c48 int sdp; in test() local
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/shmobile/
H A Dpm.c49 struct sh_sleep_data *sdp = onchip_mem; in sh_mobile_call_standby() local
83 struct sh_sleep_data *sdp; in sh_mobile_register_self_refresh() local
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/shmobile/
H A Dpm.c49 struct sh_sleep_data *sdp = onchip_mem; in sh_mobile_call_standby() local
83 struct sh_sleep_data *sdp; in sh_mobile_register_self_refresh() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg_mux.c178 char sdp[16384]; in print_sdp() local
/third_party/ffmpeg/libavformat/
H A Drtspenc.c51 char *sdp; in ff_rtsp_setup_output_streams() local
[all...]
H A Dsapdec.c40 char *sdp; member
[all...]

Completed in 10 milliseconds

12345