Searched defs:rw (Results 1 – 14 of 14) sorted by relevance
/fs/btrfs/ |
D | locking.h | 110 static inline void btrfs_tree_unlock_rw(struct extent_buffer *eb, int rw) in btrfs_tree_unlock_rw()
|
D | zoned.h | 132 int mirror, int rw, u64 *bytenr_ret) in btrfs_sb_log_location_bdev() 139 int rw, u64 *bytenr_ret) in btrfs_sb_log_location()
|
D | zoned.c | 806 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()
|
D | relocation.c | 3995 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 | 169 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 | 420 int rw = iov_iter_rw(iter); in exfat_direct_IO() local
|
/fs/ntfs3/ |
D | file.c | 356 bool rw = vma->vm_flags & VM_WRITE; in ntfs_file_mmap() local
|
/fs/smb/client/ |
D | misc.c | 1000 setup_aio_ctx_iter(struct cifs_aio_ctx *ctx, struct iov_iter *iter, int rw) in setup_aio_ctx_iter()
|
/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 1513 static ssize_t aio_setup_rw(int rw, const struct iocb *iocb, in aio_setup_rw()
|
/fs/f2fs/ |
D | file.c | 816 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()
|
D | f2fs.h | 1216 #define is_read_io(rw) ((rw) == READ) argument
|