Home
last modified time | relevance | path

Searched refs:cancel_io (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfs/
H A Dpnfs.h181 void (*cancel_io)(struct pnfs_layout_segment *lseg); member
304 u32 seq, bool cancel_io);
695 if (server->pnfs_curr_ld->cancel_io) in pnfs_lseg_cancel_io()
696 server->pnfs_curr_ld->cancel_io(lseg); in pnfs_lseg_cancel_io()
H A Dpnfs.c2666 u32 seq, bool cancel_io) in pnfs_mark_matching_lsegs_return() argument
2692 if (cancel_io) in pnfs_mark_matching_lsegs_return()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c3064 .cancel_io = ff_layout_cancel_io,