Searched refs:iter_type (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dfsnotify_backend.h408 struct fsnotify_iter_info *iter_info, int iter_type)
410 return (iter_info->report_mask & (1U << iter_type));
414 struct fsnotify_iter_info *iter_info, int iter_type)
416 iter_info->report_mask |= (1U << iter_type);
420 struct fsnotify_iter_info *iter_info, int iter_type)
422 if (fsnotify_iter_should_report_type(iter_info, iter_type))
423 return iter_info->marks[iter_type];
698 int iter_type)
705 if (iter_type == FSNOTIFY_ITER_TYPE_PARENT &&
717 bool is_dir, int iter_type)
407 fsnotify_iter_should_report_type( struct fsnotify_iter_info *iter_info, int iter_type) argument
413 fsnotify_iter_set_report_type( struct fsnotify_iter_info *iter_info, int iter_type) argument
419 fsnotify_iter_mark( struct fsnotify_iter_info *iter_info, int iter_type) argument
697 fsnotify_mask_applicable(__u32 mask, bool is_dir, int iter_type) argument
716 fsnotify_effective_ignore_mask(struct fsnotify_mark *mark, bool is_dir, int iter_type) argument
[all...]
H A Duio.h22 enum iter_type { enum
42 u8 iter_type; member in struct:iov_iter
83 if (iter->iter_type == ITER_UBUF)
91 static inline enum iter_type iov_iter_type(const struct iov_iter *i)
93 return i->iter_type;
342 .iter_type = ITER_UBUF,
/linux-master/lib/
H A Diov_iter.c168 .iter_type = ITER_IOVEC,
616 .iter_type = ITER_KVEC,
632 .iter_type = ITER_BVEC,
660 .iter_type = ITER_XARRAY,
683 .iter_type = ITER_DISCARD,
/linux-master/fs/netfs/
H A Doutput.c194 subreq->transferred, subreq->io_iter.iter_type);
H A Dio.c276 subreq->io_iter.iter_type);
/linux-master/net/vmw_vsock/
H A Dvirtio_transport_common.c147 iov_iter.iter_type = ITER_KVEC;

Completed in 109 milliseconds