Searched defs:rw (Results 1 – 14 of 14) sorted by relevance
/fs/btrfs/ |
D | locking.h | 108 static inline void btrfs_tree_unlock_rw(struct extent_buffer *eb, int rw) in btrfs_tree_unlock_rw()
|
D | zoned.h | 111 int mirror, int rw, u64 *bytenr_ret) in btrfs_sb_log_location_bdev() 118 int rw, u64 *bytenr_ret) in btrfs_sb_log_location()
|
D | zoned.c | 725 int rw, u64 *bytenr_ret) in sb_log_location() 771 int btrfs_sb_log_location_bdev(struct block_device *bdev, int mirror, int rw, in btrfs_sb_log_location_bdev() 811 int btrfs_sb_log_location(struct btrfs_device *device, int mirror, int rw, in btrfs_sb_log_location()
|
D | relocation.c | 4001 int rw = 0; in btrfs_relocate_block_group() local
|
/fs/nfs/blocklayout/ |
D | extent_tree.c | 346 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()
|
D | blocklayout.c | 141 do_add_page_to_bio(struct bio *bio, int npg, int rw, sector_t isect, in do_add_page_to_bio() 187 static void bl_mark_devices_unavailable(struct nfs_pgio_header *header, bool rw) in bl_mark_devices_unavailable()
|
/fs/crypto/ |
D | crypto.c | 102 fscrypt_direction_t rw, u64 index, in fscrypt_crypt_data_unit()
|
/fs/exfat/ |
D | inode.c | 441 int rw = iov_iter_rw(iter); in exfat_direct_IO() local
|
/fs/cifs/ |
D | misc.c | 995 setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw) in setup_aio_ctx_iter()
|
/fs/ntfs3/ |
D | file.c | 358 bool rw = vma->vm_flags & VM_WRITE; in ntfs_file_mmap() local
|
/fs/ocfs2/ |
D | refcounttree.c | 416 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/ |
D | aio.c | 200 struct kiocb rw; member 1491 static ssize_t aio_setup_rw(int rw, const struct iocb *iocb, in aio_setup_rw()
|
/fs/f2fs/ |
D | file.c | 809 static bool f2fs_force_buffered_io(struct inode *inode, int rw) in f2fs_force_buffered_io() 4367 static void f2fs_trace_rw_file_path(struct kiocb *iocb, size_t count, int rw) in f2fs_trace_rw_file_path()
|
D | f2fs.h | 1211 #define is_read_io(rw) ((rw) == READ) argument
|