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