Home
last modified time | relevance | path

Searched defs:nowait (Results 1 – 15 of 15) sorted by relevance

/linux/fs/
H A Dsync.c99 int nowait = 0, wait = 1; in ksys_sync() local
117 int nowait = 0; in do_sync_work() local
/linux/arch/mips/kernel/
H A Didle.c101 static int __initdata nowait; variable
/linux/fs/btrfs/
H A Dfile.c843 get_prepare_gfp_flags(struct inode * inode,bool nowait) get_prepare_gfp_flags() argument
861 prepare_one_folio(struct inode * inode,struct folio ** folio_ret,loff_t pos,size_t write_bytes,bool nowait) prepare_one_folio() argument
905 lock_and_cleanup_extent_if_need(struct btrfs_inode * inode,struct folio * folio,loff_t pos,size_t write_bytes,u64 * lockstart,u64 * lockend,bool nowait,struct extent_state ** cached_state) lock_and_cleanup_extent_if_need() argument
983 btrfs_check_nocow_lock(struct btrfs_inode * inode,loff_t pos,size_t * write_bytes,bool nowait) btrfs_check_nocow_lock() argument
1123 reserve_space(struct btrfs_inode * inode,struct extent_changeset ** data_reserved,u64 start,size_t * len,bool nowait,bool * only_release_metadata) reserve_space() argument
1206 copy_one_range(struct btrfs_inode * inode,struct iov_iter * iter,struct extent_changeset ** data_reserved,u64 start,bool nowait) copy_one_range() argument
1364 const bool nowait = (iocb->ki_flags & IOCB_NOWAIT); btrfs_buffered_write() local
[all...]
H A Dfile-item.c502 btrfs_lookup_csums_list(struct btrfs_root * root,u64 start,u64 end,struct list_head * list,bool nowait) btrfs_lookup_csums_list() argument
H A Dinode.c1827 bool nowait = path->nowait; can_nocow_file_extent() local
7437 can_nocow_extent(struct btrfs_inode * inode,u64 offset,u64 * len,struct btrfs_file_extent * file_extent,bool nowait) can_nocow_extent() argument
9502 const bool nowait = (iocb->ki_flags & IOCB_NOWAIT); btrfs_encoded_read_inline() local
9748 const bool nowait = (iocb->ki_flags & IOCB_NOWAIT); btrfs_encoded_read() local
[all...]
/linux/drivers/base/firmware_loader/
H A Dsysfs.h77 bool nowait; member
/linux/block/
H A Dioctl.c863 bool nowait; member
892 uint64_t start, uint64_t len, bool nowait) in blkdev_cmd_discard() argument
/linux/drivers/md/
H A Draid1.c1053 _wait_barrier(struct r1conf * conf,int idx,bool nowait) _wait_barrier() argument
1122 wait_read_barrier(struct r1conf * conf,sector_t sector_nr,bool nowait) wait_read_barrier() argument
1165 wait_barrier(struct r1conf * conf,sector_t sector_nr,bool nowait) wait_barrier() argument
[all...]
H A Draid10.c1005 static bool wait_barrier(struct r10conf *conf, bool nowait) in wait_barrier() argument
H A Dmd.c6626 bool nowait = true; md_run() local
/linux/fs/ocfs2/
H A Dfile.c2388 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; ocfs2_file_write_iter() local
2538 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; ocfs2_file_read_iter() local
[all...]
/linux/drivers/net/ethernet/rocker/
H A Drocker_main.c50 bool nowait; member
1043 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait, in rocker_cmd_exec() argument
/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c90 static int nowait = SMC_NOWAIT; variable
/linux/mm/
H A Dfilemap.c2901 filemap_invalidate_pages(struct address_space * mapping,loff_t pos,loff_t end,bool nowait) filemap_invalidate_pages() argument
/linux/fs/ext4/
H A Dinode.c983 bool nowait = map_flags & EXT4_GET_BLOCKS_CACHED_NOWAIT; in ext4_getblk() local