Searched refs:AFS_FS_CURSOR_CUR_ONLY (Results 1 – 2 of 2) sorted by relevance
50 fc->flags |= AFS_FS_CURSOR_CUR_ONLY; in afs_begin_vnode_operation()82 if (fc->flags & AFS_FS_CURSOR_CUR_ONLY) { in afs_start_fs_iteration()230 if (fc->flags & AFS_FS_CURSOR_CUR_ONLY) { in afs_select_fileserver()251 if (fc->flags & AFS_FS_CURSOR_CUR_ONLY) { in afs_select_fileserver()
614 #define AFS_FS_CURSOR_CUR_ONLY 0x0010 /* Set if current server only (file lock held) */ macro