Home
last modified time | relevance | path

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

/Linux-v5.4/fs/afs/
Drotate.c36 fc->flags |= AFS_FS_CURSOR_STOP; in afs_begin_vnode_operation()
154 if (fc->flags & AFS_FS_CURSOR_STOP) { in afs_select_fileserver()
170 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_fileserver()
475 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_fileserver()
502 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_current_fileserver()
515 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_current_fileserver()
528 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_current_fileserver()
534 fc->flags |= AFS_FS_CURSOR_STOP; in afs_select_current_fileserver()
Dinternal.h778 #define AFS_FS_CURSOR_STOP 0x0001 /* Set to cease iteration */ macro