Searched refs:AFS_FS_CURSOR_STOP (Results 1 – 2 of 2) sorted by relevance
45 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()
610 #define AFS_FS_CURSOR_STOP 0x0001 /* Set to cease iteration */ macro