Home
last modified time | relevance | path

Searched refs:AFS_FS_CURSOR_STOP (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/afs/
Drotate.c45 fc->flags |= AFS_FS_CURSOR_STOP; in afs_begin_vnode_operation()
152 if (fc->flags & AFS_FS_CURSOR_STOP) { in afs_select_fileserver()
165 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_fileserver()
429 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_fileserver()
452 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_current_fileserver()
465 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_current_fileserver()
478 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_current_fileserver()
483 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_current_fileserver()
Dinternal.h610 #define AFS_FS_CURSOR_STOP 0x0001 /* Set to cease iteration */ macro