Searched defs:op_flags (Results 1 - 23 of 23) sorted by relevance

/linux-master/drivers/greybus/
H A Doperation.c519 gb_operation_create_common(struct gb_connection *connection, u8 type, size_t request_size, size_t response_size, unsigned long op_flags, gfp_t gfp_flags) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.c887 xfs_attr_defer_add( struct xfs_da_args *args, unsigned int op_flags) argument
[all...]
H A Dxfs_da_btree.h80 uint32_t op_flags; /* operation flags */ member in struct:xfs_da_args
/linux-master/drivers/crypto/caam/
H A Dctrl.c37 u32 *jump_cmd, op_flags; local
/linux-master/include/linux/
H A Dbuffer_head.h404 static inline void bh_readahead(struct buffer_head *bh, blk_opf_t op_flags) argument
414 static inline void bh_read_nowait(struct buffer_head *bh, blk_opf_t op_flags) argument
421 static inline int bh_read(struct buffer_head *bh, blk_opf_t op_flags) argument
433 bh_readahead_batch(int nr, struct buffer_head *bhs[], blk_opf_t op_flags) argument
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c133 blk_opf_t op_flags = 0; local
/linux-master/drivers/net/wireless/ath/
H A Dath.h153 unsigned long op_flags; member in struct:ath_common
/linux-master/drivers/char/tpm/
H A Dtpm_crb.c108 u8 op_flags; member in struct:tpm2_crb_smc
/linux-master/fs/gfs2/
H A Dlog.c915 blk_opf_t op_flags = REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC; local
831 gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, u64 seq, u32 tail, u32 lblock, u32 flags, blk_opf_t op_flags) argument
/linux-master/include/uapi/linux/
H A Dublk_cmd.h282 __u32 op_flags; member in struct:ublksrv_io_desc
/linux-master/drivers/md/
H A Ddm-raid1.c659 blk_opf_t op_flags = bio->bi_opf & (REQ_FUA | REQ_PREFLUSH); local
H A Draid5.c1158 blk_opf_t op_flags = 0; local
/linux-master/fs/
H A Dbuffer.c2813 void write_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags) argument
2831 int __sync_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags) argument
3066 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait) argument
3094 __bh_read_batch(int nr, struct buffer_head *bhs[], blk_opf_t op_flags, bool force_lock) argument
[all...]
/linux-master/net/netlink/
H A Dgenetlink.c1253 u32 op_flags; local
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc.h493 unsigned long op_flags; member in struct:ath9k_htc_priv
H A Dath9k.h779 unsigned long op_flags; member in struct:ath_btcoex
/linux-master/fs/f2fs/
H A Dnode.c1360 static int read_node_page(struct page *page, blk_opf_t op_flags) argument
H A Ddata.c423 blk_opf_t op_flags = 0; local
1083 f2fs_submit_page_read(struct inode *inode, struct page *page, block_t blkaddr, blk_opf_t op_flags, bool for_write) argument
1200 f2fs_get_read_data_page(struct inode *inode, pgoff_t index, blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs) argument
[all...]
H A Df2fs.h1203 blk_opf_t op_flags; /* req_flag_bits */ member in struct:f2fs_io_info
/linux-master/net/ipv4/
H A Dnexthop.c794 nla_put_nh_group_stats_entry(struct sk_buff *skb, struct nh_grp_entry *nhge, u32 op_flags) argument
825 nla_put_nh_group_stats(struct sk_buff *skb, struct nexthop *nh, u32 op_flags) argument
867 nla_put_nh_group(struct sk_buff *skb, struct nexthop *nh, u32 op_flags) argument
910 nh_fill_node(struct sk_buff *skb, struct nexthop *nh, int event, u32 portid, u32 seq, unsigned int nlflags, u32 op_flags) argument
3214 nh_valid_get_del_req(const struct nlmsghdr *nlh, struct nlattr **tb, u32 *id, u32 *op_flags, struct netlink_ext_ack *extack) argument
3288 u32 op_flags; local
3334 u32 op_flags; member in struct:nh_dump_filter
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_eckd.h585 } __packed op_flags; member in struct:dasd_dso_ras_data
/linux-master/fs/nfsd/
H A Dxdr4.h998 u32 op_flags; member in struct:nfsd4_operation
/linux-master/fs/ext4/
H A Dsuper.c163 static inline void __ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags, argument
178 void ext4_read_bh_nowait(struct buffer_head *bh, blk_opf_t op_flags, argument
190 int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags, bh_end_io_t *end_io) argument
207 int ext4_read_bh_lock(struct buffer_head *bh, blk_opf_t op_flags, bool wait) argument
223 __ext4_sb_bread_gfp(struct super_block *sb, sector_t block, blk_opf_t op_flags, gfp_t gfp) argument
244 ext4_sb_bread(struct super_block *sb, sector_t block, blk_opf_t op_flags) argument
[all...]

Completed in 528 milliseconds