Home
last modified time | relevance | path

Searched defs:rw (Results 1 – 14 of 14) sorted by relevance

/fs/btrfs/
Dlocking.h110 static inline void btrfs_tree_unlock_rw(struct extent_buffer *eb, int rw) in btrfs_tree_unlock_rw()
Dzoned.h132 int mirror, int rw, u64 *bytenr_ret) in btrfs_sb_log_location_bdev()
139 int rw, u64 *bytenr_ret) in btrfs_sb_log_location()
Dzoned.c806 int rw, u64 *bytenr_ret) in sb_log_location()
863 int btrfs_sb_log_location_bdev(struct block_device *bdev, int mirror, int rw, in btrfs_sb_log_location_bdev()
903 int btrfs_sb_log_location(struct btrfs_device *device, int mirror, int rw, in btrfs_sb_log_location()
Drelocation.c3995 int rw = 0; in btrfs_relocate_block_group() local
/fs/nfs/blocklayout/
Dextent_tree.c346 struct pnfs_block_extent *ret, bool rw) in ext_tree_lookup()
360 int ext_tree_remove(struct pnfs_block_layout *bl, bool rw, in ext_tree_remove()
Dblocklayout.c169 static void bl_mark_devices_unavailable(struct nfs_pgio_header *header, bool rw) in bl_mark_devices_unavailable()
/fs/crypto/
Dcrypto.c102 fscrypt_direction_t rw, u64 index, in fscrypt_crypt_data_unit()
/fs/exfat/
Dinode.c420 int rw = iov_iter_rw(iter); in exfat_direct_IO() local
/fs/ntfs3/
Dfile.c356 bool rw = vma->vm_flags & VM_WRITE; in ntfs_file_mmap() local
/fs/smb/client/
Dmisc.c1000 setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw) in setup_aio_ctx_iter()
/fs/ocfs2/
Drefcounttree.c416 struct ocfs2_refcount_tree *tree, int rw) in __ocfs2_lock_refcount_tree()
444 u64 ref_blkno, int rw, in ocfs2_lock_refcount_tree()
517 struct ocfs2_refcount_tree *tree, int rw) in ocfs2_unlock_refcount_tree()
/fs/
Daio.c200 struct kiocb rw; member
1513 static ssize_t aio_setup_rw(int rw, const struct iocb *iocb, in aio_setup_rw()
/fs/f2fs/
Dfile.c816 static bool f2fs_force_buffered_io(struct inode *inode, int rw) in f2fs_force_buffered_io()
4424 static void f2fs_trace_rw_file_path(struct kiocb *iocb, size_t count, int rw) in f2fs_trace_rw_file_path()
Df2fs.h1216 #define is_read_io(rw) ((rw) == READ) argument